mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 01:57:55 +08:00
Small change to admin navigation design.
--HG-- branch : dev
This commit is contained in:
@@ -120,6 +120,7 @@ number of columns: 24; actual width: 946; column width: 26; gutter width:14
|
|||||||
display:inline;
|
display:inline;
|
||||||
float:left;
|
float:left;
|
||||||
width:15.401%;
|
width:15.401%;
|
||||||
|
border-right:1px solid #eeeeee;
|
||||||
}
|
}
|
||||||
.wrapper, .sections {
|
.wrapper, .sections {
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
@@ -238,7 +239,7 @@ form.link button:hover {
|
|||||||
width:0;
|
width:0;
|
||||||
}
|
}
|
||||||
#navigation li {
|
#navigation li {
|
||||||
margin:7px 0 20px 0;
|
margin:7px 0 20px 12px;
|
||||||
}
|
}
|
||||||
#navigation ul li {
|
#navigation ul li {
|
||||||
border:0;
|
border:0;
|
||||||
@@ -248,13 +249,9 @@ form.link button:hover {
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
#navigation li h3 a, #navigation li h3 span {
|
#navigation li h3 a, #navigation li h3 span {
|
||||||
border-bottom:1px solid #bdbcbc;
|
|
||||||
display:block;
|
display:block;
|
||||||
padding:6px 4px 8px 8px;
|
padding:6px 4px 8px 8px;
|
||||||
}
|
}
|
||||||
#navigation li h3 a, #navigation li h3 a:link, #navigation li h3 a:visited {
|
|
||||||
color:inherit;
|
|
||||||
}
|
|
||||||
#navigation li h3 a:hover, #navigation li h3 a:active, #navigation li h3 a:focus {
|
#navigation li h3 a:hover, #navigation li h3 a:active, #navigation li h3 a:focus {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user