aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-12-07 21:29:37 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-12-07 21:29:37 +0800
commit0daef29053ac112e9cd86dc8fac7b78f4f38d387 (patch)
tree6a8eb7a858520b161a0b16b0431c9b72c2e3c784 /public/ng/css
parenta2f6e1803bb8322843777f1795f8966de81a84c0 (diff)
add label-create ui elements
Diffstat (limited to 'public/ng/css')
-rw-r--r--public/ng/css/gogs.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 63cbd5b2..b2c09856 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -2023,10 +2023,12 @@ textarea#issue-add-content {
margin-left: 4px;
}
#issue-new > a,
+#label-new > a,
#milestone-new > a {
padding: 0 !important;
}
#issue-new > a button,
+#label-new > a button,
#milestone-new > a button {
height: 29px;
}
@@ -2171,6 +2173,43 @@ textarea#issue-add-content {
margin-bottom: 12px;
border-bottom: 1px dashed #AAA;
}
+#label-add-form {
+ padding: 18px 0;
+ border-bottom: 1px solid #DDD;
+}
+#label-add-form .ipt {
+ font-size: 14px;
+}
+#label-add-form .ipt[name=name] {
+ width: 300px;
+}
+#label-add-form .btn {
+ height: 33px;
+ font-size: 14px;
+ margin-left: 12px;
+}
+#label-color-drop .ipt {
+ width: 100px;
+}
+#label-color-drop .drop-down {
+ width: 128px;
+ top: 22px;
+ left: 50px;
+ padding: 12px;
+ line-height: 16px;
+}
+#label-color-drop .drop-down a.color {
+ width: 16px;
+ height: 16px;
+ display: inline-block;
+}
+#label-color-drop label {
+ width: 24px;
+ height: 24px;
+ display: inline-block;
+ margin: 0 1em;
+ vertical-align: middle;
+}
#milestone-list {
padding-top: 6px;
}