Skip to content

Commit b23242e

Browse files
committedMay 6, 2012
Center tables with class width50, width60, width75, and width90
Group actions was not centered. The fix was applied globally since these classes make sense to be centered for all features.
1 parent a7668f7 commit b23242e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎css/default.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ table { border: none; }
4343
table td, table th { border: none; border-spacing: 0px; }
4444
table.hide { width: 100%; border: solid 0px #ffffff; }
4545
table.width100 { width: 100%; border: solid 1px #000000; }
46-
table.width90 { width: 90%; border: solid 1px #000000; }
47-
table.width75 { width: 75%; border: solid 1px #000000; }
48-
table.width60 { width: 60%; border: solid 1px #000000; }
49-
table.width50 { width: 50%; border: solid 1px #000000; }
46+
table.width90 { width: 90%; margin-left: 5%; margin-right: 5%; border: solid 1px #000000; }
47+
table.width75 { width: 74%; margin-left: 13%; margin-right: 13%; border: solid 1px #000000; }
48+
table.width60 { width: 60%; margin-left: 20%; margin-right: 20%; border: solid 1px #000000; }
49+
table.width50 { width: 50%; margin-left: 25%; margin-right: 25%; border: solid 1px #000000; }
5050

5151
td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; padding: 4px; text-align: left; }
5252
td.center { text-align: center; }
@@ -602,3 +602,4 @@ ul.project-list li span.access-level, ul.project-list li span.view-state { displ
602602
tr.bugnote-private td.bugnote-meta { background-color: #e8e8e8; }
603603

604604
div#mantis.centered_page div#banner { text-align: center; }
605+

0 commit comments

Comments
 (0)
Please sign in to comment.