Browse Source

Set style for tips in forms.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7932 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.3.0
Jean-Philippe Lang 12 years ago
parent
commit
841ec5192f
2 changed files with 6 additions and 7 deletions
  1. 2
    4
      app/views/settings/_repositories.html.erb
  2. 4
    3
      public/stylesheets/application.css

+ 2
- 4
app/views/settings/_repositories.html.erb View File

@@ -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">

+ 4
- 3
public/stylesheets/application.css View File

@@ -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; }

Loading…
Cancel
Save