summaryrefslogtreecommitdiffstats
path: root/redmine/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2006-07-09 16:30:01 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2006-07-09 16:30:01 +0000
commitf37089f54784da4b457ed19d588e137078977089 (patch)
treeaf47c6b6557c18e9a707fae269bb1f356328da28 /redmine/public/stylesheets
parent366ca57c36df8e85f903304e0ab0364d4a5ea006 (diff)
downloadredmine-f37089f54784da4b457ed19d588e137078977089.tar.gz
redmine-f37089f54784da4b457ed19d588e137078977089.zip
v0.2.0
git-svn-id: http://redmine.rubyforge.org/svn/trunk@7 e93f8b46-1217-0410-a6f0-8f06a7374b81
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;
}