]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
theme: Fix coding style of the rounded tables.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jan 2014 11:17:39 +0000 (12:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jan 2014 11:17:39 +0000 (12:17 +0100)
html/html/themes/ipfire/include/css/style-rounded.css

index f60f4f6c38d866cdfa19be284dd12dc2cf043b96..886d61f0f540e35cca7dfd486277851f0d8f9828 100644 (file)
 /* Table */
 /* when using class='bordered' after tabletag */
 
 /* Table */
 /* when using class='bordered' after tabletag */
 
-table {
-       *border-collapse: collapse; /* IE7 and lower */
-       border-spacing: 0;
-}
-
-.tbl th:first-child{
+.tbl th:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
@@ -44,25 +39,25 @@ table {
        border-radius: 0 6px 0 0;
 }
 
        border-radius: 0 6px 0 0;
 }
 
-.tbl th:only-child{
+.tbl th:only-child {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
 }
 
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
 }
 
-.tbl tr:first-child td:first-child{
+.tbl tr:first-child td:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
 }
 
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
 }
 
-.tbl tr:first-child td:last-child{
+.tbl tr:first-child td:last-child {
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
 }
 
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
 }
 
-.tbl tr:first-child td:only-child{
+.tbl tr:first-child td:only-child {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;