update admin style to work with latest wcs changes

This commit is contained in:
Frédéric Péters 2015-01-08 14:06:46 +01:00
parent 8f40affc9d
commit 4747ab0f5f
1 changed files with 44 additions and 2 deletions

View File

@ -10,8 +10,36 @@ div#header h1 {
text-shadow: 0 2px 15px #000000;
}
div#header h1:after {
background: none;
}
ul#main-actions {
position: absolute;
right: 0px;
top: 10px;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 110%;
}
ul#main-actions li {
display: inline;
padding: 0 1em;
}
ul#main-actions li a {
padding: 2px;
border: none;
background: #DFEBFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
ul#main-actions li a,
div.SubmitWidget input, input[type=submit] {
div.SubmitWidget input, input[type=submit], input[type=submit][name=submit] {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
@ -26,9 +54,11 @@ ul#menu li a {
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border: none;
border-color: #F76B0C;
font-weight: bold;
padding: 6px 20px;
color: white;
}
ul#menu li.active a {
@ -49,11 +79,22 @@ p#breadcrumb {
border-bottom: 1px solid #F4A80A;
-webkit-border-radius: 0 0 0 5px;
-moz-border-radius: 0 0 0 5px;
margin: 0 -6px;
padding: 10px 18px;
line-height: 110%;
}
p#breadcrumb a {
color: white;
background: none;
border: none;
box-shadow: none;
text-shadow: none;
padding: 0;
}
p#breadcrumb span.separator {
display: inline;
}
body div#popup div.popup-content {
@ -98,6 +139,7 @@ div.themes div.theme a {
div#top {
background: #566902;
border-bottom: 1px solid #8ab001;
line-height: 100%;
}
a {