添加表格样式

This commit is contained in:
lizanle 2015-01-30 12:07:07 +08:00
parent 0232826a6e
commit abc5dd1c74
3 changed files with 41 additions and 3 deletions

View File

@ -4,7 +4,20 @@
@nav_dispaly_main_contest_label = 1 %>
<% @nav_dispaly_forum_label = 1%>
<style type="text/css">
body {
color: #333333;
font-family: lucida grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}
table {border:2px solid !important;
}
tr {border:2px solid !important;
}
td {border:2px solid !important;
}
</style>
<div id='tool'>
<p>
<form action="/system_log/access_analysis" style="float:right" >

View File

@ -3,7 +3,20 @@
@nav_dispaly_main_project_label = 1
@nav_dispaly_main_contest_label = 1 %>
<% @nav_dispaly_forum_label = 1%>
<style type="text/css">
body {
color: #333333;
font-family: lucida grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}
table {border:2px solid !important;
}
tr {border:2px solid !important;
}
td {border:2px solid !important;
}
</style>
<div id='tool'>
<div id='tool-bar' style="float: left">
@ -32,7 +45,7 @@
<%= paginate @logs unless @logs.empty? %><br/>
<% unless @logs.empty? %>
<table border="2" >
<table >
<caption font-size="30px"><%=l(:label_log_detail)%></caption>
<% @logs.each do |log| %>
<% unless log.blank? %>

View File

@ -3,6 +3,18 @@
@nav_dispaly_main_project_label = 1
@nav_dispaly_main_contest_label = 1 %>
<% @nav_dispaly_forum_label = 1%>
<style type="text/css">
body {
color: #333333;
font-family: lucida grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}
table {border:1px solid !important;
}
td {border:1px solid !important;
}
</style>
<div id='tool'>
<p>
<form action="/system_log/time_analysis" style="float:right" >