浏览代码

Operator Panel: Fix incorrect block height for active extensions (style issue).

reliberate 9 年之前
父节点
当前提交
cf7e27aa5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/default/template.php

+ 1 - 1
themes/default/template.php

@@ -1103,7 +1103,7 @@
 
 	.op_caller_info {
 		display: block;
-		margin-top: 7px;
+		margin-top: 4px;
 		font-family: arial;
 		font-size: 10px;
 		}