app/soc/content/css/soc.css
changeset 250 4d7bf6bdcd8f
parent 246 5d2df032e19e
child 288 46cd7361dcc4
equal deleted inserted replaced
249:325fb70c61a9 250:4d7bf6bdcd8f
   130 }
   130 }
   131 
   131 
   132   /* FORM TABLE FIELDS */ 
   132   /* FORM TABLE FIELDS */ 
   133   td.formfieldrequired {
   133   td.formfieldrequired {
   134     font-style: italic;
   134     font-style: italic;
       
   135     font-size: small;
   135   }
   136   }
   136 
   137 
   137   td.formfieldhelptext {
   138   td.formfieldhelptext {
   138     font-style: italic;
   139     font-style: italic;
       
   140     font-size: small;
   139   }
   141   }
   140 
   142 
   141   td.formfielderror {
   143   td.formfielderror {
   142     color: #FF0000;
   144     color: #FF0000;
       
   145     font-size: small;
   143   }
   146   }
   144 
   147 
   145   td.formfieldheading {
   148   td.formfieldheading {
   146     font-weight: bold;
   149     font-weight: bold;
       
   150     font-size: small;
   147   }
   151   }
   148   
   152   
   149   td.formfieldlabel {
   153   td.formfieldlabel {
   150     font-weight: bold;
   154     font-weight: bold;
       
   155     font-size: small;
   151   }
   156   }
   152   
   157   
   153   td.formfielderrorlabel {
   158   td.formfielderrorlabel {
   154     font-weight: bold;
   159     font-weight: bold;
   155     color: #FF0000;
   160     color: #FF0000;
       
   161     font-size: small;
   156   }
   162   }
   157 
   163 
   158 /* TABLE QUEUES (used with .list) */
   164 /* TABLE QUEUES (used with .list) */
   159 table#queues {
   165 table#queues {
   160   border-collapse: collapse;
   166   border-collapse: collapse;