@@ -1,6 +1,6 | |||||
1 | <% form_tag({:action => 'edit', :tab => 'repositories'}) do %> |
|
1 | <% form_tag({:action => 'edit', :tab => 'repositories'}) do %> | |
2 |
|
2 | |||
3 |
<fieldset class="box |
|
3 | <fieldset class="box settings enabled_scm"> | |
4 | <legend><%= l(:setting_enabled_scm) %></legend> |
|
4 | <legend><%= l(:setting_enabled_scm) %></legend> | |
5 | <table> |
|
5 | <table> | |
6 | <tr> |
|
6 | <tr> | |
@@ -37,9 +37,7 | |||||
37 | </tr> |
|
37 | </tr> | |
38 | <% end %> |
|
38 | <% end %> | |
39 | </table> |
|
39 | </table> | |
40 | <p class="scm_config"> |
|
40 | <p><em><%= l(:text_scm_config) %></em></p> | |
41 | <%= l(:text_scm_config) %> |
|
|||
42 | </p> |
|
|||
43 | </fieldset> |
|
41 | </fieldset> | |
44 |
|
42 | |||
45 | <div class="box tabular settings"> |
|
43 | <div class="box tabular settings"> |
@@ -443,6 +443,8 margin-left: 5px !important; | |||||
443 | width: auto; |
|
443 | width: auto; | |
444 | } |
|
444 | } | |
445 |
|
445 | |||
|
446 | form em {font-style:normal;font-size:90%;color:#888;} | |||
|
447 | ||||
446 | label.no-css { |
|
448 | label.no-css { | |
447 | font-weight: inherit; |
|
449 | font-weight: inherit; | |
448 | float:none; |
|
450 | float:none; | |
@@ -458,9 +460,8 input#time_entry_comments { width: 90%;} | |||||
458 | .tabular.settings label{ margin-left: -300px; width: 295px; } |
|
460 | .tabular.settings label{ margin-left: -300px; width: 295px; } | |
459 | .tabular.settings textarea { width: 99%; } |
|
461 | .tabular.settings textarea { width: 99%; } | |
460 |
|
462 | |||
461 |
|
|
463 | .settings.enabled_scm table {width:100%} | |
462 |
|
|
464 | .settings.enabled_scm td.scm_name{ font-weight: bold; } | |
463 | .tabular.settings.enabled_scm p.scm_config{ padding-left: 8px; font-style:italic;} |
|
|||
464 |
|
465 | |||
465 | fieldset.settings label { display: block; } |
|
466 | fieldset.settings label { display: block; } | |
466 | fieldset#notified_events .parent { padding-left: 20px; } |
|
467 | fieldset#notified_events .parent { padding-left: 20px; } |
General Comments 0
You need to be logged in to leave comments.
Login now