]> source.dussan.org Git - redmine.git/commitdiff
Merged r12265, r12268, r12272 (#15307).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2013 07:48:27 +0000 (07:48 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2013 07:48:27 +0000 (07:48 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12282 e93f8b46-1217-0410-a6f0-8f06a7374b81

83 files changed:
app/views/account/login.html.erb
app/views/admin/info.html.erb
app/views/admin/plugins.html.erb
app/views/admin/projects.html.erb
app/views/auth_sources/index.html.erb
app/views/boards/index.html.erb
app/views/custom_fields/_index.html.erb
app/views/enumerations/index.html.erb
app/views/files/index.html.erb
app/views/gantts/show.html.erb
app/views/groups/index.html.erb
app/views/issue_statuses/index.html.erb
app/views/my/blocks/_timelog.html.erb
app/views/projects/settings/_activities.html.erb
app/views/projects/settings/_boards.html.erb
app/views/projects/settings/_issue_categories.html.erb
app/views/projects/settings/_members.html.erb
app/views/projects/settings/_repositories.html.erb
app/views/queries/index.html.erb
app/views/reports/_details.html.erb
app/views/reports/_simple.html.erb
app/views/roles/index.html.erb
app/views/roles/permissions.html.erb
app/views/timelog/_list.html.erb
app/views/timelog/_report_criteria.html.erb
app/views/timelog/report.html.erb
app/views/trackers/fields.html.erb
app/views/trackers/index.html.erb
app/views/users/index.html.erb
app/views/versions/_issue_counts.html.erb
app/views/versions/index.html.erb
app/views/workflows/_form.html.erb
app/views/workflows/index.html.erb
app/views/workflows/permissions.html.erb
public/help/ar/wiki_syntax.html
public/help/az/wiki_syntax.html
public/help/bg/wiki_syntax.html
public/help/bs/wiki_syntax.html
public/help/ca/wiki_syntax.html
public/help/cs/wiki_syntax.html
public/help/da/wiki_syntax.html
public/help/de/wiki_syntax.html
public/help/el/wiki_syntax.html
public/help/en-gb/wiki_syntax.html
public/help/en/wiki_syntax.html
public/help/es/wiki_syntax.html
public/help/et/wiki_syntax.html
public/help/eu/wiki_syntax.html
public/help/fa/wiki_syntax.html
public/help/fi/wiki_syntax.html
public/help/fr/wiki_syntax.html
public/help/gl/wiki_syntax.html
public/help/he/wiki_syntax.html
public/help/hr/wiki_syntax.html
public/help/hu/wiki_syntax.html
public/help/id/wiki_syntax.html
public/help/it/wiki_syntax.html
public/help/ja/wiki_syntax.html
public/help/ko/wiki_syntax.html
public/help/lt/wiki_syntax.html
public/help/lv/wiki_syntax.html
public/help/mk/wiki_syntax.html
public/help/mn/wiki_syntax.html
public/help/nl/wiki_syntax.html
public/help/no/wiki_syntax.html
public/help/pl/wiki_syntax.html
public/help/pt-br/wiki_syntax.html
public/help/pt/wiki_syntax.html
public/help/ro/wiki_syntax.html
public/help/ru/wiki_syntax.html
public/help/sk/wiki_syntax.html
public/help/sl/wiki_syntax.html
public/help/sq/wiki_syntax.html
public/help/sr-yu/wiki_syntax.html
public/help/sr/wiki_syntax.html
public/help/sv/wiki_syntax.html
public/help/th/wiki_syntax.html
public/help/tr/wiki_syntax.html
public/help/uk/wiki_syntax.html
public/help/vi/wiki_syntax.html
public/help/zh-tw/wiki_syntax.html
public/help/zh/wiki_syntax.html
public/stylesheets/application.css

index 05a9f61f70ff5085909806779ed1530a60e03aea..41018c871dbc66e842820e015f82569dbd9871d4 100644 (file)
@@ -4,34 +4,34 @@
 <%= back_url_hidden_field_tag %>
 <table>
 <tr>
-    <td align="right"><label for="username"><%=l(:field_login)%>:</label></td>
-    <td align="left"><%= text_field_tag 'username', params[:username], :tabindex => '1' %></td>
+    <td style="text-align:right;"><label for="username"><%=l(:field_login)%>:</label></td>
+    <td style="text-align:left;"><%= text_field_tag 'username', params[:username], :tabindex => '1' %></td>
 </tr>
 <tr>
-    <td align="right"><label for="password"><%=l(:field_password)%>:</label></td>
-    <td align="left"><%= password_field_tag 'password', nil, :tabindex => '2' %></td>
+    <td style="text-align:right;"><label for="password"><%=l(:field_password)%>:</label></td>
+    <td style="text-align:left;"><%= password_field_tag 'password', nil, :tabindex => '2' %></td>
 </tr>
 <% if Setting.openid? %>
 <tr>
-  <td align="right"><label for="openid_url"><%=l(:field_identity_url)%></label></td>
-  <td align="left"><%= text_field_tag "openid_url", nil, :tabindex => '3' %></td>
+  <td style="text-align:right;"><label for="openid_url"><%=l(:field_identity_url)%></label></td>
+  <td style="text-align:left;"><%= text_field_tag "openid_url", nil, :tabindex => '3' %></td>
 </tr>
 <% end %>
 <tr>
     <td></td>
-    <td align="left">
+    <td style="text-align:left;">
         <% if Setting.autologin? %>
         <label for="autologin"><%= check_box_tag 'autologin', 1, false, :tabindex => 4 %> <%= l(:label_stay_logged_in) %></label>
         <% end %>
     </td>
 </tr>
 <tr>
-    <td align="left">
+    <td style="text-align:left;">
         <% if Setting.lost_password? %>
             <%= link_to l(:label_password_lost), lost_password_path %>
         <% end %>
     </td>
-    <td align="right">
+    <td style="text-align:right;">
         <input type="submit" name="login" value="<%=l(:button_login)%> &#187;" tabindex="5"/>
     </td>
 </tr>
index adfc5a7d64a83ac55d15d13f48ba89db76306020..3205a00ebcc0b7f4d291771ac67ca6e41170dbdb 100644 (file)
@@ -5,8 +5,8 @@
 <table class="list">
 <% @checklist.each do |label, result| %>
   <tr class="<%= cycle 'odd', 'even' %>">
-    <td><%= l(label) %></td>
-    <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'),
+    <td class="name"><%= l(label) %></td>
+    <td class="tick"><%= image_tag((result ? 'true.png' : 'exclamation.png'),
                                     :style => "vertical-align:bottom;") %></td>
   </tr>
 <% end %>
index 4b1d3767ee83d1f3d900ef708f1d07220f507c88..7cd4fe76389c22a9ae9c837faed6306cf8a0ad7a 100644 (file)
@@ -4,7 +4,7 @@
 <table class="list plugins">
     <% @plugins.each do |plugin| %>
         <tr id="plugin-<%= plugin.id %>" class="<%= cycle('odd', 'even') %>">
-        <td><span class="name"><%=h plugin.name %></span>
+        <td class="name"><span class="name"><%=h plugin.name %></span>
             <%= content_tag('span', h(plugin.description), :class => 'description') unless plugin.description.blank? %>
             <%= content_tag('span', link_to(h(plugin.url), plugin.url), :class => 'url') unless plugin.url.blank? %>
         </td>
index b7b198973bd5537368aaa32a21277176f4fe7ec6..0de7040a49a5c6639c3d927ce0a0248d97fd7bac 100644 (file)
@@ -28,8 +28,8 @@
 <% project_tree(@projects) do |project, level| %>
   <tr class="<%= cycle("odd", "even") %> <%= project.css_classes %> <%= level > 0 ? "idnt idnt-#{level}" : nil %>">
   <td class="name"><span><%= link_to_project_settings(project, {}, :title => project.short_description) %></span></td>
-  <td align="center"><%= checked_image project.is_public? %></td>
-  <td align="center"><%= format_date(project.created_on) %></td>
+  <td><%= checked_image project.is_public? %></td>
+  <td><%= format_date(project.created_on) %></td>
   <td class="buttons">
     <%= link_to(l(:button_archive), { :controller => 'projects', :action => 'archive', :id => project, :status => params[:status] }, :data => {:confirm => l(:text_are_you_sure)}, :method => :post, :class => 'icon icon-lock') unless project.archived? %>
     <%= link_to(l(:button_unarchive), { :controller => 'projects', :action => 'unarchive', :id => project, :status => params[:status] }, :method => :post, :class => 'icon icon-unlock') if project.archived? && (project.parent.nil? || !project.parent.archived?) %>
index 975146180641a4a0b8f0347621e92ae8e5cfa9af..ad84572d450f7ea9b9761bd8b4888641266cc87b 100644 (file)
   <tbody>
 <% for source in @auth_sources %>
   <tr id="auth-source-<%= source.id %>" class="<%= cycle("odd", "even") %>">
-    <td><%= link_to(h(source.name), :action => 'edit', :id => source)%></td>
-    <td align="center"><%= h source.auth_method_name %></td>
-    <td align="center"><%= h source.host %></td>
-    <td align="center"><%= h source.users.count %></td>
+    <td class="name"><%= link_to(h(source.name), :action => 'edit', :id => source)%></td>
+    <td><%= h source.auth_method_name %></td>
+    <td><%= h source.host %></td>
+    <td><%= h source.users.count %></td>
     <td class="buttons">
       <%= link_to l(:button_test), try_connection_auth_source_path(source), :class => 'icon icon-test' %>
       <%= delete_link auth_source_path(source) %>
index f859e822b000f0f84a92c3c92268f690b9afb97a..640b8a1a34d1b41bc894bfac49963351be3e2ae5 100644 (file)
@@ -10,7 +10,7 @@
   <tbody>
 <% Board.board_tree(@boards) do |board, level| %>
   <tr class="<%= cycle 'odd', 'even' %>">
-    <td style="padding-left: <%= level * 18 %>px;">
+    <td class="name" style="padding-left: <%= level * 18 %>px;">
       <%= link_to h(board.name), project_board_path(board.project, board), :class => "board" %><br />
       <%=h board.description %>
     </td>
index 79fc09ae531cda34bb95ce7d6e55697d3c89f5ea..d55d08cfce8d22c1a4d41cd4a24a546b9601fe3e 100644 (file)
@@ -1,6 +1,6 @@
 <table class="list">
   <thead><tr>
-    <th width="30%"><%=l(:field_name)%></th>
+    <th><%=l(:field_name)%></th>
     <th><%=l(:field_field_format)%></th>
     <th><%=l(:field_is_required)%></th>
     <% if tab[:name] == 'IssueCustomField' %>
@@ -8,19 +8,19 @@
       <th><%=l(:label_used_by)%></th>
     <% end %>
     <th><%=l(:button_sort)%></th>
-    <th width="10%"></th>
+    <th></th>
   </tr></thead>
   <tbody>
   <% (@custom_fields_by_type[tab[:name]] || []).sort.each do |custom_field| -%>
     <tr class="<%= cycle("odd", "even") %>">
-      <td><%= link_to h(custom_field.name), edit_custom_field_path(custom_field) %></td>
-      <td align="center"><%= l(Redmine::CustomFieldFormat.label_for(custom_field.field_format)) %></td>
-      <td align="center"><%= checked_image custom_field.is_required? %></td>
+      <td class="name"><%= link_to h(custom_field.name), edit_custom_field_path(custom_field) %></td>
+      <td><%= l(Redmine::CustomFieldFormat.label_for(custom_field.field_format)) %></td>
+      <td><%= checked_image custom_field.is_required? %></td>
       <% if tab[:name] == 'IssueCustomField' %>
-      <td align="center"><%= checked_image custom_field.is_for_all? %></td>
-      <td align="center"><%= l(:label_x_projects, :count => custom_field.projects.count) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %></td>
+      <td><%= checked_image custom_field.is_for_all? %></td>
+      <td><%= l(:label_x_projects, :count => custom_field.projects.count) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %></td>
       <% end %>
-      <td align="center" style="width:15%;"><%= reorder_links('custom_field', {:action => 'update', :id => custom_field}, :put) %></td>
+      <td class="reorder"><%= reorder_links('custom_field', {:action => 'update', :id => custom_field}, :put) %></td>
       <td class="buttons">
         <%= delete_link custom_field_path(custom_field) %>
       </td>
index 22311f1591ac875fed4eeadcbd9e4d5da1d4750d..684b933a6b313cd408c7d42df4f9e9b66f6846e6 100644 (file)
@@ -8,20 +8,18 @@
 <table class="list"><thead>
 <tr>
     <th><%= l(:field_name) %></th>
-    <th style="width:15%;"><%= l(:field_is_default) %></th>
-    <th style="width:15%;"><%= l(:field_active) %></th>
-    <th style="width:15%;"><%=l(:button_sort)%></th>
-    <th align="center" style="width:10%;"> </th>
+    <th><%= l(:field_is_default) %></th>
+    <th><%= l(:field_active) %></th>
+    <th><%=l(:button_sort)%></th>
+    <th></th>
 </tr></thead>
 <% enumerations.each do |enumeration| %>
 <tr class="<%= cycle('odd', 'even') %>">
-    <td><%= link_to h(enumeration), edit_enumeration_path(enumeration) %></td>
-    <td class="center" style="width:15%;"><%= checked_image enumeration.is_default? %></td>
-    <td class="center" style="width:15%;"><%= checked_image enumeration.active? %></td>
-    <td align="center" style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}, :put) %></td>
-    <td class="buttons">
-    <%= delete_link enumeration_path(enumeration) %>
-    </td>
+    <td class="name"><%= link_to h(enumeration), edit_enumeration_path(enumeration) %></td>
+    <td class="tick"><%= checked_image enumeration.is_default? %></td>
+    <td class="tick"><%= checked_image enumeration.active? %></td>
+    <td class="reorder"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}, :put) %></td>
+    <td class="buttons"><%= delete_link enumeration_path(enumeration) %></td>
 </tr>
 <% end %>
 </table>
index 5077dbd8f4ed9d34bfe3ab764707c2dd29590198..c164cc0118d4ee3cf960aa9aa7b170575a1751d7 100644 (file)
@@ -20,7 +20,7 @@
   <% next if container.attachments.empty? -%>
   <% if container.is_a?(Version) -%>
   <tr>
-    <th colspan="6" align="left">
+    <th colspan="6">
       <%= link_to(h(container), {:controller => 'versions', :action => 'show', :id => container}, :class => "icon icon-package") %>
     </th>
   </tr>
@@ -32,7 +32,7 @@
     <td class="filesize"><%= number_to_human_size(file.filesize) %></td>
     <td class="downloads"><%= file.downloads %></td>
     <td class="digest"><%= file.digest %></td>
-    <td align="center">
+    <td class="buttons">
     <%= link_to(image_tag('delete.png'), attachment_path(file),
                                          :data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %>
     </td>
index 9b138d2d7752c2c101f5c617d5a094cc6c2a6f60..b0e82fa54a16935691d8afac68f4d42596fc88f4 100644 (file)
 
 <table style="width:100%">
 <tr>
-  <td align="left">
+  <td style="text-align:left;">
     <%= link_to_content_update("\xc2\xab " + l(:label_previous),
                                params.merge(@gantt.params_previous)) %>
   </td>
-  <td align="right">
+  <td style="text-align:right;">
     <%= link_to_content_update(l(:label_next) + " \xc2\xbb",
                                params.merge(@gantt.params_next)) %>
   </td>
index 2ce91dc5828a4227b8494aa77491b72fd5eee731..d48afe9f02160fbef176b17abc2c0bb3862d1857 100644 (file)
@@ -14,8 +14,8 @@
   <tbody>
 <% @groups.each do |group| %>
   <tr class="<%= cycle 'odd', 'even' %>">
-    <td><%= link_to h(group), edit_group_path(group) %></td>
-    <td align="center"><%= group.users.size %></td>
+    <td class="name"><%= link_to h(group), edit_group_path(group) %></td>
+    <td><%= group.users.size %></td>
     <td class="buttons"><%= delete_link group %></td>
   </tr>
 <% end %>
index dea9fb3cb330dbcc6afd55eb69206a94c136a410..659dd18fa5c2ead3c9c409d980d25f2466ac1043 100644 (file)
   <tbody>
 <% for status in @issue_statuses %>
   <tr class="<%= cycle("odd", "even") %>">
-  <td><%= link_to h(status.name), edit_issue_status_path(status) %></td>
+  <td class="name"><%= link_to h(status.name), edit_issue_status_path(status) %></td>
   <% if Issue.use_status_for_done_ratio? %>
-  <td align="center"><%= h status.default_done_ratio %></td>
+  <td><%= h status.default_done_ratio %></td>
   <% end %>
-  <td align="center"><%= checked_image status.is_default? %></td>
-  <td align="center"><%= checked_image status.is_closed? %></td>
-  <td align="center" style="width:15%;"><%= reorder_links('issue_status', {:action => 'update', :id => status}, :put) %></td>
+  <td><%= checked_image status.is_default? %></td>
+  <td><%= checked_image status.is_closed? %></td>
+  <td class="reorder"><%= reorder_links('issue_status', {:action => 'update', :id => status}, :put) %></td>
   <td class="buttons">
     <%= delete_link issue_status_path(status) %>
   </td>
index 7953ee6fe7e8119086b257be707f16fd07d7e47e..fbd83c38293e23031e212dab15d3196d61e7d0eb 100644 (file)
@@ -34,7 +34,7 @@ entries_by_day = entries.group_by(&:spent_on)
     <td class="subject"><%=h entry.project %> <%= h(' - ') + link_to_issue(entry.issue, :truncate => 50) if entry.issue %></td>
     <td class="comments"><%=h entry.comments %></td>
     <td class="hours"><%= html_hours("%.2f" % entry.hours) %></td>
-    <td align="center">
+    <td class="buttons">
     <% if entry.editable_by?(@user) -%>
         <%= link_to image_tag('edit.png'), {:controller => 'timelog', :action => 'edit', :id => entry},
                                            :title => l(:button_edit) %>
index 8c9a6121cc780460cdade053ba67bb428e79d210..65c26f57c355310dd252245eb9be7dd172309807 100644 (file)
@@ -7,23 +7,23 @@
     <% TimeEntryActivity.new.available_custom_fields.each do |value| %>
     <th><%= h value.name %></th>
     <% end %>
-    <th style="width:15%;"><%= l(:field_active) %></th>
+    <th><%= l(:field_active) %></th>
   </tr></thead>
 
   <% @project.activities(true).each do |enumeration| %>
   <%= fields_for "enumerations[#{enumeration.id}]", enumeration do |ff| %>
   <tr class="<%= cycle('odd', 'even') %>">
-    <td>
+    <td class="name">
       <%= ff.hidden_field :parent_id, :value => enumeration.id unless enumeration.project %>
       <%= h(enumeration) %>
     </td>
-    <td align="center" style="width:15%;"><%= checked_image !enumeration.project %></td>
+    <td class="tick"><%= checked_image !enumeration.project %></td>
     <% enumeration.custom_field_values.each do |value| %>
-    <td align="center">
+    <td>
       <%= custom_field_tag "enumerations[#{enumeration.id}]", value %>
     </td>
     <% end %>
-    <td align="center" style="width:15%;">
+    <td>
       <%= ff.check_box :active %>
     </td>
   </tr>
index dd8393cda87113f3f028f6dec358bb95ee9cb171..b6a460b972f5d82fff5c46f9239ea09fdcd2a1fc 100644 (file)
@@ -10,9 +10,9 @@
 <% Board.board_tree(@project.boards) do |board, level|
   next if board.new_record? %>
   <tr class="<%= cycle 'odd', 'even' %>">
-    <td style="padding-left: <%= level * 18 %>px;"><%= link_to board.name, project_board_path(@project, board) %></td>
-    <td><%=h board.description %></td>
-    <td align="center">
+    <td class="name" style="padding-left: <%= level * 18 %>px;"><%= link_to board.name, project_board_path(@project, board) %></td>
+    <td class="description"><%=h board.description %></td>
+    <td class="reorder">
     <% if authorize_for("boards", "edit") %>
       <%= reorder_links('board', {:controller => 'boards', :action => 'update', :project_id => @project, :id => board}, :put) %>
     <% end %>
index 2bb3c728f92c6471bd2b54e6841a62ff5c5b679c..7c56fb667cf9bd0f8ea2beeec2fc47ff20316a3f 100644 (file)
@@ -9,7 +9,7 @@
 <% for category in @project.issue_categories %>
   <% unless category.new_record? %>
   <tr class="<%= cycle 'odd', 'even' %>">
-    <td><%=h(category.name) %></td>
+    <td class="name"><%=h(category.name) %></td>
     <td><%=h(category.assigned_to.name) if category.assigned_to %></td>
     <td class="buttons">
       <% if User.current.allowed_to?(:manage_categories, @project) %>
index 6cb21002df8ba2a3d674be2f0bdbca6271998c99..90a9d549de1fb55838addc064a4054b6505e6e8e 100644 (file)
@@ -15,7 +15,7 @@
   <% members.each do |member| %>
   <% next if member.new_record? %>
   <tr id="member-<%= member.id %>" class="<%= cycle 'odd', 'even' %> member">
-  <td class="<%= member.principal.class.name.downcase %>"><%= link_to_user member.principal %></td>
+  <td class="name <%= member.principal.class.name.downcase %>"><%= link_to_user member.principal %></td>
   <td class="roles">
     <span id="member-<%= member.id %>-roles"><%= member.roles.sort.collect(&:to_s).join(', ') %></span>
       <%= form_for(member,
index 4492165c90c325938e72ab99161c505806abdeb8..9352963cf8727a5c7ea3e6045ef23b3b4275f488 100644 (file)
   <tbody>
   <% @project.repositories.sort.each do |repository| %>
     <tr class="<%= cycle 'odd', 'even' %>">
-      <td>
+      <td class="name">
       <%= link_to repository.identifier, 
             {:controller => 'repositories', :action => 'show',:id => @project, :repository_id => repository.identifier_param} if repository.identifier.present? %>
       </td>
-      <td align="center"><%= checked_image repository.is_default? %></td>
+      <td><%= checked_image repository.is_default? %></td>
       <td><%=h repository.scm_name %></td>
       <td><%=h repository.url %></td>
       <td class="buttons">
index 41051758ea83e9134e2fd53e1533a38ba6c5f429..98b0dfb721754e368c7889f024aa3f8418d1791d 100644 (file)
   <table class="list">
   <% @queries.each do |query| %>
     <tr class="<%= cycle('odd', 'even') %>">
-      <td>
+      <td class="name">
         <%= link_to h(query.name), :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %>
       </td>
-      <td align="right">
-        <small>
+      <td class="buttons">
         <% if query.editable_by?(User.current) %>
         <%= link_to l(:button_edit), edit_query_path(query), :class => 'icon icon-edit' %>
         <%= delete_link query_path(query) %>
-        </small>
       <% end %>
       </td>
     </tr>
index 4a01c733344d5aeb1da46685e483f612ec9f508b..7d2ea4dcbc5afc9ecd4913a63edd969ceed41c44 100644 (file)
@@ -1,27 +1,26 @@
 <% if @statuses.empty? or rows.empty? %>
     <p><i><%=l(:label_no_data)%></i></p>
 <% else %>
-<% col_width = 70 / (@statuses.length+3) %>
-<table class="list">
+<table class="list issue-report">
 <thead><tr>
-<th style="width:25%"></th>
+<th></th>
 <% for status in @statuses %>
-<th style="width:<%= col_width %>%"><%=h status.name %></th>
+<th><%=h status.name %></th>
 <% end %>
-<th align="center" style="width:<%= col_width %>%"><strong><%=l(:label_open_issues_plural)%></strong></th>
-<th align="center" style="width:<%= col_width %>%"><strong><%=l(:label_closed_issues_plural)%></strong></th>
-<th align="center" style="width:<%= col_width %>%"><strong><%=l(:label_total)%></strong></th>
+<th><strong><%=l(:label_open_issues_plural)%></strong></th>
+<th><strong><%=l(:label_closed_issues_plural)%></strong></th>
+<th><strong><%=l(:label_total)%></strong></th>
 </tr></thead>
 <tbody>
 <% for row in rows %>
 <tr class="<%= cycle("odd", "even") %>">
-  <td><%= link_to h(row.name), aggregate_path(@project, field_name, row) %></td>
+  <td class="name"><%= link_to h(row.name), aggregate_path(@project, field_name, row) %></td>
   <% for status in @statuses %>
-    <td align="center"><%= aggregate_link data, { field_name => row.id, "status_id" => status.id }, aggregate_path(@project, field_name, row, :status_id => status.id) %></td>
+    <td><%= aggregate_link data, { field_name => row.id, "status_id" => status.id }, aggregate_path(@project, field_name, row, :status_id => status.id) %></td>
   <% end %>
-  <td align="center"><%= aggregate_link data, { field_name => row.id, "closed" => 0 }, aggregate_path(@project, field_name, row, :status_id => "o") %></td>
-  <td align="center"><%= aggregate_link data, { field_name => row.id, "closed" => 1 }, aggregate_path(@project, field_name, row, :status_id => "c") %></td>
-  <td align="center"><%= aggregate_link data, { field_name => row.id }, aggregate_path(@project, field_name, row, :status_id => "*") %></td>
+  <td><%= aggregate_link data, { field_name => row.id, "closed" => 0 }, aggregate_path(@project, field_name, row, :status_id => "o") %></td>
+  <td><%= aggregate_link data, { field_name => row.id, "closed" => 1 }, aggregate_path(@project, field_name, row, :status_id => "c") %></td>
+  <td><%= aggregate_link data, { field_name => row.id }, aggregate_path(@project, field_name, row, :status_id => "*") %></td>
 </tr>
 <% end %>
 </tbody>
index 8ea18f16f32d9376660b3c16b283847a05d971ed..8cfefe8a74bd7f0fb7fd65c4f2976402ae49bd24 100644 (file)
@@ -1,20 +1,20 @@
 <% if @statuses.empty? or rows.empty? %>
     <p><i><%=l(:label_no_data)%></i></p>
 <% else %>
-<table class="list">
+<table class="list issue-report">
 <thead><tr>
-<th style="width:25%"></th>
-<th align="center" style="width:25%"><%=l(:label_open_issues_plural)%></th>
-<th align="center" style="width:25%"><%=l(:label_closed_issues_plural)%></th>
-<th align="center" style="width:25%"><%=l(:label_total)%></th>
+<th></th>
+<th><%=l(:label_open_issues_plural)%></th>
+<th><%=l(:label_closed_issues_plural)%></th>
+<th><%=l(:label_total)%></th>
 </tr></thead>
 <tbody>
 <% for row in rows %>
 <tr class="<%= cycle("odd", "even") %>">
-  <td><%= link_to h(row.name), aggregate_path(@project, field_name, row) %></td>
-  <td align="center"><%= aggregate_link data, { field_name => row.id, "closed" => 0 }, aggregate_path(@project, field_name, row, :status_id => "o") %></td>
-  <td align="center"><%= aggregate_link data, { field_name => row.id, "closed" => 1 }, aggregate_path(@project, field_name, row, :status_id => "c") %></td>
-  <td align="center"><%= aggregate_link data, { field_name => row.id }, aggregate_path(@project, field_name, row, :status_id => "*") %></td>
+  <td class="name"><%= link_to h(row.name), aggregate_path(@project, field_name, row) %></td>
+  <td><%= aggregate_link data, { field_name => row.id, "closed" => 0 }, aggregate_path(@project, field_name, row, :status_id => "o") %></td>
+  <td><%= aggregate_link data, { field_name => row.id, "closed" => 1 }, aggregate_path(@project, field_name, row, :status_id => "c") %></td>
+  <td><%= aggregate_link data, { field_name => row.id }, aggregate_path(@project, field_name, row, :status_id => "*") %></td>
 </tr>
 <% end %>
 </tbody>
index 4240d096bbfe0c46eeb1b58f8d5453442969492a..9eaab23b691b597e34ec4759d41e13b018dd1ef7 100644 (file)
@@ -14,8 +14,8 @@
   <tbody>
 <% for role in @roles %>
   <tr class="<%= cycle("odd", "even") %>">
-  <td><%= content_tag(role.builtin? ? 'em' : 'span', link_to(h(role.name), edit_role_path(role))) %></td>
-  <td align="center" style="width:15%;">
+  <td class="name"><%= content_tag(role.builtin? ? 'em' : 'span', link_to(h(role.name), edit_role_path(role))) %></td>
+  <td class="reorder">
   <% unless role.builtin? %>
     <%= reorder_links('role', {:action => 'update', :id => role}, :put) %>
   <% end %>
index bf745a66ade8dd41dd42f47d372b90d4093780ba..13a072ff314dd57657bbcdf579d0011c82399567 100644 (file)
     <% end %>
     <% perms_by_module[mod].each do |permission| %>
         <tr class="<%= cycle('odd', 'even') %> permission-<%= permission.name %>">
-        <td>
+        <td class="name">
             <%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('.permission-#{permission.name} input')",
                                                                 :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
             <%= l_or_humanize(permission.name, :prefix => 'permission_') %>
         </td>
         <% @roles.each do |role| %>
-        <td align="center">
+        <td>
         <% if role.setable_permissions.include? permission %>
           <%= check_box_tag "permissions[#{role.id}][]", permission.name, (role.permissions.include? permission.name), :id => nil, :class => "role-#{role.id}" %>
         <% end %>
index 522b13032763b669c6c4d3a14b4f2970603b0441..d257375d52814e3fe3adf061a4a7f3930d1cf32d 100644 (file)
@@ -21,7 +21,7 @@
   <tr class="time-entry <%= cycle("odd", "even") %> hascontextmenu">
     <td class="checkbox hide-when-print"><%= check_box_tag("ids[]", entry.id, false, :id => nil) %></td>
     <%= raw @query.inline_columns.map {|column| "<td class=\"#{column.css_classes}\">#{column_content(column, entry)}</td>"}.join %>
-    <td align="center">
+    <td class="buttons">
     <% if entry.editable_by?(User.current) -%>
         <%= link_to image_tag('edit.png'), edit_time_entry_path(entry),
                                            :title => l(:button_edit) %>
index 9a5d142f2b5602e547af66a2e835a200e17f86e6..8ebb29e580caf5d9dd879a546b251d3633aa1c14 100644 (file)
@@ -3,7 +3,7 @@
 <% next if hours_for_value.empty? -%>
 <tr class="<%= cycle('odd', 'even') %> <%= criterias.length > level+1 ? 'subtotal' : 'last-level' %>">
 <%= ("<td></td>" * level).html_safe %>
-<td><%= h(format_criteria_value(@report.available_criteria[criterias[level]], value)) %></td>
+<td class="name"><%= h(format_criteria_value(@report.available_criteria[criterias[level]], value)) %></td>
 <%= ("<td></td>" * (criterias.length - level - 1)).html_safe -%>
   <% total = 0 -%>
   <% @report.periods.each do |period| -%>
index d88ee782a82630de4b41208e1016c11d80001e67..ac2637ef131bfe3a8d74cf0394e5affb3d2cb84e 100644 (file)
@@ -43,9 +43,9 @@
 <% end %>
 <% columns_width = (40 / (@report.periods.length+1)).to_i %>
 <% @report.periods.each do |period| %>
-  <th class="period" width="<%= columns_width %>%"><%= period %></th>
+  <th class="period" style="width:<%= columns_width %>%;"><%= period %></th>
 <% end %>
-  <th class="total" width="<%= columns_width %>%"><%= l(:label_total_time) %></th>
+  <th class="total" style="width:<%= columns_width %>%;"><%= l(:label_total_time) %></th>
 </tr>
 </thead>
 <tbody>
index d3e31fe45fa521ecdb468e48eafcb41a9515b7bb..9e472e7078a448606139371ca0b785a1a0e14e6d 100644 (file)
       </tr>
       <% Tracker::CORE_FIELDS.each do |field| %>
       <tr class="<%= cycle("odd", "even") %>">
-        <td>
+        <td class="name">
           <%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('input.core-field-#{field}')",
                                                               :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
           <%= l("field_#{field}".sub(/_id$/, '')) %>
         </td>
         <% @trackers.each do |tracker| %>
-        <td align="center">
+        <td>
           <%= check_box_tag "trackers[#{tracker.id}][core_fields][]", field, tracker.core_fields.include?(field),
                             :class => "tracker-#{tracker.id} core-field-#{field}" %>
         </td>
         </tr>
         <% @custom_fields.each do |field| %>
         <tr class="<%= cycle("odd", "even") %>">
-          <td>
+          <td class="name">
             <%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('input.custom-field-#{field.id}')",
                                                                 :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
             <%= field.name %>
           </td>
           <% @trackers.each do |tracker| %>
-          <td align="center">
+          <td>
             <%= check_box_tag "trackers[#{tracker.id}][custom_field_ids][]", field.id, tracker.custom_fields.include?(field),
                               :class => "tracker-#{tracker.id} custom-field-#{field.id}" %>
           </td>
index 469ff7945fc2d3dc7372a5f0e6cf2ddb054da928..d1928e989dfdd48fbec74228ceaa6fc2f436c121 100644 (file)
   <tbody>
 <% for tracker in @trackers %>
   <tr class="<%= cycle("odd", "even") %>">
-  <td><%= link_to h(tracker.name), edit_tracker_path(tracker) %></td>
-  <td align="center">
+  <td class="name"><%= link_to h(tracker.name), edit_tracker_path(tracker) %></td>
+  <td>
     <% unless tracker.workflow_rules.count > 0 %>
       <span class="icon icon-warning">
         <%= l(:text_tracker_no_workflow) %> (<%= link_to l(:button_edit), workflows_edit_path(:tracker_id => tracker) %>)
       </span>
     <% end %>
   </td>
-  <td align="center" style="width:15%;">
+  <td class="reorder">
     <%= reorder_links('tracker', {:action => 'update', :id => tracker}, :put) %>
   </td>
   <td class="buttons">
index 85dc27f675a7e50ea367a145324d94be6b32ac8b..80b05ff1ae2542f0f585fa0db20df7ccb7a16a0f 100644 (file)
@@ -41,9 +41,9 @@
   <td class="firstname"><%= h(user.firstname) %></td>
   <td class="lastname"><%= h(user.lastname) %></td>
   <td class="email"><%= mail_to(h(user.mail)) %></td>
-  <td align="center"><%= checked_image user.admin? %></td>
-  <td class="created_on" align="center"><%= format_time(user.created_on) %></td>
-  <td class="last_login_on" align="center"><%= format_time(user.last_login_on) unless user.last_login_on.nil? %></td>
+  <td class="tick"><%= checked_image user.admin? %></td>
+  <td class="created_on"><%= format_time(user.created_on) %></td>
+  <td class="last_login_on"><%= format_time(user.last_login_on) unless user.last_login_on.nil? %></td>
     <td class="buttons">
       <%= change_status_link(user) %>
       <%= delete_link user_path(user, :back_url => users_path(params)) unless User.current == user %>
index 002be4938f6307382a493b013d36605ceb0aecee..951cc018666c1f2e36cc24d6b3c068eda435b59f 100644 (file)
     <table>
     <% counts.each do |count| %>
     <tr>
-        <td width="130px" align="right" >
+        <td style="width:130px; text-align:right;">
           <% if count[:group] -%>
             <%= link_to(h(count[:group]), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => count[:group])) %>
           <% else -%>
             <%= link_to(l(:label_none), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => "!*")) %>
           <% end %>
         </td>
-        <td width="240px">
+        <td style="width:240px;">
             <%= progress_bar((count[:closed].to_f / count[:total])*100,
                   :legend => "#{count[:closed]}/#{count[:total]}",
                   :width => "#{(count[:total].to_f / max * 200).floor}px;") %>
index b78005a9b0f632152e06ca02178df01620cfba68..85442bd76f67c2e8a5968b0a0871e8946f8c3ce8 100644 (file)
@@ -21,7 +21,7 @@
         <% issues.each do |issue| -%>
           <tr class="hascontextmenu">
             <td class="checkbox"><%= check_box_tag 'ids[]', issue.id, false, :id => nil %></td>
-            <td><%= link_to_issue(issue, :project => (@project != issue.project)) %></td>
+            <td class="subject"><%= link_to_issue(issue, :project => (@project != issue.project)) %></td>
           </tr>
         <% end -%>
         </table>
index ec015a994cf20fdfd9482738f5541432aaed2d14..19d94d60c8b0d0f8353beb6ba7d27bb548971592 100644 (file)
@@ -1,17 +1,17 @@
 <table class="list transitions transitions-<%= name %>">
 <thead>
   <tr>
-    <th align="left">
+    <th>
       <%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input')",
                                                           :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
       <%=l(:label_current_status)%>
     </th>
-    <th align="center" colspan="<%= @statuses.length %>"><%=l(:label_new_statuses_allowed)%></th>
+    <th colspan="<%= @statuses.length %>"><%=l(:label_new_statuses_allowed)%></th>
   </tr>
   <tr>
     <td></td>
     <% for new_status in @statuses %>
-    <td width="<%= 75 / @statuses.size %>%" align="center">
+    <td style="width:<%= 75 / @statuses.size %>%;">
       <%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input.new-status-#{new_status.id}')",
                                                       :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
       <%=h new_status.name %>
@@ -22,7 +22,7 @@
 <tbody>
   <% for old_status in @statuses %>
   <tr class="<%= cycle("odd", "even") %>">
-    <td>
+    <td class="name">
       <%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input.old-status-#{old_status.id}')",
                                                           :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
 
@@ -30,7 +30,7 @@
     </td>
     <% for new_status in @statuses -%>
     <% checked = workflows.detect {|w| w.old_status_id == old_status.id && w.new_status_id == new_status.id} %>
-    <td align="center" class="<%= checked ? 'enabled' : '' %>">
+    <td class="<%= checked ? 'enabled' : '' %>">
       <%= check_box_tag "issue_status[#{ old_status.id }][#{new_status.id}][]", name, checked,
             :class => "old-status-#{old_status.id} new-status-#{new_status.id}" %>
     </td>
index 8e87dfd6b432535db8dba1d5164ba2511bcaf657..029a149a4041468a081b3b6de4fc0f79254b1d59 100644 (file)
@@ -19,9 +19,9 @@
 <tbody>
 <% @workflow_counts.each do |tracker, roles| -%>
 <tr class="<%= cycle('odd', 'even') %>">
-  <td><%= h tracker %></td>
+  <td class="name"><%= h tracker %></td>
   <% roles.each do |role, count| -%>
-    <td align="center">
+    <td>
       <%= link_to((count > 0 ? count : image_tag('false.png')), {:action => 'edit', :role_id => role, :tracker_id => tracker}, :title => l(:button_edit)) %>
     </td>
   <% end -%>
index 89c3ceef92565a73d0990d4470eef2dcce2204e6..11212e6b80befb8177e34304dd24d2bf8a3bde86 100644 (file)
     <table class="list fields_permissions">
     <thead>
       <tr>
-        <th align="left">
+        <th>
         </th>
-        <th align="center" colspan="<%= @statuses.length %>"><%=l(:label_issue_status)%></th>
+        <th colspan="<%= @statuses.length %>"><%=l(:label_issue_status)%></th>
       </tr>
       <tr>
         <td></td>
         <% for status in @statuses %>
-        <td width="<%= 75 / @statuses.size %>%" align="center">
+        <td style="width:<%= 75 / @statuses.size %>%;">
           <%=h status.name %>
         </td>
         <% end %>
       </tr>
       <% @fields.each do |field, name| %>
       <tr class="<%= cycle("odd", "even") %>">
-        <td>
+        <td class="name">
           <%=h name %> <%= content_tag('span', '*', :class => 'required') if field_required?(field) %>
         </td>
         <% for status in @statuses -%>
-        <td align="center" class="<%= @permissions[status.id][field] %>">
+        <td class="<%= @permissions[status.id][field] %>">
           <%= field_permission_tag(@permissions, status, field, @role) %>
           <% unless status == @statuses.last %><a href="#" class="repeat-value">&#187;</a><% end %>
         </td>
         </tr>
         <% @custom_fields.each do |field| %>
         <tr class="<%= cycle("odd", "even") %>">
-          <td>
+          <td class="name">
             <%=h field.name %> <%= content_tag('span', '*', :class => 'required') if field_required?(field) %>
           </td>
           <% for status in @statuses -%>
-          <td align="center" class="<%= @permissions[status.id][field.id.to_s] %>">
+          <td class="<%= @permissions[status.id][field.id.to_s] %>">
             <%= field_permission_tag(@permissions, status, field, @role) %>
             <% unless status == @statuses.last %><a href="#" class="repeat-value">&#187;</a><% end %>
           </td>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index 86fdd4c3d492e00d9f3e7dd12a63a854ffa67de3..1ca6cee7b5f30451ff5c99f8c73dfb4eeb34db52 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Schriftarten</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Fett" /></th><td width="50%">*Fett*</td><td width="50%"><strong>Fett</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Fett" /></th><td style="width:50%;">*Fett*</td><td style="width:50%;"><strong>Fett</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Kursiv" /></th><td>_Kursiv_</td><td><em>Kursiv</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Unterstrichen" /></th><td>+Unterstrichen+</td><td><ins>Unterstrichen</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Durchgestrichen" /></th><td>-Durchgestrichen-</td><td><del>Durchgestrichen</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index 5615a65328b2d4c900a08acef58af8e71379d537..d3e26783fb5b53884b3ed34209b2b92772a721e2 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Gras*</td><td width="50%"><strong>Gras</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Gras*</td><td style="width:50%;"><strong>Gras</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italique_</td><td><em>Italique</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Sous-ligné+</td><td><ins>Sous-ligné</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Barré-</td><td><del>Barré</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index 27e74cf32253000a10c01715a7757de3e74fc89b..e38624992423200bcdabef66244f38a21e28d248 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">フォントスタイル</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="太字" /></th><td width="50%">*太字*</td><td width="50%"><strong>太字</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="太字" /></th><td style="width:50%;">*太字*</td><td style="width:50%;"><strong>太字</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="斜体" /></th><td>_斜体_</td><td><em>斜体</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="下線" /></th><td>+下線+</td><td><ins>下線</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="取り消し線" /></th><td>-取り消し線-</td><td><del>取り消し線</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index bd9986fad6189f8cafacfa341339bc7f65cf1b57..5669d14d6dd425d8f3ac1a2ce7d0362e6f4eccc5 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">字型樣式</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="粗體(加強語氣)" /></th><td width="50%">*粗體(加強語氣)*</td><td width="50%"><strong>粗體(加強語氣)</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="粗體(加強語氣)" /></th><td style="width:50%;">*粗體(加強語氣)*</td><td style="width:50%;"><strong>粗體(加強語氣)</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="斜體" /></th><td>_斜體_</td><td><em>斜體</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="底線" /></th><td>+底線+</td><td><ins>底線</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="刪除線" /></th><td>-刪除線-</td><td><del>刪除線</del></td></tr>
index a390a414bfe20197fb15d88b201e54763061cc60..d67dc885a911f01187a7a5969bbbb1d661c6beba 100644 (file)
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
 <table style="width:100%">
 <tr><th colspan="3">Font Styles</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
 <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
index 2823229f20b15d34869a5955bb76a551294f9722..7179840848a9dff00145e1f1259d0236aee06175 100644 (file)
@@ -123,12 +123,15 @@ a#toggle-completed-versions {color:#999;}
 /***** Tables *****/
 table.list { border: 1px solid #e4e4e4;  border-collapse: collapse; width: 100%; margin-bottom: 4px; }
 table.list th {  background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
-table.list td { vertical-align: top; padding-right:10px; }
+table.list td {text-align:center; vertical-align:top; padding-right:10px;}
 table.list td.id { width: 2%; text-align: center;}
+table.list td.name, table.list td.description, table.list td.subject, table.list td.comments {text-align: left;}
+table.list td.tick {width:15%}
 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
 table.list td.checkbox input {padding:0px;}
 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
 table.list td.buttons a { padding-right: 0.6em; }
+table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
 
 tr.project td.name a { white-space:nowrap; }
@@ -148,7 +151,7 @@ tr.project.idnt-9 td.name {padding-left: 12.5em;}
 
 tr.issue { text-align: center; white-space: nowrap; }
 tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; }
-tr.issue td.subject, tr.issue td.relations { text-align: left; }
+tr.issue td.relations { text-align: left; }
 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
 tr.issue td.relations span {white-space: nowrap;}
 table.issues td.description {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
@@ -165,10 +168,12 @@ tr.issue.idnt-7 td.subject {padding-left: 9.5em;}
 tr.issue.idnt-8 td.subject {padding-left: 11em;}
 tr.issue.idnt-9 td.subject {padding-left: 12.5em;}
 
+table.issue-report {table-layout:fixed;}
+
 tr.entry { border: 1px solid #f8f8f8; }
 tr.entry td { white-space: nowrap; }
-tr.entry td.filename { width: 30%; }
-tr.entry td.filename_no_report { width: 70%; }
+tr.entry td.filename {width:30%; text-align:left;}
+tr.entry td.filename_no_report {width:70%; text-align:left;}
 tr.entry td.size { text-align: right; font-size: 90%; }
 tr.entry td.revision, tr.entry td.author { text-align: center; }
 tr.entry td.age { text-align: right; }
@@ -184,7 +189,7 @@ tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
 tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
 tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
 
-table.files tr.file td { text-align: center; }
+table.files tbody th {text-align:left;}
 table.files tr.file td.filename { text-align: left; padding-left: 24px; }
 table.files tr.file td.digest { font-size: 80%; }
 
@@ -202,9 +207,9 @@ tr.version td.name { padding-left: 20px; }
 tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
 tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
 
-tr.user td { width:13%; }
+tr.user td {width:13%;white-space: nowrap;}
+tr.user td.username, tr.user td.firstname, tr.user td.lastname, tr.user td.email {text-align:left;}
 tr.user td.email { width:18%; }
-tr.user td { white-space: nowrap; }
 tr.user.locked, tr.user.registered { color: #aaa; }
 tr.user.locked a, tr.user.registered a { color: #aaa; }
 
@@ -223,7 +228,7 @@ table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px;
 table.plugins span.description { display: block; font-size: 0.9em; }
 table.plugins span.url { display: block; font-size: 0.9em; }
 
-table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; }
+table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; text-align:left; }
 table.list tbody tr.group span.count {position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
 tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;}
 tr.group:hover a.toggle-all { display:inline;}
@@ -245,10 +250,9 @@ table.attributes th { vertical-align: top; text-align: left; }
 table.attributes td { vertical-align: top; }
 
 table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
-table.boards td.topic-count, table.boards td.message-count {text-align:center;}
-table.boards td.last-message {font-size:80%;}
+table.boards td.last-message {text-align:left;font-size:80%;}
 
-table.messages td.author, table.messages td.created_on, table.messages td.reply-count {text-align:center;}
+table.messages td.last_message {text-align:left;}
 
 table.query-columns {
   border-collapse: collapse;