2013-01-01 23:09:59 +01:00
|
|
|
/**
|
|
|
|
* @provides config-options-css
|
|
|
|
*/
|
|
|
|
|
2013-01-01 23:10:33 +01:00
|
|
|
.config-option-table {
|
2013-01-01 23:09:59 +01:00
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
}
|
|
|
|
|
2013-01-01 23:10:33 +01:00
|
|
|
.config-option-table th,
|
|
|
|
.config-option-table td {
|
|
|
|
padding: 4px 12px;
|
2013-01-01 23:09:59 +01:00
|
|
|
border: 1px solid #cccccc;
|
|
|
|
}
|
|
|
|
|
2013-01-01 23:10:33 +01:00
|
|
|
.config-option-table th {
|
|
|
|
background: #e9e9e9;
|
2013-01-01 23:09:59 +01:00
|
|
|
text-align: right;
|
2013-01-01 23:10:33 +01:00
|
|
|
white-space: nowrap;
|
2013-01-01 23:09:59 +01:00
|
|
|
}
|
|
|
|
|
2013-01-01 23:10:33 +01:00
|
|
|
.config-option-table th em {
|
2013-01-01 23:09:59 +01:00
|
|
|
font-weight: normal;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
2013-01-01 23:10:33 +01:00
|
|
|
.config-option-table td {
|
|
|
|
color: #333333;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.config-option-table .column-labels th {
|
|
|
|
font-weight: bold;
|
2013-01-01 23:09:59 +01:00
|
|
|
color: #333333;
|
2013-01-01 23:10:33 +01:00
|
|
|
text-align: center;
|
|
|
|
background: #e0e0e0;
|
2013-01-01 23:09:59 +01:00
|
|
|
}
|
|
|
|
|
2013-01-01 23:11:39 +01:00
|
|
|
.config-options-current-value {
|
2013-01-25 23:57:10 +01:00
|
|
|
padding: 0 10px 8px;
|
2013-01-01 23:11:39 +01:00
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2013-01-01 23:09:59 +01:00
|
|
|
|
2013-01-01 23:11:39 +01:00
|
|
|
.config-options-current-value span {
|
2013-01-25 06:00:47 +01:00
|
|
|
color: #777;
|
2013-01-01 23:11:39 +01:00
|
|
|
}
|