Subversion Repositories ALCASAR

Rev

Rev 2976 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2976 Rev 3179
Line 99... Line 99...
99
 
99
 
100
#select select {
100
#select select {
101
    width: 100px;
101
    width: 100px;
102
}
102
}
103
 
103
 
104
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
104
.fullsize, .halfsize {
105
    float: left;
105
    float: left;
106
    width: 451px;
-
 
107
    margin: 10px 0 0 8px;
106
    margin: 10px 0 0 8px;
108
    _margin: 10px 4px 0 4px; /* ie6 */
107
    _margin: 10px 4px 0 4px; /* ie6 */
109
    padding: 1px;
108
    padding: 1px;
110
    border: 2px solid #666666;
109
    border: 2px solid #666666;
111
    background: #fff;
110
    background: #fff;
112
}
111
}
113
 
112
 
114
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
113
.fullsize {
115
    padding: 0px 30px;
114
    width: 916px;
116
}
115
}
117
 
116
 
118
#memory, #filesystem {
117
.halfsize {
119
    width: 915px;
118
    width: 451px;
120
}
119
}
121
 
120
 
122
#filesystemTable thead tr th {
121
#filesystemTable thead tr th {
123
    cursor: pointer;
122
    cursor: pointer;
124
}
123
}
Line 150... Line 149...
150
 
149
 
151
.barwarn {
150
.barwarn {
152
    background: #a72971;
151
    background: #a72971;
153
}
152
}
154
 
153
 
-
 
154
.barrest {
-
 
155
    background: #29a79e;
-
 
156
}
-
 
157
 
155
.right {
158
.right {
156
    text-align: right;
159
    text-align: right;
157
    padding-right: 20px;
160
    padding-right: 20px;
158
}
161
}
159
 
162