瀏覽代碼

Theme: Minor adjustment.

Nate 5 年之前
父節點
當前提交
1cdb22960c
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      themes/default/css.php

+ 3 - 3
themes/default/css.php

@@ -2381,7 +2381,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 		}
 		}
 
 
 	.list-header > th.shrink {
 	.list-header > th.shrink {
-		width: 1px;
+		width: 1%;
 		}
 		}
 
 
 	.list-row:nth-child(odd) > :not(.action-button) {
 	.list-row:nth-child(odd) > :not(.action-button) {
@@ -2411,8 +2411,8 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 
 
 	.list-header > .checkbox,
 	.list-header > .checkbox,
 	.list-row > .checkbox {
 	.list-row > .checkbox {
-		width: 1px;
-		text-align: center;
+		width: 1%;
+		text-align: center !important;
 		cursor: default !important;
 		cursor: default !important;
 		}
 		}