]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/task.css
Some text rewritten, CSS class added:
[mailer.git] / theme / default / css / task.css
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3104f1c2f00c851dd45626e4e095e888355b1b3c 100644 (file)
@@ -0,0 +1,20 @@
+.admin_task_table {
+       width: 340px;
+}
+
+.admin_task_title {
+       text-align: center;
+       height: 23px;
+       background-color: #ddeedd;
+       color: #009900;
+}
+
+.admin_task_left {
+       height: 23px;
+       width: 80%;
+}
+
+.admin_task_right {
+       height: 23px;
+       width: 20%;
+}