SAAS-1110 - Fix header sizing at most screen resolutions
This commit is contained in:
parent
9d0beabd3f
commit
bd3a16ae7b
1 changed files with 3 additions and 5 deletions
|
@ -288,15 +288,13 @@ select {
|
||||||
color:#ff5d1a;
|
color:#ff5d1a;
|
||||||
}
|
}
|
||||||
.now-playing-block {
|
.now-playing-block {
|
||||||
/*width:35%;*/
|
flex: 1 0;
|
||||||
flex: 1 auto;
|
|
||||||
background: url(images/masterpanel_spacer.png) no-repeat 0 0;
|
background: url(images/masterpanel_spacer.png) no-repeat 0 0;
|
||||||
margin-left: 152px;
|
margin-left: 152px;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
}
|
}
|
||||||
.show-block {
|
.show-block {
|
||||||
/*width:30%;*/
|
flex: 1 0;
|
||||||
flex: 1 auto;
|
|
||||||
}
|
}
|
||||||
.text-row {
|
.text-row {
|
||||||
height:30px;
|
height:30px;
|
||||||
|
@ -3962,4 +3960,4 @@ li .ui-state-hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* jQuery dialog */
|
/* jQuery dialog */
|
||||||
.no-close .ui-dialog-titlebar-close {display: none }
|
.no-close .ui-dialog-titlebar-close {display: none }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue