1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00
Radarr/NzbDrone.Web/Content/Menu.css
Mark McDowall 2e48034d70 Season Grid toolbar uses sub-menu.
sub-menu moved from id to class.
2011-08-21 19:56:04 -07:00

26 lines
355 B
CSS

.sub-menu
{
padding-left: 5px;
}
.sub-menu li
{
display: inline;
list-style-type: none;
padding-left: 8px;
padding-right: 12px;
padding-top: 6px;
border-right: 1px solid #F0F0F0;
}
.sub-menu a
{
text-decoration: none;
color: #105CD6;
}
.t-grid .sub-menu
{
margin-left: -10px;
margin-bottom: 0px;
}