diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-13 17:34:38 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-13 17:34:38 +0100 |
commit | 7e5298c7f3d849a14b5e9bbe70e50edff510e3d3 (patch) | |
tree | 18fb8233741abded80d7f1aafbee0ede2c2ead74 /sonar-server | |
parent | fc03f3cdddc77b44f95b7069ba2df814187f264d (diff) | |
download | sonarqube-7e5298c7f3d849a14b5e9bbe70e50edff510e3d3.tar.gz sonarqube-7e5298c7f3d849a14b5e9bbe70e50edff510e3d3.zip |
SONAR-4167 On Internet Explorer 9, the "Edit Group" and "Add new Group" titles in the Security>Groups are unexpectedly aligned on right
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb index a54f1e969ae..7084251ccd0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb @@ -43,7 +43,7 @@ title='Edit group' end %> - <table class="admintable" width="100%"> + <table class="admintable left" width="100%"> <% form_for :group, @group, :url => { :action => action_name, :id => @group.id} do |f| %> <tbody> <tr> |