Corrected an issue with the monitor selection UI where the text is cut off.
This commit is contained in:
parent
c0121bcfe7
commit
5061a511ab
|
@ -795,9 +795,11 @@ button:focus {
|
||||||
}
|
}
|
||||||
#path_bar select {
|
#path_bar select {
|
||||||
line-height: 41px;
|
line-height: 41px;
|
||||||
height: 41px;
|
height: 37px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
float: right;
|
float: right;
|
||||||
|
box-sizing: content-box;
|
||||||
|
padding: 0 0 0 8px;
|
||||||
}
|
}
|
||||||
#filmout_monitor {
|
#filmout_monitor {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -27,9 +27,11 @@
|
||||||
}
|
}
|
||||||
select{
|
select{
|
||||||
line-height: 41px;
|
line-height: 41px;
|
||||||
height: 41px;
|
height: 37px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
float: right;
|
float: right;
|
||||||
|
box-sizing: content-box;
|
||||||
|
padding: 0 0 0 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#filmout_file {
|
#filmout_file {
|
||||||
|
|
Loading…
Reference in New Issue