summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-07 21:01:00 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-07 21:01:00 +0800
commitd76772adb9206961a4b47569dfd86366329972b0 (patch)
tree7c013ada73656d8101a647834199ad94c8a03534 /public
parent8ca14e210959b9316a4eed6e127de1eb775fda74 (diff)
downloadgitea-d76772adb9206961a4b47569dfd86366329972b0.tar.gz
gitea-d76772adb9206961a4b47569dfd86366329972b0.zip
add milestone list page
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 881860987d..e4dfda4c64 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 {