]> git.mxchange.org Git - mailer.git/blobdiff - theme/business/css/task.css
New generic template added (new CSS classes), some inconsistencies fixed:
[mailer.git] / theme / business / css / task.css
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e1bcbff9b01945a5ebe79ac8f1a6f6c9a0d3e84b 100644 (file)
@@ -0,0 +1,18 @@
+.admin_task_table {
+       width: 340px;
+}
+
+.admin_task_title {
+       text-align: center;
+       height: 30px;
+       background-color: #EEEEFF;
+       color: #000000;
+}
+
+.admin_task_left {
+       width: 80%;
+}
+
+.admin_task_right {
+       width: 20%;
+}