Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix navbar height

Cette révision appartient à :
sfan5 2017-05-08 22:36:40 +02:00
Parent 2c151bc26e
révision 61b34c109d
2 fichiers modifiés avec 19 ajouts et 5 suppressions

Voir le fichier

@ -188,8 +188,25 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
border-radius: 0px;
}
:target {
background-color: #585b4f;
}
#mainmenu button .search_text {
display: none;
}
#mainmenu .navbar-form select.form-control
{
width: 12rem;
}
.special-img
{
position: relative;
top: -5px;
float: left;
left: -5px;
}
#mainmenu .badgemenu {
padding-top: 0;
}

Voir le fichier

@ -192,6 +192,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
:target {
background-color: #e5eecc;
}
#mainmenu button .search_text {
display: none;
}
@ -207,10 +208,6 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
left: -5px;
}
#mainmenu .navbar-header, #mainmenu .navbar-nav, #mainmenu .navbar-form {
padding-top: 10px;
}
#mainmenu .badgemenu {
padding-top: 0;
}