]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/css/style.css
Edited stylecss so that TR:first-child td {} has a top border (for firewall rulecreation)
[people/teissler/ipfire-2.x.git] / html / html / themes / ipfire / include / css / style.css
index 80221b736cd5fe5cb21d7a646c772326c0b45948..9e40b946c4c0f10d32f86f4db260f5d225c1fdd3 100644 (file)
@@ -16,53 +16,61 @@ html {
        height: 100%;
 }
 
-/* This decorates all tables with class="table" */
+/* This decorates all tables with class="tbl" */
 
 table {
        *border-collapse: collapse; /* IE7 and lower */
        border-spacing: 0;
 }
 
-.tbl th{
+.tbl th {
        color: #000000;
-       font-size: 14px;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
        background: #cccccc;
 }
-.tbl th:first-child{
+
+.tbl th:first-child {
        border-left: 1px solid grey;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
 }
+
 .tbl th:last-child {
        border-right: 1px solid grey;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
 }
-.tbl th:only-child{
+
+.tbl th:only-child {
        border: 1px solid grey;
 }
 
-.tbl tr td:first-child{
+.tbl tr td:first-child {
        border-left: 1px solid grey;
 }
-.tbl tr td:last-child{
+
+.tbl tr td:last-child {
        border-right: 1px solid grey;
 }
-.tbl tr:first-child td:only-child{
+
+.tbl tr:first-child td {
        border-top: 1px solid grey;
 }
-.tbl tr:last-child td:only-child{
+
+.tbl tr:last-child td:only-child {
        border-bottom: 1px solid grey;
 }
-.tbl tr:last-child td:first-child{
+
+.tbl tr:last-child td:first-child {
        border-bottom: 1px solid grey;
 }
-.tbl tr:last-child td:last-child{
+
+.tbl tr:last-child td:last-child {
        border-bottom: 1px solid grey;
 }
-.tbl tr:last-child td{
+
+.tbl tr:last-child td {
        border-bottom: 1px solid grey;
 }
 
@@ -215,7 +223,7 @@ iframe {
 
 #main_inner .post h2 {
        border-bottom: dotted 1px #e1e1e1;
-       font-size: 1.7em;
+       font-size: 0.8em;
        margin-bottom: 1em;
 }