]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3551 Fix formatting issues in special 'General Settings' pages
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 22 Jun 2012 15:33:40 +0000 (17:33 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Fri, 22 Jun 2012 15:33:40 +0000 (17:33 +0200)
=> Formatting issues with the 'General Settings > Email' and
   'General Settings > Server ID' tabs

sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_settings.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index 97fe97b7f60f0c314d9fa5116219ba4fb92bd4fd..e77b7583790cc04c1ca6fa2e565f94f7143b87d9 100644 (file)
@@ -11,7 +11,7 @@
                        :before => "$('submit_settings').hide();$('loading_settings').show()",
                        :update => 'properties' do -%>
 
-      <table class="data marginbottom10">
+      <table class="data marginbottom10" style="margin: 10px">
         <thead>
         <tr>
           <th>
@@ -77,7 +77,7 @@
           %>
         </tbody>
       </table>
-      <div>
+      <div style="padding-left: 16px">
       <%= submit_tag(message('settings.save_category', :params => [category_name]), :id => 'submit_settings') -%>
       <img src="<%= ApplicationController.root_context -%>/images/loading.gif" id="loading_settings" style="display:none">
       </div>
index 9c2c2bb346fd7918b2ab3de6a893c8331e9908e3..b9975d9d0abe319bbce8bbb6f4d99eb98e85a66c 100644 (file)
@@ -61,7 +61,7 @@
       </td>
 
       <td class="column">
-        <div id="properties">
+        <div id="properties" style="width:99%">
           <%= render :partial => 'settings/properties' -%>
         </div>
       </td>
index e516aaabead19faf14ec8181333f147755d98bac..35c047ab65f37172323e9743d6125738271147a8 100644 (file)
@@ -122,7 +122,6 @@ div#hd {
 
 div#body {
   position: relative;
-  width: 100%;
 }
 
 div#footer {