aboutsummaryrefslogtreecommitdiff
path: root/src/web/ejabberd_web_admin.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-05-27 17:29:01 +0000
committerBadlop <badlop@process-one.net>2009-05-27 17:29:01 +0000
commitaf32a18b4b6009b750daebc7f55f6a1098d3934a (patch)
treedf759e811be363114a1233a0ffdfe70f75ca29e5 /src/web/ejabberd_web_admin.erl
parentSupport to select what modules to update. Split large function in smaller ones. (diff)
Update CSS of WebAdmin menu
SVN Revision: 2108
Diffstat (limited to 'src/web/ejabberd_web_admin.erl')
-rw-r--r--src/web/ejabberd_web_admin.erl13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl
index 50f9499e9..54e880cef 100644
--- a/src/web/ejabberd_web_admin.erl
+++ b/src/web/ejabberd_web_admin.erl
@@ -299,7 +299,7 @@ html>body #container {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
- background: #d47911;
+ border-top: 1px solid #d47911;
width: 17em;
}
@@ -315,7 +315,8 @@ html>body #container {
display: block;
padding: 3px 6px 3px 9px;
border-left: 1em solid #ffc78c;
- border-top: 1px solid #d47911;
+ border-right: 1px solid #d47911;
+ border-bottom: 1px solid #d47911;
background: #ffe3c9;
text-decoration: none;
}
@@ -336,19 +337,19 @@ html>body #container {
ul li #navhead a, ul li #navheadsub a, ul li #navheadsubsub a {
text-align: center;
- border-top: 2px solid #d47911;
- border-bottom: 1px solid #d47911;
+ border-top: 1px solid #d47911;
+ border-bottom: 2px solid #d47911;
background: #FED6A6;
}
#navheadsub, #navitemsub {
border-left: 7px solid white;
- margin-left: 2px solid #d47911;
+ margin-left: 2px;
}
#navheadsubsub, #navitemsubsub {
border-left: 14px solid white;
- margin-left: 4px solid #d47911;
+ margin-left: 4px;
}
#lastactivity li {