app/soc/content/css/soc-090730.css
changeset 2933 c978f8353467
parent 2701 37abba547f8b
equal deleted inserted replaced
2932:666d31bd43bd 2933:c978f8353467
   128 /* TABLES */
   128 /* TABLES */
   129 table {
   129 table {
   130   border-collapse: collapse;
   130   border-collapse: collapse;
   131 }
   131 }
   132 
   132 
       
   133 table.right {
       
   134   margin-left:auto;
       
   135 }
       
   136 
   133 th, td {
   137 th, td {
   134   /*padding: 0;*/
   138   /*padding: 0;*/
   135   padding:2px 5px;
   139   padding:2px 5px;
   136   vertical-align: top;
   140   vertical-align: top;
   137   text-align: left;
   141   text-align: left;
       
   142 }
       
   143 
       
   144 /*
       
   145  * GHOP TASK PAGE
       
   146  */
       
   147 #body #pageheader {
       
   148   margin: 0.5em 0 0em 0;
       
   149   border: 3px solid #c3d9ff;
       
   150   background: #c3d9ff;
       
   151 }
       
   152 
       
   153 #body #pageheader td {
       
   154   background: #c3d9ff;
       
   155 }
       
   156 
       
   157 .ghoptaskcomment {
       
   158   margin: 1em .7em 0 .7em;
       
   159 }
       
   160 
       
   161 .ghoptaskcomment .title {
       
   162   background: #f5f6ce;
       
   163   font-size: small;
       
   164 }
       
   165 
       
   166 .changes {
       
   167   margin: 1em 0 0 .7em;
       
   168   background: #ebf3ff;
       
   169   width: 80%;
       
   170   font-size: small;
       
   171 }
       
   172 
       
   173 .box-inner {
       
   174   margin: 0;
       
   175   padding: 0 13px 0 13px;
       
   176 }
       
   177 
       
   178 img#subscribe {
       
   179   cursor: pointer;
       
   180   width: 22px;
       
   181   position: relative;
       
   182   top: 2px;
       
   183 }
       
   184 
       
   185 .ghoptaskcomment .title a {
       
   186   color: #C60F0F;
   138 }
   187 }
   139 
   188 
   140 /* FORM FIELDS */
   189 /* FORM FIELDS */
   141 td.formfieldrequired {
   190 td.formfieldrequired {
   142   font-style: italic;
   191   font-style: italic;