install/images/css/installer.css
changeset 851 b98798f6572d
parent 568 3700f7124c2b
child 852 e1ce6a91469b
equal deleted inserted replaced
850:ccedb36dd929 851:b98798f6572d
   227 input[type ^="text"]:focus, input[type ^="password"]:focus {
   227 input[type ^="text"]:focus, input[type ^="password"]:focus {
   228   color: #202020;
   228   color: #202020;
   229   background-color: #FFFFFF;
   229   background-color: #FFFFFF;
   230   border: 1px solid #D6D6E9;
   230   border: 1px solid #D6D6E9;
   231 }
   231 }
       
   232 
       
   233 /* SysReqs: table */
       
   234 
       
   235 table.sysreqs {
       
   236   width: 100%;
       
   237 }
       
   238 
       
   239 table.sysreqs td {
       
   240   border-right: 1px solid #ededed;
       
   241   width: 70%;
       
   242   padding: 8px;
       
   243 }
       
   244 
       
   245 table.sysreqs th {
       
   246   border-right-width: 0;
       
   247   width: 100%;
       
   248   border-bottom: 1px solid #acacac;
       
   249   text-align: left;
       
   250   padding: 7px 0 0 0;
       
   251 }
       
   252 
       
   253 table.sysreqs td.good, table.sysreqs td.bad, table.sysreqs td.warn {
       
   254   font-weight: bold;
       
   255   border-right-width: 0;
       
   256   width: 30%;
       
   257 }
       
   258 
       
   259 table.sysreqs td.good small, table.sysreqs td.bad small, table.sysreqs td.warn small {
       
   260   font-weight: normal;
       
   261 }
       
   262 
       
   263 table.sysreqs td.good {
       
   264   color: #00aa00;
       
   265 }
       
   266 
       
   267 table.sysreqs td.bad {
       
   268   color: #aa0000;
       
   269 }
       
   270 
       
   271 table.sysreqs td.warn {
       
   272   color: #aaaa00;
       
   273 }
       
   274 
       
   275 div.sysreqs_error, div.sysreqs_warning {
       
   276   background-image: url(../box_error.png);
       
   277   background-repeat: repeat-x;
       
   278   background-position: top center;
       
   279   background-color: #ffd1d1;
       
   280   border: 1px solid #6e0000;
       
   281   padding: 7px;
       
   282   margin-bottom: 7px;
       
   283 }
       
   284 
       
   285 div.sysreqs_warning {
       
   286   background-image: url(../box_warning.png);
       
   287   background-color: #fffed1;
       
   288   border-color: #6e6e00;
       
   289 }
       
   290 
       
   291 div.sysreqs_error h3, div.sysreqs_warning h3 {
       
   292   font-size: 9pt;
       
   293   border-bottom: 1px solid #8f3131;
       
   294   margin-top: 0;
       
   295   margin-bottom: 6px;
       
   296 }
       
   297 
       
   298 div.sysreqs_warning h3 {
       
   299   border-bottom-color: #8f8f31;
       
   300 }
       
   301 
       
   302 div.sysreqs_error p, div.sysreqs_warning p {
       
   303   margin: 0;
       
   304 }