]> git.mxchange.org Git - fba.git/blobdiff - static/css/light.css
Continued:
[fba.git] / static / css / light.css
index 47aea43d913e6412259200cc42593fe173f8957e..25a9b6816de044be645ff58673e634e6a0b3af3a 100644 (file)
@@ -33,11 +33,30 @@ th {
     padding-bottom: 4px;
 }
 
-table.with-rows > tbody > tr:nth-of-type(2n),
-table.with-rows > thead {
+.index-table {
+    width: 700px;
+    margin-left: auto;
+    margin-right: auto;
+}
+
+.table-with-rows > tbody > tr:nth-of-type(2n),
+.table-with-rows > thead,
+.index-table > thead {
     background-color: #eaeaea;
 }
 
+.notice > table {
+    border: unset !important;
+}
+
+.index-table h3 {
+    margin: 0px;
+}
+
+.index-table form {
+    padding: 2px;
+}
+
 table td {
     padding: 4px;
     text-align: left;