app/soc/content/css/soc.css
changeset 83 3f4f7c540b75
parent 80 55542eddada5
child 89 5decd7730e02
equal deleted inserted replaced
82:1456e633bf8a 83:3f4f7c540b75
   106 table {
   106 table {
   107   border-collapse: collapse;
   107   border-collapse: collapse;
   108 }
   108 }
   109 
   109 
   110 th, td {
   110 th, td {
   111   padding: 0;
   111   /*padding: 0;*/
       
   112   padding:2px 5px;
   112   vertical-align: top;
   113   vertical-align: top;
   113   text-align: left;
   114   text-align: left;
   114 }
   115 }
   115 
   116 
   116     /* FORM FIELDS DEFINITION */ 
   117     /* FORM FIELDS DEFINITION */ 
   127      color: #FF0000;
   128      color: #FF0000;
   128     }
   129     }
   129 
   130 
   130     td.formfieldheading {
   131     td.formfieldheading {
   131      font-weight: bold;
   132      font-weight: bold;
       
   133     }
       
   134     
       
   135     td.formfieldlabel {
       
   136       font-weight: bold;
   132     }
   137     }
   133 
   138 
   134 
   139 
   135 /* ---------------------------- */ 
   140 /* ---------------------------- */ 
   136 /* PAGE ELEMENTS DEFINITION */ 
   141 /* PAGE ELEMENTS DEFINITION */ 
   186   margin-right: 25px;
   191   margin-right: 25px;
   187   padding-left: 18px;
   192   padding-left: 18px;
   188   padding-bottom: 25px;
   193   padding-bottom: 25px;
   189 }
   194 }
   190 
   195 
       
   196     #body .buttons {
       
   197       margin-right: 4px;
       
   198       margin-top: 20px;
       
   199     }
       
   200     
       
   201     #body a.button, input[type^="submit"], input[type^="button"] {
       
   202       margin: 0;
       
   203       padding: 2px 5px 2px 5px;
       
   204       font-family: Arial, Sans-serif;
       
   205       font-size: 12px;
       
   206       text-decoration: none;
       
   207       color: #222;
       
   208       cursor: default;
       
   209       background: #ddd url("/soc/content/images/button-background.gif") repeat-x 0 0;
       
   210       border: 1px solid #aaa;
       
   211     }
       
   212 
       
   213     #body a.button:hover, input[type^="submit"]:hover, input[type^="button"]:hover {
       
   214       border-color: #9cf #69e #69e #7af;
       
   215     }
       
   216     
       
   217 
       
   218 
   191 #footer {
   219 #footer {
   192   clear: both;
   220   clear: both;
   193   text-align: center;
   221   text-align: center;
   194   margin-top: 3.5em;
   222   margin-top: 3.5em;
   195   margin-bottom: 1em;
   223   margin-bottom: 1em;