mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
86
drupal7/web/modules/system/system.admin-rtl.css
Normal file
86
drupal7/web/modules/system/system.admin-rtl.css
Normal file
|
@ -0,0 +1,86 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* RTL styles for administration pages.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Administration blocks.
|
||||
*/
|
||||
div.admin-panel .body {
|
||||
padding: 0 8px 2px 4px;
|
||||
}
|
||||
div.admin .left {
|
||||
float: right;
|
||||
margin-left: 0;
|
||||
margin-right: 1em;
|
||||
}
|
||||
div.admin .right {
|
||||
float: left;
|
||||
margin-left: 1em;
|
||||
margin-right: 0;
|
||||
}
|
||||
div.admin .expert-link {
|
||||
margin-right: 0;
|
||||
margin-left: 1em;
|
||||
padding-right: 0;
|
||||
padding-left: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/**
|
||||
* Status report.
|
||||
*/
|
||||
table.system-status-report td.status-icon {
|
||||
padding-left: 0;
|
||||
padding-right: 6px;
|
||||
}
|
||||
table.system-status-report tr.merge-up td {
|
||||
padding: 0 28px 8px 6px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Appearance page.
|
||||
*/
|
||||
table.screenshot {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.system-themes-list-enabled .theme-selector .screenshot,
|
||||
.system-themes-list-enabled .theme-selector .no-screenshot {
|
||||
float: right;
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
.system-themes-list-disabled .theme-selector {
|
||||
float: right;
|
||||
padding: 20px 0 20px 20px;
|
||||
}
|
||||
.theme-selector .operations li {
|
||||
border-right: none;
|
||||
border-left: 1px solid #cdcdcd;
|
||||
float: right;
|
||||
}
|
||||
.theme-selector .operations li.last {
|
||||
border-left: none;
|
||||
padding: 0 0.7em 0 0;
|
||||
}
|
||||
.theme-selector .operations li.first {
|
||||
padding: 0 0 0 0.7em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Exposed filters.
|
||||
*/
|
||||
.exposed-filters .filters {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-right: 0;
|
||||
}
|
||||
.exposed-filters .form-item label {
|
||||
float: right;
|
||||
}
|
||||
/* Current filters */
|
||||
.exposed-filters .additional-filters {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-right: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue