aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-05-11 14:12:45 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-05-11 14:12:45 +0800
commit55019bfbc5c2b7db7a1f861a90d97e6760433e4d (patch)
tree07a3ecf9e82b942b3428f0eaa7cce947dce743e8 /public/css/gogs.css
parent4d6de6c7b9715a6ccce3f09249b47b984b9a1295 (diff)
parent7d84cc96e8da9f7389f855be4f86864039843e6c (diff)
merge all login methods
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index f245a56b..12fd8138 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1447,6 +1447,15 @@ html, body {
min-width: 300px;
}
+#issue .issue-bar .assignee, #issue .issue-bar .assignee ul {
+ min-width: 160px;
+}
+
+#issue .issue-bar .assignee .dropdown-menu{
+ padding: 0;
+ margin: 0;
+}
+
#issue .assignee li {
padding: 4px 12px;
line-height: 30px;
@@ -1473,6 +1482,11 @@ html, body {
line-height: 30px;
}
+#issue .issue-bar .assignee .action{
+ position: relative;
+ margin-top: -8px;
+}
+
/* wrapper and footer */
#wrapper {