summaryrefslogtreecommitdiff
path: root/htdocs/admin.css
diff options
context:
space:
mode:
authordeva <deva>2010-02-28 10:54:45 +0000
committerdeva <deva>2010-02-28 10:54:45 +0000
commit90ed713a8c23e77028a413e9c3a7e88b51575b7c (patch)
tree248e0d95d16c05f16e51981fd559c33cdff31882 /htdocs/admin.css
parenta87d1861c843289cbc925fd26447a00621819ec8 (diff)
Changed how the admin modules is shown.
Diffstat (limited to 'htdocs/admin.css')
-rw-r--r--htdocs/admin.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/admin.css b/htdocs/admin.css
index 40be6e5..8078d1e 100644
--- a/htdocs/admin.css
+++ b/htdocs/admin.css
@@ -1,6 +1,8 @@
/*** Admin ***/
.admin {
+ z-index: 666;
+
position: absolute;
top: 0%;
left: 0%;
@@ -23,6 +25,15 @@
border-radius: 6px;
}
+.admin .windowtitle {
+ text-shadow: #222 1px 1px 2px;
+
+ filter:alpha(opacity=70);
+ -moz-opacity:0.70;
+ -khtml-opacity: 0.70;
+ opacity: 0.70;
+}
+
.admin .header {
display: inline-block;
text-align: center;
@@ -37,7 +48,11 @@
}
.admin .logout {
+ padding-top: 3px;
+ padding-right: 6px;
float: right;
+ font-size: 0.9em;
+ font-style: italic;
}
.admin .close {