##// END OF EJS Templates
Makes error class more specific to prevent clashes with syntax highlight (#10193)....
Jean-Philippe Lang -
r8715:c0491d298b71
parent child
Show More
@@ -4,7 +4,7
4 4 <p>
5 5 <%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %>
6 6 <% if @repository && ! @repository.class.scm_available %>
7 <em class="info"><%= content_tag 'span', l(:text_scm_command_not_available), :class => 'error' %></em>
7 <em class="info error"><%= l(:text_scm_command_not_available) %></em>
8 8 <% end %>
9 9 </p>
10 10
@@ -501,6 +501,7 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
501 501 a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
502 502
503 503 em.info {font-style:normal;font-size:90%;color:#888;display:block;}
504 em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
504 505
505 506 /* Project members tab */
506 507 div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% }
@@ -558,8 +559,6 div.flash.warning, .conflict {
558 559 color: #A6750C;
559 560 }
560 561
561 span.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
562
563 562 #errorExplanation ul { font-size: 0.9em;}
564 563 #errorExplanation h2, #errorExplanation p { display: none; }
565 564
General Comments 0
You need to be logged in to leave comments. Login now