浏览代码

Operator Panel: CSS height adjustment on extension blocks to address spacing issues.

Nate 5 年之前
父节点
当前提交
9246b0356e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/default/css.php

+ 1 - 1
themes/default/css.php

@@ -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;