site-content/style.css
changeset 20 272dced1685b
parent 18 07408d1ced76
equal deleted inserted replaced
19:6af9056ccac9 20:272dced1685b
   220 #submit {
   220 #submit {
   221 	width: auto;
   221 	width: auto;
   222 	position: relative;
   222 	position: relative;
   223 	left: -7%;
   223 	left: -7%;
   224 }
   224 }
       
   225 
       
   226 /* start - table */
       
   227 table {
       
   228   border-collapse: collapse;
       
   229   margin: 10px 15px;  
       
   230 }
       
   231 th strong {
       
   232   color: #fff;
       
   233 }
       
   234 th {
       
   235   background: #8EC102;
       
   236   height: 29px;
       
   237   padding-left: 11px;
       
   238   padding-right: 11px;
       
   239   color: #fff;
       
   240   text-align: left;
       
   241   border-left: 1px solid #B6D59A;
       
   242   border-bottom: solid 2px #FFF;
       
   243 }
       
   244 tr {
       
   245   height: 30px;
       
   246 }
       
   247 td {
       
   248   padding-left: 11px;
       
   249   padding-right: 11px;
       
   250   /* border-left: 1px solid #FFE1C3; */
       
   251   border-left: 1px solid #FFF;
       
   252   border-bottom: solid 1px #ffffff;
       
   253 }
       
   254 td.first,th.first {
       
   255   border-left: 0px;
       
   256 }
       
   257 tr.row-a {
       
   258   background: #F8F8F8;
       
   259 }
       
   260 tr.row-b {
       
   261   background: #EFEFEF;
       
   262 }
       
   263 /* end - table */
       
   264 
   225 /* Footer */
   265 /* Footer */
   226 
   266 
   227 #footer {
   267 #footer {
   228 	clear: both;
   268 	clear: both;
   229 	width: 960px;
   269 	width: 960px;