summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-11-26 13:57:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-11-26 13:57:22 +0000
commit841ec5192ff8e5c045c1b20ce179daa600b9db00 (patch)
treecc3f0f78984202dd57eddfebfff1e7124effcfca /public/stylesheets
parent6208b12f3bfe58441d3da7ddf05b3c4a15365caf (diff)
downloadredmine-841ec5192ff8e5c045c1b20ce179daa600b9db00.tar.gz
redmine-841ec5192ff8e5c045c1b20ce179daa600b9db00.zip
Set style for tips in forms.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7932 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 4b5c9ee27..7ea9278de 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -443,6 +443,8 @@ margin-left: 5px !important;
width: auto;
}
+form em {font-style:normal;font-size:90%;color:#888;}
+
label.no-css {
font-weight: inherit;
float:none;
@@ -458,9 +460,8 @@ input#time_entry_comments { width: 90%;}
.tabular.settings label{ margin-left: -300px; width: 295px; }
.tabular.settings textarea { width: 99%; }
-.tabular.settings.enabled_scm table {width:100%}
-.tabular.settings.enabled_scm td.scm_name{ font-weight: bold; }
-.tabular.settings.enabled_scm p.scm_config{ padding-left: 8px; font-style:italic;}
+.settings.enabled_scm table {width:100%}
+.settings.enabled_scm td.scm_name{ font-weight: bold; }
fieldset.settings label { display: block; }
fieldset#notified_events .parent { padding-left: 20px; }