aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-07 12:09:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-07 12:09:35 -0400
commit6fb7229beaadb53f59cb85d80976f99708a7434d (patch)
tree8e7f2a445a84e82c043e20326aa1deb6ebf91ac7 /public
parent7407f9caf3e0baf3f9b7894fab021356662eed17 (diff)
parentd76772adb9206961a4b47569dfd86366329972b0 (diff)
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css36
1 files changed, 34 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 88186098..e4dfda4c 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -706,6 +706,16 @@ html, body {
height: 39px;
}
+#repo-toolbar .nav .tmp {
+ padding: 0 6px;
+}
+
+#repo-toolbar .nav .tmp a {
+ display: inline-block;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
#repo-toolbar .nav .tmp a:hover {
text-decoration: none;
}
@@ -1251,12 +1261,12 @@ html, body {
border-color: #CCC;
}
-#issue .filter-list a:hover {
+#issue .filter-list li a:hover {
background-color: #DDD;
text-decoration: none;
}
-#issue .filter-list a.active {
+#issue .filter-list li a.active {
background-color: #4183c4;
color: #FFF;
}
@@ -1409,6 +1419,28 @@ html, body {
margin: 0 .8em;
}
+#issue .milestone-item .actions {
+ margin-top: 10px;
+}
+
+#issue .milestone-item .actions a {
+ margin-left: 8px;
+}
+
+#issue .milestone-item hr {
+ width: 100%;
+ padding-top: 8px;
+ margin-top: 48px;
+ margin-bottom: 8px;
+}
+
+#issue .milestone-item .label{
+ margin-top: 8px;
+ float: left;
+ padding: .5em;
+ margin-left: .8em;
+}
+
/* wrapper and footer */
#wrapper {