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