]> git.plutz.net Git - busy/blobdiff - templates/Tasks.css
porting busy to confetti framework
[busy] / templates / Tasks.css
diff --git a/templates/Tasks.css b/templates/Tasks.css
new file mode 100644 (file)
index 0000000..f4a6c69
--- /dev/null
@@ -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;
+}