mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 01:37:07 +00:00
Changed current page underlining, no longer so wide, or far from the text.
This commit is contained in:
parent
d3d2950a88
commit
acf5a2cd76
1 changed files with 3 additions and 4 deletions
|
@ -69,6 +69,7 @@ hr
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
|
padding: 5px 15px 2px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu a
|
#menu a
|
||||||
|
@ -76,7 +77,7 @@ hr
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
padding: 5px 20px 8px 15px;
|
padding: 0px 5px 6px 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
|
@ -91,14 +92,12 @@ hr
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu li.current_page_item
|
#menu li.current_page_item a
|
||||||
{
|
{
|
||||||
border-bottom: 2px solid;
|
border-bottom: 2px solid;
|
||||||
border-color: #065EFE;
|
border-color: #065EFE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Page */
|
/* Page */
|
||||||
|
|
||||||
#page
|
#page
|
||||||
|
|
Loading…
Reference in a new issue