mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-28 19:57:49 +02:00
Tweak CSS
This commit is contained in:
@@ -120,9 +120,6 @@ footer p {
|
||||
}
|
||||
|
||||
/* Navigation menu */
|
||||
li.subnav > a {
|
||||
padding-left: 30px;
|
||||
}
|
||||
ul.dropdown-menu {
|
||||
width: 250px;
|
||||
}
|
||||
@@ -354,11 +351,15 @@ textarea {
|
||||
/* MDI icons */
|
||||
.mdi::before {
|
||||
font-size: 20px;
|
||||
line-height: 14px;
|
||||
line-height: 20px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
.btn .mdi::before {
|
||||
font-size: 20px;
|
||||
line-height: 14px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
top: 2px;
|
||||
}
|
||||
.btn-xs .mdi::before {
|
||||
font-size: 18px;
|
||||
@@ -373,12 +374,11 @@ textarea {
|
||||
}
|
||||
.dropdown-menu .mdi::before {
|
||||
position: relative;
|
||||
top: 4px;
|
||||
left: -8px;
|
||||
}
|
||||
.nav .mdi::before {
|
||||
left: -2px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
top: 2px;
|
||||
}
|
||||
.navbar .navbar-toggle .mdi::before {
|
||||
position: relative;
|
||||
@@ -404,6 +404,9 @@ textarea {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
.input-group-btn .mdi::before {
|
||||
font-size: 20px;
|
||||
}
|
||||
.navbar-brand .mdi::before {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
|
||||
Reference in New Issue
Block a user