X-Git-Url: http://git.plutz.net/?p=busy;a=blobdiff_plain;f=templates%2FTasks.css;fp=templates%2FTasks.css;h=f4a6c69f73f9b4d6510aef6ff67eeb53cc059ecc;hp=0000000000000000000000000000000000000000;hb=f485895094cd72318b46f39689c3ba954eb37411;hpb=904730d1782749bfac15b0344fe5782433f3099b diff --git a/templates/Tasks.css b/templates/Tasks.css new file mode 100644 index 0000000..f4a6c69 --- /dev/null +++ b/templates/Tasks.css @@ -0,0 +1,31 @@ +.Task{ + margin: .5em; + width: 95%; + 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; +} +form.Task div{ + position: absolute; +}