X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fbase.html;h=8648c026955f8977843f6d70aaa82974431b9b76;hb=88c30cbcf5f275c39bee5426443dd5b30c51281a;hp=6648dbdf34f834ec362a37fb7073053ca1d263b5;hpb=dea7208dbe82d4e450bffdfa2d712d8357c2e016;p=fba.git diff --git a/templates/base.html b/templates/base.html index 6648dbd..8648c02 100644 --- a/templates/base.html +++ b/templates/base.html @@ -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 { @@ -52,10 +54,6 @@ 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; @@ -72,20 +70,17 @@ 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;