瀏覽代碼

Action Bar mods.

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

+ 10 - 0
themes/default/css.php

@@ -2188,10 +2188,20 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 		box-shadow: <?php echo ($_SESSION['theme']['action_bar_shadow_scroll']['text'] != '') ? $_SESSION['theme']['action_bar_shadow_scroll']['text'] : '0 3px 3px 0 rgba(0,0,0,0.2)'; ?>;
 		}
 
+	div.action_bar > div.heading {
+		float: left;
+		}
+
+	div.action_bar > div.buttons {
+		float: right;
+		white-space: nowrap;
+		}
+
 /* LIST ************************************************************************/
 
 	.list {
 		width: 100%;
+		empty-cells: show;
 		}
 
 	.list tr {