Feature #5864 » make_text_clickable.patch
| app/views/settings/_mail_handler.html.erb | ||
|---|---|---|
| 3 | 3 |
<div class="box tabular settings"> |
| 4 | 4 |
<p> |
| 5 | 5 |
<%= setting_text_area :mail_handler_body_delimiters, :rows => 5 %> |
| 6 |
<%= setting_check_box :mail_handler_enable_regex_delimiters, :label => false %> <%= l(:setting_mail_handler_enable_regex_delimiters) %> |
|
| 6 |
<%= setting_check_box :mail_handler_enable_regex_delimiters, :label => false %> |
|
| 7 |
<label class="option" for="settings_mail_handler_enable_regex_delimiters"><%= l(:setting_mail_handler_enable_regex_delimiters) %></label> |
|
| 7 | 8 |
<em class="info"><%= l(:text_line_separated) %></em> |
| 8 | 9 |
</p> |
| 9 | 10 |
<p> |
| public/stylesheets/application.css | ||
|---|---|---|
| 704 | 704 |
.tabular.settings p{ padding-left: 300px; }
|
| 705 | 705 |
.tabular.settings label{ margin-left: -300px; width: 295px; }
|
| 706 | 706 |
.tabular.settings textarea { width: 99%; }
|
| 707 |
.tabular.settings label.option { float: none; margin-left: 0; font-weight: normal }
|
|
| 707 | 708 | |
| 708 | 709 |
.settings.enabled_scm table {width:100%}
|
| 709 | 710 |
.settings.enabled_scm td.scm_name{ font-weight: bold; }
|
- « Previous
- 1
- …
- 5
- 6
- 7
- Next »