X-Git-Url: http://git.plutz.net/?p=busy;a=blobdiff_plain;f=Tasks.css;h=f4a6c69f73f9b4d6510aef6ff67eeb53cc059ecc;hp=e7b8f24a66972454352bc90db714c8f7d818b324;hb=ab208fff56e536585bc0978898a7c3f610c73dce;hpb=85e4fd5e7bf8f7df622f1b31b5fdeb40ffdc521d diff --git a/Tasks.css b/Tasks.css index e7b8f24..f4a6c69 100644 --- a/Tasks.css +++ b/Tasks.css @@ -1,17 +1,31 @@ .Task{ margin: .5em; width: 95%; - background-color: #DDF; + background-color: #EEF; color: #000; padding: .5em; border-width: 1px; border-color: #00A; border-style: solid solid solid solid; } + +.Task table{ + width: 100%; + border-collapse: separate; + border-spacing: .5em; +} +.Task table tr td{ + width: 30%; + text-align: center; + background-color: #FFE; + border-width: 1px; + border-style: solid; +} + .Task h1{ margin: 0em; text-size: 2em; } -.Task div{ +form.Task div{ position: absolute; }