summaryrefslogtreecommitdiffstats
path: root/redmine/public/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'redmine/public/stylesheets')
-rw-r--r--redmine/public/stylesheets/application.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/redmine/public/stylesheets/application.css b/redmine/public/stylesheets/application.css
index ac6610520..43f2bac51 100644
--- a/redmine/public/stylesheets/application.css
+++ b/redmine/public/stylesheets/application.css
@@ -189,11 +189,20 @@ input.button-small
font-size: 0.8em;
}
+select.select-small
+{
+ font-size: 0.8em;
+}
+
label {
font-weight: bold;
font-size: 1em;
}
+fieldset {
+ border:1px solid #7F9DB9;
+}
+
.required {
color: #bb0000;
}
@@ -220,10 +229,10 @@ tr.ListHead a {
text-decoration:underline;
}
-tr.ListLine0 {
+tr.odd {
background-color: #C1E2F7;
}
-tr.ListLine1 {
+tr.even {
background-color:#CEE1ED;
}