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

<% form_tag({:action => 'edit', :tab => 'repositories'}) do %> <% 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> <legend><%= l(:setting_enabled_scm) %></legend>
<table> <table>
<tr> <tr>
</tr> </tr>
<% end %> <% end %>
</table> </table>
<p class="scm_config">
<%= l(:text_scm_config) %>
</p>
<p><em><%= l(:text_scm_config) %></em></p>
</fieldset> </fieldset>


<div class="box tabular settings"> <div class="box tabular settings">

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

width: auto; width: auto;
} }


form em {font-style:normal;font-size:90%;color:#888;}

label.no-css { label.no-css {
font-weight: inherit; font-weight: inherit;
float:none; float:none;
.tabular.settings label{ margin-left: -300px; width: 295px; } .tabular.settings label{ margin-left: -300px; width: 295px; }
.tabular.settings textarea { width: 99%; } .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.settings label { display: block; }
fieldset#notified_events .parent { padding-left: 20px; } fieldset#notified_events .parent { padding-left: 20px; }

Loading…
Cancel
Save