X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fbase.html;h=8648c026955f8977843f6d70aaa82974431b9b76;hb=88c30cbcf5f275c39bee5426443dd5b30c51281a;hp=07700d2540e20a3e7d306e4ec68b071daf171f47;hpb=46053ea0fa2ef1df3145d45eb84cf7ecd287ff90;p=fba.git diff --git a/templates/base.html b/templates/base.html index 07700d2..8648c02 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,7 +30,9 @@ table { width: 100%; + border: 2px solid #f0f0f0; border-spacing: 0px; + border-radius: 5px; } th { @@ -44,6 +46,7 @@ table td { padding: 4px; + text-align: left; } .block_level { @@ -51,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; @@ -71,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;