Переглянути джерело

remove the CSS class 'data2' => reverted to 'data'

tags/2.6
simonbrandhof 13 роки тому
джерело
коміт
82a24b4abf
19 змінених файлів з 53 додано та 85 видалено
  1. 2
    2
      sonar-server/src/main/webapp/WEB-INF/app/views/admin_filters/index.html.erb
  2. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb
  3. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/event_categories/index.html.erb
  4. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
  5. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb
  6. 5
    5
      sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb
  7. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/metrics/index.html.erb
  8. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/plugins/available.html.erb
  9. 2
    2
      sonar-server/src/main/webapp/WEB-INF/app/views/plugins/index.html.erb
  10. 2
    2
      sonar-server/src/main/webapp/WEB-INF/app/views/plugins/updates.html.erb
  11. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb
  12. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/profiles/permalinks.html.erb
  13. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/project_roles/index.html.erb
  14. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/roles/global.html.erb
  15. 2
    2
      sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb
  16. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
  17. 6
    6
      sonar-server/src/main/webapp/WEB-INF/app/views/system/index.html.erb
  18. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb
  19. 22
    54
      sonar-server/src/main/webapp/stylesheets/style.css

+ 2
- 2
sonar-server/src/main/webapp/WEB-INF/app/views/admin_filters/index.html.erb Переглянути файл

@@ -1,7 +1,7 @@
<h1>Default filters</h1>
<p>These filters are displayed on the homepage.</p>
<br/>
<table class="data2 width100" id="admin_console">
<table class="data width100" id="admin_console">
<thead>
<tr>
<th>Name</th>
@@ -43,7 +43,7 @@
<h1>Shared filters</h1>
<p>These filters are shared by administrators and can be added to default filters.</p>
<br/>
<table class="data2 width100" id="shared">
<table class="data width100" id="shared">
<thead>
<tr>
<th>Name</th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb Переглянути файл

@@ -22,7 +22,7 @@
<p id="alerts">No alerts.</p>
<% else %>

<table class="data2 width100 marginbottom10" id="alerts">
<table class="data width100 marginbottom10" id="alerts">
<thead><tr><th></td></th></tr></thead>
<tbody>
<% for alert in @alerts %>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/event_categories/index.html.erb Переглянути файл

@@ -1,7 +1,7 @@
<table width="100%">
<tr>
<td valign="top">
<table class="sortable data2 width100" id="event_categories">
<table class="sortable data width100" id="event_categories">
<thead>
<tr>
<th class="left">Name</th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb Переглянути файл

@@ -1,6 +1,6 @@
<% filter=data.filter %>
<div class="tabs-panel marginbottom10">
<table class="data2 nowrap width100" id="results">
<table class="data nowrap width100" id="results">
<thead id="results-head">
<tr>
<th width="1%"></th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb Переглянути файл

@@ -3,7 +3,7 @@
<td valign="top">
<h1 class="marginbottom10">Groups</h1>

<table class="data2 width100" id="groups">
<table class="data width100" id="groups">
<thead>
<tr>
<th class="left">Name</th>

+ 5
- 5
sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb Переглянути файл

@@ -47,24 +47,24 @@ div#page {
background-color: #eee;
color: #333333;
}
table.data2 tbody tr {
table.data tbody tr {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.data2 thead tr {
table.data thead tr {
height: 20px;
border: 0;
}
table.data2 thead tr th, table.data2 tbody tr td {
table.data thead tr th, table.data tbody tr td {
border-bottom: 1px solid #DDD;
padding: 3px 5px;
height: 20px;
vertical-align: top;
}
table.data2 thead tr th {
table.data thead tr th {
font-weight: bold;
}
table.data2 tfoot tr td {
table.data tfoot tr td {
border-bottom: 0;
padding: 3px 5px;
}

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/metrics/index.html.erb Переглянути файл

@@ -1,7 +1,7 @@
<table width="100%">
<tr>
<td valign="top">
<table class="sortable data2 width100" id="metrics">
<table class="sortable data width100" id="metrics">
<thead>
<tr>
<th class="left">Name</th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/plugins/available.html.erb Переглянути файл

@@ -17,7 +17,7 @@
<% @updates_by_category.keys.sort_by{|c| c.downcase }.each do |category|
updates=@updates_by_category[category]
%>
<table class="data2 width100" id="category-<%= u category -%>">
<table class="data width100" id="category-<%= u category -%>">
<thead>
<tr>
<th colspan="2"><h2><%= category -%></h2></th>

+ 2
- 2
sonar-server/src/main/webapp/WEB-INF/app/views/plugins/index.html.erb Переглянути файл

@@ -12,7 +12,7 @@
<div class="tabs-panel">

<h2>User-installed plugins</h2>
<table class="data2 width100" id="user-plugins">
<table class="data width100" id="user-plugins">
<thead>
<tr>
<th>Plugin</th>
@@ -47,7 +47,7 @@
<div class="break30"> </div>

<h2>System plugins</h2>
<table class="data2 width100" id="core-plugins">
<table class="data width100" id="core-plugins">
<thead><tr>
<th>Plugin</th>
<th>Description</th>

+ 2
- 2
sonar-server/src/main/webapp/WEB-INF/app/views/plugins/updates.html.erb Переглянути файл

@@ -13,7 +13,7 @@
<%= render :partial => 'plugins/downloads' %>

<% if @center %>
<table class="data2 width100" id="plugin-updates">
<table class="data width100" id="plugin-updates">
<thead>
<tr>
<th colspan="3"><h2>User-installed plugins</h2></th>
@@ -40,7 +40,7 @@
</tbody>
</table>
<br/>
<table class="data2 width100" id="system-updates">
<table class="data width100" id="system-updates">
<thead>
<tr>
<th colspan="2"><h2>System</h2></th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb Переглянути файл

@@ -67,7 +67,7 @@
</form>
<% end %>

<table class="data2 width100" id="profiles_<%= language.getKey() -%>">
<table class="data width100" id="profiles_<%= language.getKey() -%>">
<thead>
<tr>
<th class="left">Name</th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/permalinks.html.erb Переглянути файл

@@ -7,7 +7,7 @@
<p>No permalinks</p>
<% else %>
<br/>
<table class="data2 without-header marginbottom10" id="permalinks-table">
<table class="data without-header marginbottom10" id="permalinks-table">
<tbody>
<% exporters.to_a.sort{|x,y| x.getName() <=> y.getName()}.each do |exporter| %>
<tr class="<%= cycle('even','odd') -%>">

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/project_roles/index.html.erb Переглянути файл

@@ -1,5 +1,5 @@
<h1 class="marginbottom10">Project roles</h1>
<table class="data2 width100">
<table class="data width100">
<thead>
<tr>
<th>Role</th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/roles/global.html.erb Переглянути файл

@@ -1,6 +1,6 @@
<h1 class="marginbottom10">Global roles</h1>

<table class="data2 width100" id="global-roles">
<table class="data width100" id="global-roles">
<thead>
<tr >
<th>Role</th>

+ 2
- 2
sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb Переглянути файл

@@ -1,6 +1,6 @@
<h1 class="marginbottom10">Default roles for new projects</h1>

<table class="data2 width100" id="default-project-roles">
<table class="data width100" id="default-project-roles">
<thead>
<tr >
<th>Role</th>
@@ -50,7 +50,7 @@

<h1 class="marginbottom10">Projects</h1>

<table class="data2 width100" >
<table class="data width100" >
<thead>
<tr >
<th>Project</th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb Переглянути файл

@@ -98,7 +98,7 @@
<% if @hidden_inactives && @hidden_inactives>0 %><span class="small">[<a href="<%= url_for params.merge({:rule_status => ''}) -%>" id="inactive-rules-link">+<%= @hidden_inactives -%> found in inactive rules</a>]</span><% end %>
</h2>
</div>
<table class="data2 width100 marginbottom10" id="result_table">
<table class="data width100 marginbottom10" id="result_table">
<thead>
<tr>
<th class="left" nowrap>Active/Priority</th>

+ 6
- 6
sonar-server/src/main/webapp/WEB-INF/app/views/system/index.html.erb Переглянути файл

@@ -4,7 +4,7 @@
</li>
</ul>

<table class="data2 width100" id="system_info">
<table class="data width100" id="system_info">
<thead>
<tr>
<th colspan="2"><h2>System Info</h2></th>
@@ -20,7 +20,7 @@

<br/>

<table class="data2 width100" id="sonar">
<table class="data width100" id="sonar">
<thead>
<tr>
<th colspan="2"><h2>Sonar Info</h2></th>
@@ -36,7 +36,7 @@

<br/>

<table class="data2 width100" id="memory">
<table class="data width100" id="memory">
<thead>
<tr>
<th colspan="2"><h2>Java VM Statistics</h2></th>
@@ -52,7 +52,7 @@

<br/>

<table class="data2 width100" id="database">
<table class="data width100" id="database">
<thead>
<tr>
<th colspan="2"><h2>Database Statistics</h2></th>
@@ -68,7 +68,7 @@

<br/>

<table class="data2 width100" id="plugins">
<table class="data width100" id="plugins">
<thead>
<tr>
<th colspan="2"><h2>Sonar Plugins</h2></th>
@@ -84,7 +84,7 @@

<br/>

<table class="data2 width100" id="system_properties">
<table class="data width100" id="system_properties">
<thead>
<tr>
<th colspan="2"><h2>System Properties</h2></th>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb Переглянути файл

@@ -2,7 +2,7 @@
<tr>
<td valign="top">
<h1 class="marginbottom10">Users</h1>
<table class="data2 width100 sortable" id="users">
<table class="data width100 sortable" id="users">
<thead>
<tr>
<th class="left">Login</th>

+ 22
- 54
sonar-server/src/main/webapp/stylesheets/style.css Переглянути файл

@@ -429,32 +429,33 @@ h4, .h4 {
background-color: #4b9fd5;
color: #fff;
}
table.data thead th {
table.data > thead > tr > th {
font-size: 93%;
padding: 3px 7px 3px 3px;
padding: 4px 7px 4px 3px;
font-weight: bold;
}
table.data tfoot td {
table.data > tfoot > tr > td {
font-size: 93%;
color: #777;
padding: 3px 0 3px 10px;
padding: 4px 0 4px 10px;
}

table.data tbody td {
padding: 3px 7px 3px 3px;
vertical-align: middle;
table.data > tbody > tr > td {
padding: 4px 7px 4px 3px;
vertical-align: text-top;
}
table.data td.small, table.data th.small {
padding: 0;
white-space: nowrap;
}
table.data th img, table.data td img {
vertical-align: middle;
vertical-align: top;
}
.data thead tr.total {
background-color: #eee;
font-weight: normal;
border-bottom: 1px solid silver;
border-top: 1px solid silver;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.data thead tr.total th {
font-weight: normal;
@@ -468,6 +469,9 @@ table.data th img, table.data td img {
border-top: 1px solid #4B9FD5;
border-bottom: 1px solid #4B9FD5;
}
.data input, .data select, .data button {
vertical-align: baseline;
}
.hoverable:hover {
background-color: #CAE3F2;
}
@@ -1355,8 +1359,14 @@ h4 a, h4 a:visited, .gray, table.data tfoot a, table.data tfoot a:visited {
background-color: #f4f4f4;
}

.bordered, table.data thead, table.data tbody {
border-bottom: 1px solid silver;
.bordered, table.data > thead {
border-bottom: 1px solid #ddd;
}

table.data > tbody {
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}

table.data, table.spaced, .gwt-SourcePanel .sources {
@@ -1417,48 +1427,6 @@ ul.horizontal li {
table.nowrap td, td.nowrap {
white-space: nowrap;
}

table.data2 {
border-collapse: collapse;
}
table.without-header {
border-top: 1px solid #ddd;
}
table.data2 > tbody > tr {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.data2 > thead > tr {
height: 18px;
border: 0;
}
table.data2 > thead > tr > th, table.data2 > tbody > tr > td {
border-bottom: 1px solid #DDD;
padding: 4px 5px 0px 5px;
height: 20px;
vertical-align: top;
}
table.data2 > thead > tr > th {
font-weight: bold;
}
table.data2 > tfoot > tr > td {
border-bottom: 0;
padding: 3px 5px;
}
table.data2 td, table.data2 td a, table.data2 th, table.data2 th a {
color: #444;
}
table.data2 img {
vertical-align: text-bottom;
}
table.data2 input, table.data2 select {
vertical-align: baseline;
}
.data2 tr.highlight {
background-color: #CAE3F2;
border-top: 1px solid #4B9FD5;
border-bottom: 1px solid #4B9FD5;
}
.background-gray {
background-color: #f4f4f4;
color: #555;

Завантаження…
Відмінити
Зберегти