mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
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 {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
height: 70px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user