mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Updated page footer, submenu indicator.
This commit is contained in:
parent
969c36912d
commit
ac568ef47b
3 changed files with 65 additions and 58 deletions
|
@ -1,4 +1,51 @@
|
|||
.sub-menu
|
||||
#menu
|
||||
{
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
#menu ul
|
||||
{
|
||||
margin: 0;
|
||||
padding: 5px 0px 5px 0px;
|
||||
list-style: none;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#menu li
|
||||
{
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 5px 15px 2px 10px;
|
||||
}
|
||||
|
||||
#menu a
|
||||
{
|
||||
display: block;
|
||||
float: left;
|
||||
height: 26px;
|
||||
padding: 0px 5px 7px 5px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
text-transform: lowercase;
|
||||
font-size: 21px;
|
||||
font-weight: normal;
|
||||
vertical-align: middle;
|
||||
font-family: "Segoe UI" , "Open Sans" , "Segoe UI Light" , sans-serif;
|
||||
}
|
||||
|
||||
#menu a:hover
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#menu li.current_page_item a
|
||||
{
|
||||
border-bottom: 2px solid;
|
||||
border-color: #065EFE;
|
||||
}
|
||||
|
||||
|
||||
.sub-menu
|
||||
{
|
||||
padding-left: 5px;
|
||||
margin-top: 0px;
|
||||
|
@ -9,11 +56,13 @@
|
|||
display: inline;
|
||||
list-style-type: circle;
|
||||
margin-right: 12px;
|
||||
padding-left: 2px;
|
||||
padding-left: 4px;
|
||||
padding-top: 2px;
|
||||
border-left: 7px solid #F0F5FF;
|
||||
border-left: 5px solid #85aeff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.sub-menu a
|
||||
{
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue