Fix button styling bugs

This commit is contained in:
Duncan Sommerville 2015-08-31 14:21:35 -04:00
parent f64d7096d1
commit 7c9f0a09ae
1 changed files with 4 additions and 2 deletions

View File

@ -21,10 +21,12 @@
}
@media screen and (max-width: 1600px) {
button:not(.dropdown-toggle) > span {
#library_display_wrapper button:not(.dropdown-toggle):not(.btn-new) > span,
#show_builder button:not(.dropdown-toggle):not(.btn-new) > span {
display: none;
}
button:not(.dropdown-toggle) > i {
#library_display_wrapper button:not(.dropdown-toggle):not(.btn-new) > i,
#show_builder button:not(.dropdown-toggle):not(.btn-new) > i {
margin-right: 0 !important;
}
}