diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-25 18:28:20 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-25 18:28:20 +0200 |
commit | b3abb29f2814bafd69095f3ef91bc40cbe5f866c (patch) | |
tree | 3e08765d61310455b8b18e5786b01d78f58b8aba /skins | |
parent | ad1dd066b5014a0aa7f67edfddc9ab1a24f0423a (diff) | |
download | bugzilla-b3abb29f2814bafd69095f3ef91bc40cbe5f866c.tar.gz bugzilla-b3abb29f2814bafd69095f3ef91bc40cbe5f866c.tar.xz |
Bug 1204238: Migrate tabular report sorting from YUI to jQuery
r=gerv
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/buglist.css | 32 |
1 files changed, 3 insertions, 29 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index e58baabfd..74a1e37d7 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -383,44 +383,18 @@ div.bz_section_title span { /* Series & reports (start) */ -.t1 { - background-color: #ffffff; /* white */ -} - -.t2 { - background-color: #dfefff; /* light blue */ -} - -.t3 { - background-color: #dddddd; /* grey */ -} - -.t4 { - background-color: #c3d3ed; /* darker blue */ -} - .ttotal, .ttotal td { - background-color: #cfffdf; /* light green */ + /* !important overrides jQuery DataTables default color */ + background-color: #cfffdf !important; /* light green */ } -.tabular_report_container { +.tabular_report { /* Force tables to be horizontally centered */ margin-left: auto; margin-right: auto; text-align: center; } -.tabular_report { - border: 1px dotted black; - border-collapse: collapse; - text-align: center; -} - -.tabular_report th, .tabular_report td { - border: 1px dotted; - padding: 0.2em; -} - #graphical_report { max-width: 100%; height: auto; |