X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=static%2Fstyle%2Fmain.css;h=00ec0897ff5ae02a4e9a88b0b1001d6312202e99;hb=ed155b476ed90127d81de598b6d4a685ed76f2b3;hp=d358e9bd259241df39cfcad581f7f003a64d86de;hpb=97fc96d8f8b5ac83ade0af269ccb98cb1a2abdf0;p=sysdb%2Fwebui.git diff --git a/static/style/main.css b/static/style/main.css index d358e9b..00ec089 100644 --- a/static/style/main.css +++ b/static/style/main.css @@ -156,5 +156,35 @@ table.results { table.results th, table.results td { border: 1px solid #1e466d; padding: 3px; + text-align: left; vertical-align: top; + word-wrap: break-word; + white-space: normal; +} + +table.results td.value { + word-break: break-all; +} + +input[type=text].datetime { + width: 12em; + height: 25px; + border: 1px solid #000; + padding: 0px 3px; +} + +input[type=text].query { + width: 25em; + height: 25px; + border: 1px solid #000; + padding: 0px 3px; + margin: 3px; +} + +button { + background-color: #000; + color: #fff; + border: 1px solid #000; + height: 25px; + padding: 0px; }