Radarr/NzbDrone.Web/Content/Menu.css

31 lines
496 B
CSS
Raw Normal View History

.sub-menu
{
padding-left: 5px;
2012-02-27 00:18:37 +00:00
margin-top: 0px;
}
2012-02-27 00:18:37 +00:00
.sub-menu li
{
display: inline;
2012-02-27 00:18:37 +00:00
list-style-type: circle;
margin-right: 12px;
padding-left: 2px;
border-left: 1px solid #065EFE;
}
2012-02-27 00:18:37 +00:00
.sub-menu a
{
text-decoration: none;
2012-02-27 00:18:37 +00:00
font-size: 21px;
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
color: #065EFE;
font-weight: 300;
text-transform: lowercase;
}
.t-grid .sub-menu
{
margin-left: -10px;
margin-bottom: 0px;
2012-02-27 00:18:37 +00:00
}