CSS & Template Changes
authorLuzifr <szekely@woltlab.com>
Wed, 7 Sep 2011 13:04:21 +0000 (15:04 +0200)
committerLuzifr <szekely@woltlab.com>
Wed, 7 Sep 2011 13:07:23 +0000 (15:07 +0200)
Removed the reset-styles of Eric Meyer (some of them were not acting as
wanted), included most of them in the normal testing styles, removed
reference to the reset styles from the header template, optimized
display of table headers with a checkbox.

wcfsetup/install/files/acp/style/testing.css
wcfsetup/install/files/acp/templates/header.tpl

index 90cb5306d27c3faca035384190bb9a1dc903818c..96a1b320c88dd2e0d2e2683061e152eae92d16ba 100644 (file)
@@ -5,6 +5,61 @@
  * @copyright  2011 WoltLab GmbH 
  */
 
+/* -- -- -- -- -- Reset -- -- -- -- -- */
+
+/**
+ * Parts taken from
+ * http://meyerweb.com/eric/tools/css/reset/ 
+ * v2.0 | 20110126
+ * License: none (public domain)
+ * modifyed to meet the needs of WoltLab
+ */
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed, 
+figure, figcaption, footer, header, hgroup, 
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+       margin: 0;
+       padding: 0;
+       border: 0;
+       font-size: 100%;
+}
+
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure, 
+footer, header, hgroup, menu, nav, section {
+       display: block;
+}
+
+body {
+       line-height: 1;
+}
+
+ol, ul {
+       list-style: none;
+}
+
+blockquote, q {
+       quotes: none;
+}
+
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+       content: '';
+       content: none;
+}
+
 
 
 /* -- -- -- -- -- Globals -- -- -- -- -- */
@@ -1241,6 +1296,7 @@ input[type='submit']:active,
 
 table {
        width: 100% !important;
+       border-spacing: 0;
 }
 
 /* Table Header */
@@ -1311,11 +1367,8 @@ thead th.active:hover a {
        background-color: rgba(0, 0, 0, .3);
 }
 
-thead th.columnMark {
-       background-color: transparent;
-       background-image: none;
-       padding: 0 !important;
-       width: 30px;
+thead th input[type="checkbox"] {
+       margin: -5px !important;
 }
 
 thead th a img {
@@ -1375,7 +1428,7 @@ tbody tr .columnIcon img {
        width: 16px;
 }
 
-/* Table Specials */
+/* ToDo: Table Specials */
 
 /*
 .menu ~ .border {
index 96409619da417c78dbe0ce4d13f3d5decc7cca17..1da9d2aeaca38a0e9e9330d80796888f9c5d2b4d 100644 (file)
@@ -30,7 +30,6 @@
        *}
        
        <!-- Testing stylesheets -->
-       <link rel="stylesheet" type="text/css" href="{@RELATIVE_WCF_DIR}acp/style/testing-reset.css" />
        <link rel="stylesheet" type="text/css" href="{@RELATIVE_WCF_DIR}acp/style/testing.css" />
        <!-- /Testing stylesheets -->