From: Simon Brandhof Date: Thu, 18 Oct 2012 09:54:42 +0000 (+0200) Subject: Add the style em .mandatory for highlighting the mandatory properties suffixed with... X-Git-Tag: 3.4~470 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed9542edc6b94be5147cccb910b0bb2497e7eca2;p=sonarqube.git Add the style em .mandatory for highlighting the mandatory properties suffixed with the star * --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb index 4cd3b99551f..8c5fd718aeb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb @@ -9,7 +9,7 @@ <% if !widget.java_definition.global && @dashboard.global %> - <%= message('widget.resource_id') %> * + <%= message('widget.resource_id') %> * <%= resource_select_tag 'resource_id', { :resource_type_property => 'supportsGlobalDashboards', diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb index 535ea549a10..d1303cb1896 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb @@ -13,7 +13,7 @@ end %>
- +
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_create_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_create_form.html.erb index f4e34e07c33..9ba52418848 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_create_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_create_form.html.erb @@ -13,7 +13,7 @@
- +
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb index b7c11aa4ac7..56af1937060 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb @@ -12,7 +12,7 @@ <% end %>
- +
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_restore_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_restore_form.html.erb index ceb2dfcc8d5..641c4c02685 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_restore_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_restore_form.html.erb @@ -8,7 +8,7 @@
- + <%= file_field_tag 'backup' %>
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 4b2cb346846..dc7d85ca0a4 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -96,6 +96,11 @@ em { font-weight: bold; } +em.mandatory { + color: #990000; + font-style: italic; +} + a.external { background: url('../images/links/external.png') no-repeat 100% 0; padding: 0 16px 0 0; @@ -2121,7 +2126,6 @@ table.nowrap td, td.nowrap, th.nowrap { color: #990000 !important; } - .link-more { background-image: url('../images/bullet_arrow_down.png'); background-repeat: no-repeat; @@ -2368,11 +2372,6 @@ select.medium-width { padding: 5px 0 5px 140px; } -.form-field label em { - color: #990000; - font-style: italic; -} - .form-field label { display: block; float: left; @@ -2404,7 +2403,7 @@ select.medium-width { color: #777; } -input[type=text], input[type=password]{ +input[type=text], input[type=password] { height: 18px; padding: 0 3px; color: #444;