@@ -10,7 +10,7 | |||
|
10 | 10 | <%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %> |
|
11 | 11 | <% if @repository && ! @repository.class.scm_available %> |
|
12 | 12 | <br /> |
|
13 |
<em><%= content_tag 'span', l(:text_scm_command_not_available) |
|
|
13 | <em class="info error"><%= content_tag 'span', l(:text_scm_command_not_available) %></em> | |
|
14 | 14 | <% end %> |
|
15 | 15 | </p> |
|
16 | 16 | <% button_disabled = true %> |
@@ -481,6 +481,9 p.other-formats { text-align: right; font-size:0.9em; color: #666; } | |||
|
481 | 481 | |
|
482 | 482 | a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; } |
|
483 | 483 | |
|
484 | em.info {font-style:normal;font-size:90%;color:#888;display:block;} | |
|
485 | em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;} | |
|
486 | ||
|
484 | 487 | /* Project members tab */ |
|
485 | 488 | div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% } |
|
486 | 489 | div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% } |
@@ -534,8 +537,6 div.flash.warning { | |||
|
534 | 537 | color: #A6750C; |
|
535 | 538 | } |
|
536 | 539 | |
|
537 | span.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;} | |
|
538 | ||
|
539 | 540 | #errorExplanation ul { font-size: 0.9em;} |
|
540 | 541 | #errorExplanation h2, #errorExplanation p { display: none; } |
|
541 | 542 |
General Comments 0
You need to be logged in to leave comments.
Login now