Modify Menubar

- Small Screens - Icon only - Wrap the label in a span with hidden-sm
- Medium Screen - Text only - add hidden-md to the icon
- Large Devices - shrink the left/right padding on .nav>li>a to 10px.
This commit is contained in:
Aaron Daniels
2015-11-18 08:33:56 +10:00
parent 725fc56f41
commit 2a52b935b5
2 changed files with 12 additions and 10 deletions
+4 -1
View File
@@ -1764,4 +1764,7 @@ tr.search:nth-child(odd) {
label {
font-weight: normal;
}
}
.nav>li>a.dropdown-toggle {
padding: 15px 10px;
}