Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3178 → Rev 3179

/web/acc/phpsysinfo/templates/aqua.css
101,9 → 101,8
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
.fullsize, .halfsize {
float: left;
width: 451px;
margin: 10px 0 0 8px;
_margin: 10px 4px 0 4px; /* ie6 */
padding: 1px;
111,12 → 110,12
background: #fff;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
.fullsize {
width: 916px;
}
 
#memory, #filesystem {
width: 915px;
.halfsize {
width: 451px;
}
 
#filesystemTable thead tr th {
152,6 → 151,10
background: #a72971;
}
 
.barrest {
background: #29a79e;
}
 
.right {
text-align: right;
padding-right: 20px;