aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-25 12:12:31 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-25 12:12:31 -0400
commitc5ff58272bcec72520f59a94445cd78d3e2dbf34 (patch)
treee6c28e790a30dd33bc5f21f1e86dd22c6a19dd4f
parent2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf (diff)
parent84bec2842f6b926e5d287d6201560364771cd64c (diff)
downloadgitea-c5ff58272bcec72520f59a94445cd78d3e2dbf34.tar.gz
gitea-c5ff58272bcec72520f59a94445cd78d3e2dbf34.zip
Merge branch 'master' of github.com:gogits/gogs
-rwxr-xr-xpublic/css/gogs.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 06f5931916..6bf698e8b1 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1001,6 +1001,11 @@ html, body {
/* issue */
+#issue-create-form .avatar {
+ width: 50px;
+ height: 50px;
+}
+
#issue-create-form .panel-body {
padding: 15px 0 0 0;
}
@@ -1026,11 +1031,11 @@ html, body {
color: #444;
}
-#issue .filter-list a.sm{
+#issue .filter-list a.sm {
font-size: 13px;
}
-#issue .filter-list hr{
+#issue .filter-list hr {
border-color: #CCC;
}
@@ -1052,7 +1057,7 @@ html, body {
background-color: #FFF;
}
-#issue .issue-item:hover{
+#issue .issue-item:hover {
background-color: rgba(19, 95, 215, 0.03);
}
@@ -1062,16 +1067,13 @@ html, body {
#issue .issue-item .title {
margin-bottom: 16px;
+ font-weight: bold;
}
#issue .issue-item h5.title a {
color: #444;
}
-#issue .issue-item.unread h5 {
- font-weight: bold;
-}
-
#issue .issue-item .info span {
margin-right: 12px;
color: #888;