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