CC-6112 - Remove button labels at small screen resolutions

This commit is contained in:
Duncan Sommerville 2015-08-31 13:25:29 -04:00
parent 5e024023eb
commit e633bc8899
2 changed files with 12 additions and 1 deletions

View File

@ -20,6 +20,15 @@
background-color: #242424;
}
@media screen and (max-width: 1600px) {
button:not(.dropdown-toggle) > span {
display: none;
}
button:not(.dropdown-toggle) > i {
margin-right: 0 !important;
}
}
@media screen and (max-width: 1280px) {
.wrapper {
-webkit-flex-flow: column !important;

View File

@ -399,10 +399,12 @@ select {
.source-info-block {
margin-left: 152px;
}
.time-info-block {
flex: 1 150px;
}
}
@media screen and (max-width: 630px) {
#master-panel {
/*display: block;*/
min-width: 630px;
}
}