1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Moved source code under src folder - massive change

This commit is contained in:
Mark McDowall
2013-10-02 18:01:32 -07:00
parent 2fc8123d6b
commit 5bf0e197ec
1499 changed files with 1054 additions and 1444 deletions

88
src/UI/Content/menu.less Normal file
View File

@@ -0,0 +1,88 @@
@import "prefixer";
#main-menu-region {
text-align : center;
margin-bottom : 10px;
i:before {
font-size : 35px;
}
i {
width : 40px;
}
.logo {
margin-top : 25px;
vertical-align : middle;
height : 70px;
width : 70px;
}
li {
list-style-type : none;
display : inline-block;
a {
&:focus {
text-decoration : none;
}
display : block;
border-radius : 6px;
padding : 15px 10px 5px;
min-height : 56px;
min-width : 64px;
margin : 20px 10px 5px;
color : #b9b9b9;
font-weight : 100;
}
span.label.pull-right {
position : relative;
top : 24px;
right : 14px;
}
}
}
.backdrop #nav-region {
background-color : #000000;
.opacity(0.85);
}
#nav-region li a:hover, #in-sub-nav li a.active {
background-color : #555555;
text-decoration : none;
}
#nav-region {
margin-bottom : 80px;
height : 150px;
.span12 {
margin-left : 0px;
}
}
.search {
text-align: center;
input, .add-on {
background-color: #333333;
border-color: #333333;
color: #cccccc;
}
ul {
text-align: left;
}
.dropdown-menu {
background-color: #333333;
color: #cccccc;
> li > a {
color: #cccccc;
}
}
}