summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-03-24 00:02:49 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-03-24 00:02:49 +0000
commit103cd46f781489bd804b93bbceecaee2f9993678 (patch)
tree82c8dd851cb218deda4b31a3220b5b226e7ef8e6 /public
parent8bc638f404ac931bf3ce739c4ed59b902f97bef2 (diff)
downloadredmine-103cd46f781489bd804b93bbceecaee2f9993678.tar.gz
redmine-103cd46f781489bd804b93bbceecaee2f9993678.zip
Remove some inline styling and some depreciated table cell attributes and replace them with proper class names.
Contributed by Andrew Smith. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9252 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index f73cbc666..937a69a83 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -239,6 +239,16 @@ 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.query-columns {
+ border-collapse: collapse;
+ border: 0;
+}
+
+table.query-columns td.buttons {
+ vertical-align: middle;
+ text-align: center;
+}
+
td.center {text-align:center;}
h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }