mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
Menus are now custom built, using AJAX loading of links where acceptable.
This commit is contained in:
20
NzbDrone.Web/Content/Menu.css
Normal file
20
NzbDrone.Web/Content/Menu.css
Normal file
@@ -0,0 +1,20 @@
|
||||
#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;
|
||||
}
|
Reference in New Issue
Block a user