浏览代码

Implement new ui to dashboard

Antoine GIRARD 10 年之前
父节点
当前提交
e1c04f043b
共有 2 个文件被更改,包括 60 次插入42 次删除
  1. 21 0
      public/less/_admin.less
  2. 39 42
      templates/admin/dashboard.tmpl

+ 21 - 0
public/less/_admin.less

@@ -25,4 +25,25 @@
 			max-width: 200px;
 			max-width: 200px;
 		}
 		}
 	}
 	}
+    
+    .admin-desc,.admin-table {
+    	padding: 20px;
+    }
+    
+    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;
+		}
+	}
 }
 }

文件差异内容过多而无法显示
+ 39 - 42
templates/admin/dashboard.tmpl