Operator Panel: CSS height adjustment on extension blocks to address spacing issues.
This commit is contained in:
parent
93bcc5247f
commit
fdbca28177
|
|
@ -1838,7 +1838,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
|||
|
||||
table.op_ext {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
height: 70px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue