CC-6112 - Remove button labels at small screen resolutions
This commit is contained in:
parent
5e024023eb
commit
e633bc8899
|
@ -20,6 +20,15 @@
|
||||||
background-color: #242424;
|
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) {
|
@media screen and (max-width: 1280px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
-webkit-flex-flow: column !important;
|
-webkit-flex-flow: column !important;
|
||||||
|
|
|
@ -399,10 +399,12 @@ select {
|
||||||
.source-info-block {
|
.source-info-block {
|
||||||
margin-left: 152px;
|
margin-left: 152px;
|
||||||
}
|
}
|
||||||
|
.time-info-block {
|
||||||
|
flex: 1 150px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 630px) {
|
@media screen and (max-width: 630px) {
|
||||||
#master-panel {
|
#master-panel {
|
||||||
/*display: block;*/
|
|
||||||
min-width: 630px;
|
min-width: 630px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue