| 1 |
.isc-setting-group { width: 96%; } |
| 2 |
#display_types_block label { font-weight: bold; } |
| 3 |
#isc-setting-group-type table th { display: none; } |
| 4 |
#display_types_block .description { margin-left: 1.7em; margin-bottom: .5em; } |
| 5 |
|
| 6 |
#isc-admin-wrap h3 { |
| 7 |
padding: 0.8em 1em; |
| 8 |
cursor: default; |
| 9 |
} |
| 10 |
|
| 11 |
#isc-admin-wrap .form-table { |
| 12 |
margin: 0 1em; |
| 13 |
} |
| 14 |
|
| 15 |
#licences textarea { width: 40em; height: 7em; } |
| 16 |
|
| 17 |
/* meta field in media view */ |
| 18 |
.compat-attachment-fields input[type="text"] { width: 100%; } |
| 19 |
.compat-attachment-fields th { vertical-align: top; } |
| 20 |
|
| 21 |
/* tables */ |
| 22 |
.isc-table tr:hover { background-color: #ddd;} |