first import
This commit is contained in:
39
sites/all/modules/backup_migrate/backup_migrate.css
Normal file
39
sites/all/modules/backup_migrate/backup_migrate.css
Normal file
@@ -0,0 +1,39 @@
|
||||
.schedule-list-disabled {
|
||||
filter:alpha(opacity=50);
|
||||
-moz-opacity: .50;
|
||||
opacity: .50;
|
||||
}
|
||||
|
||||
.backup-migrate-cache-time {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
.backup-migrate-tables-checkboxes .form-item label {
|
||||
width: 15em;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
height: 1.75em;
|
||||
margin: .25em .25em 0 0;
|
||||
}
|
||||
.backup-migrate-tables-checkboxes .form-item label.checked {
|
||||
background-color: #eee;
|
||||
}
|
||||
.backup-migrate-tables-checkboxes .form-item label input {
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
div.backup-migrate-tables-checkboxes {
|
||||
max-height: 40em;
|
||||
overflow: auto;
|
||||
}
|
||||
div.backup-migrate-description {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
|
||||
div.row-error {
|
||||
color: #FF0000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user