Browse Source

issue label ui design

FuXiaoHei 10 years ago
parent
commit
61641d9c63

File diff suppressed because it is too large
+ 8 - 0
public/css/bootstrap-colorpicker.min.css


+ 45 - 0
public/css/gogs.css

@@ -1244,6 +1244,10 @@ html, body {
     margin-top: 6px;
 }
 
+#issue .filters ul {
+    margin-bottom: 0;
+}
+
 #issue .filter-list a {
     padding: 6px 10px;
     font-size: 14px;
@@ -1275,6 +1279,47 @@ html, body {
     margin-bottom: 12px;
 }
 
+#issue .filters > div {
+    margin-bottom: 16px;
+    padding-bottom: 16px;
+    border-bottom: 1px solid #CCC;
+}
+
+#issue .label-filter li {
+    line-height: 24px;
+    margin-top: 4px;
+}
+
+#issue .label-filter a {
+    color: #666;
+    font-weight: bold;
+    padding: 0 4px;
+    display: block;
+}
+
+#issue .label-filter a:hover {
+    background-color: #FFF;
+}
+
+#issue .label-filter .count {
+    font-size: 12px;
+    margin-right: 6px;
+    color: #888;
+}
+
+#issue .label-filter .color {
+    float: left;
+    height: 12px;
+    width: 12px;
+    border-radius: 2px;
+    margin-right: 12px;
+    margin-top: 6px;
+}
+
+#issue .label-filter .label-button {
+    margin-top: 16px;
+}
+
 #issue .list-group .list-group-item {
     background-color: #FFF;
 }

BIN
public/img/bootstrap-colorpicker/alpha-horizontal.png


BIN
public/img/bootstrap-colorpicker/alpha.png


BIN
public/img/bootstrap-colorpicker/hue-horizontal.png


BIN
public/img/bootstrap-colorpicker/hue.png


BIN
public/img/bootstrap-colorpicker/saturation.png


File diff suppressed because it is too large
+ 0 - 0
public/js/bootstrap-colorpicker.min.js


Some files were not shown because too many files changed in this diff