]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 02:42:57 +0000 (04:42 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 02:42:57 +0000 (04:42 +0200)
- removed some redundant CSS
- also made both :hover color the same
- td's text alignment is now left

templates/base.html

index 6648dbdf34f834ec362a37fb7073053ca1d263b5..8648c026955f8977843f6d70aaa82974431b9b76 100644 (file)
@@ -32,6 +32,7 @@
             width: 100%;
             border: 2px solid #f0f0f0;
             border-spacing: 0px;
+            border-radius: 5px;
         }
 
         th {
@@ -45,6 +46,7 @@
 
         table td {
             padding: 4px;
+            text-align: left;
         }
 
         .block_level {
             margin: auto;
             margin-top: 10px;
         }
-        .block_level table td:nth-of-type(1), .block_level table td:nth-of-type(2),
-        .block_level table td:nth-of-type(4), .block_level table td:nth-of-type(5) {
-            white-space: nowrap;
-        }
         .block {
             padding: 5px;
             margin: 5px;
             color: #f00000;
         }
 
+        input:hover {
+            border-color: #f00000;
+        }
         input[type="text"], input[type="submit"] {
             padding: 5px;
             border-radius: 5px;
             font-size: 16px;
         }
-        input[type="text"]:hover {
-            border-color: #f00000;
-        }
         input[type="submit"] {
             cursor: pointer;
         }
-        input[type="submit"]:hover {
-            border-color: #f08;
-        }
 
         span[title] {
             text-decoration: underline dotted;