Browse Source

Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui

Fix admin dashboard new ui
Unknwon 10 years ago
parent
commit
dc7e74ebb1
2 changed files with 142 additions and 150 deletions
  1. 26 1
      public/less/_admin.less
  2. 116 149
      templates/admin/dashboard.tmpl

+ 26 - 1
public/less/_admin.less

@@ -25,4 +25,29 @@
 			max-width: 200px;
 		}
 	}
-}
+    
+    .admin-desc {
+    	padding: 20px;
+    }
+    .admin-table{
+        .table{
+		width: 100%;
+        }
+    }
+    dl.admin-dl-horizontal {
+    	padding: 20px;
+	margin: 0;
+		dd{
+			margin-left: 240px;
+		}
+		dt {
+			font-weight: bolder;
+			float: left;
+			width: 250px;
+			clear: left;
+			overflow: hidden;
+			text-overflow: ellipsis;
+			white-space: nowrap;
+		}
+	}
+}

File diff suppressed because it is too large
+ 116 - 149
templates/admin/dashboard.tmpl