summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--app/views/settings/_repositories.html.erb6
-rw-r--r--public/stylesheets/application.css7
2 files changed, 6 insertions, 7 deletions
diff --git a/app/views/settings/_repositories.html.erb b/app/views/settings/_repositories.html.erb
index 3da51bd69..cfd72f051 100644
--- a/app/views/settings/_repositories.html.erb
+++ b/app/views/settings/_repositories.html.erb
@@ -1,6 +1,6 @@
<% form_tag({:action => 'edit', :tab => 'repositories'}) do %>
-<fieldset class="box tabular settings enabled_scm">
+<fieldset class="box settings enabled_scm">
<legend><%= l(:setting_enabled_scm) %></legend>
<table>
<tr>
@@ -37,9 +37,7 @@
</tr>
<% end %>
</table>
-<p class="scm_config">
-<%= l(:text_scm_config) %>
-</p>
+<p><em><%= l(:text_scm_config) %></em></p>
</fieldset>
<div class="box tabular settings">
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; }