--- a/app/soc/content/css/soc-090730.css Wed Sep 16 20:09:13 2009 +0200
+++ b/app/soc/content/css/soc-090730.css Thu Sep 17 12:40:56 2009 +0530
@@ -130,6 +130,10 @@
border-collapse: collapse;
}
+table.right {
+ margin-left:auto;
+}
+
th, td {
/*padding: 0;*/
padding:2px 5px;
@@ -137,6 +141,51 @@
text-align: left;
}
+/*
+ * GHOP TASK PAGE
+ */
+#body #pageheader {
+ margin: 0.5em 0 0em 0;
+ border: 3px solid #c3d9ff;
+ background: #c3d9ff;
+}
+
+#body #pageheader td {
+ background: #c3d9ff;
+}
+
+.ghoptaskcomment {
+ margin: 1em .7em 0 .7em;
+}
+
+.ghoptaskcomment .title {
+ background: #f5f6ce;
+ font-size: small;
+}
+
+.changes {
+ margin: 1em 0 0 .7em;
+ background: #ebf3ff;
+ width: 80%;
+ font-size: small;
+}
+
+.box-inner {
+ margin: 0;
+ padding: 0 13px 0 13px;
+}
+
+img#subscribe {
+ cursor: pointer;
+ width: 22px;
+ position: relative;
+ top: 2px;
+}
+
+.ghoptaskcomment .title a {
+ color: #C60F0F;
+}
+
/* FORM FIELDS */
td.formfieldrequired {
font-style: italic;