summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-04-09 14:48:15 +0000
committerGo MAEDA <maeda@farend.jp>2019-04-09 14:48:15 +0000
commitd953242e521592b84d4d2fe4378ceb127ec4eda3 (patch)
tree2b097acdd3ae378bdefb9f73cb3095e53ff446af /public/stylesheets
parent766452e84186eb2d9a1d11b0477b68398ba07a96 (diff)
downloadredmine-d953242e521592b84d4d2fe4378ceb127ec4eda3.tar.gz
redmine-d953242e521592b84d4d2fe4378ceb127ec4eda3.zip
Show version status as badge in rodmap#index and roadmap#show (#29391).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18053 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 5d6c62cf2..0e718c37e 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -559,6 +559,7 @@ div#roadmap .related-issues td.checkbox { display: none; }
div#roadmap .wiki h1:first-child { display: none; }
div#roadmap .wiki h1 { font-size: 120%; }
div#roadmap .wiki h2 { font-size: 110%; }
+div#roadmap h2, div#roadmap h3 { display: inline; padding-right: 0;}
body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
@@ -1288,6 +1289,7 @@ div.wiki img {vertical-align:middle; max-width:100%;}
bottom: 2px;
padding: 0px 2px 0px 2px;
margin-right: 2px;
+ margin-left: 2px;
border-radius: 2px;
text-transform: uppercase;
text-decoration: none;
@@ -1300,6 +1302,18 @@ div.wiki img {vertical-align:middle; max-width:100%;}
color: #fff;
background:#9DB9D5;
}
+.badge-status-open {
+ color: #205D86;
+ border: 1px solid #205D86;
+}
+.badge-status-locked {
+ color: #696969;
+ border: 1px solid #696969;
+}
+.badge-status-closed {
+ color: #1D781D;
+ border: 1px solid #1D781D;
+}
/***** Icons *****/
.icon {
background-position: 0% 50%;