mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Update CSS of WebAdmin menu
SVN Revision: 2108
This commit is contained in:
parent
4094482a9f
commit
af32a18b4b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user