# HG changeset patch # User Madhusudan.C.S # Date 1253171456 -19800 # Node ID c978f8353467060f7876bcf25a20a022c354d19d # Parent 666d31bd43bd0b7713b7655dd4b64c5240965d9c Added all GHOP specific css properties. Reviewed by: Lennard de Rijk diff -r 666d31bd43bd -r c978f8353467 app/soc/content/css/soc-090730.css --- 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;