Browse Source

CSS corrections to empty folder template

stevetruckstuff 19 years ago
parent
commit
7272e452c1
1 changed files with 10 additions and 2 deletions
  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 */
-.sqm_emptyFolder {
+div.sqm_emptyFolderWrapper {
+    width:100%;
+    text-align: center;
+}
+table.sqm_emptyFolder {
     background: #ababab /* __COLOR9__ */;
+    width:95%;
+    margin-left:auto;
+    margin-right: auto;
 }
-.sqm_emptyFolder td {
+table.sqm_emptyFolder td {
     background: #ffffff /* __COLOR4__*/;
+    text-align: center;
 }
 
 /* error_box.tpl definitions */