浏览代码

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

Fix admin dashboard new ui
Unknwon 10 年之前
父节点
当前提交
dc7e74ebb1
共有 2 个文件被更改,包括 142 次插入150 次删除
  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;
+		}
+	}
+}

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