Unknwon 10 years ago
parent
commit
7a9777ae36
4 changed files with 121 additions and 3074 deletions
  1. 1 1
      config.codekit
  2. 1 2940
      public/css/gogs.css
  3. 6 13
      public/less/_admin.less
  4. 113 120
      templates/admin/dashboard.tmpl

+ 1 - 1
config.codekit

@@ -464,7 +464,7 @@
 		"ignore": 0,
 		"ignoreWasSetByUser": 0,
 		"inputAbbreviatedPath": "\/public\/less\/gogs.less",
-		"outputAbbreviatedPath": "\/public\/css\/gogs.min.css",
+		"outputAbbreviatedPath": "\/public\/css\/gogs.css",
 		"outputPathIsOutsideProject": 0,
 		"outputPathIsSetByUser": 1,
 		"outputStyle": 1,

File diff suppressed because it is too large
+ 1 - 2940
public/css/gogs.css


+ 6 - 13
public/less/_admin.less

@@ -10,8 +10,8 @@
 			padding-bottom: 5px;
 		}
 		th, td {
-			&:first-child {
-				padding-left: 15px;
+			&:first-of-type {
+				padding-left: 15px !important;
 			}
 		}
 	}
@@ -26,17 +26,10 @@
 		}
 	}
     
-    .admin-desc {
-    	padding: 20px;
-    }
-    .admin-table{
-        .table{
-		width: 100%;
-        }
-    }
-    dl.admin-dl-horizontal {
-    	padding: 20px;
-	margin: 0;
+  dl.admin-dl-horizontal {
+  	padding: 20px;
+		margin: 0;
+
 		dd{
 			margin-left: 240px;
 		}

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