summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-08 21:01:47 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-08 21:01:47 +0800
commit11ca10ab2fa9c0e0c8036d33bd31f4815ceb490e (patch)
tree34403dce1ec4f7f366e6ed6b6a5aea033876992a /public/css
parent495d939ca580825c4a91612e38107ecc4339598a (diff)
downloadgitea-11ca10ab2fa9c0e0c8036d33bd31f4815ceb490e.tar.gz
gitea-11ca10ab2fa9c0e0c8036d33bd31f4815ceb490e.zip
issue assignee ui
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index e4dfda4c64..bf43375b7e 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1441,6 +1441,28 @@ html, body {
margin-left: .8em;
}
+#issue .assignee,#issue .assignee ul{
+ padding: 0;
+ margin: 0;
+ min-width: 300px;
+}
+
+#issue .assignee li{
+ padding: 4px 12px;
+ line-height: 30px;
+}
+
+#issue .assignee li:hover{
+ background-color: #e8f0ff;
+ cursor: pointer;
+}
+
+#issue .assignee li img{
+ width: 28px;
+ height: 28px;
+ margin-right: 12px;
+}
+
/* wrapper and footer */
#wrapper {