浏览代码

CSS corrections to empty folder template

stevetruckstuff 19 年之前
父节点
当前提交
7272e452c1
共有 1 个文件被更改,包括 10 次插入2 次删除
  1. 10 2
      templates/default/css/default.css

+ 10 - 2
templates/default/css/default.css

@@ -239,11 +239,19 @@ sqm_leftMain table {
 }
 }
 
 
 /* empty_folder.tpl defs */
 /* empty_folder.tpl defs */
-.sqm_emptyFolder {
+div.sqm_emptyFolderWrapper {
+    width:100%;
+    text-align: center;
+}
+table.sqm_emptyFolder {
     background: #ababab /* __COLOR9__ */;
     background: #ababab /* __COLOR9__ */;
+    width:95%;
+    margin-left:auto;
+    margin-right: auto;
 }
 }
-.sqm_emptyFolder td {
+table.sqm_emptyFolder td {
     background: #ffffff /* __COLOR4__*/;
     background: #ffffff /* __COLOR4__*/;
+    text-align: center;
 }
 }
 
 
 /* error_box.tpl definitions */
 /* error_box.tpl definitions */