mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 00:51:22 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
58
drupal7/web/modules/system/system.base-rtl.css
Normal file
58
drupal7/web/modules/system/system.base-rtl.css
Normal file
|
@ -0,0 +1,58 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Generic theme-independent base styles.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Autocomplete.
|
||||
*/
|
||||
/* Animated throbber */
|
||||
html.js input.form-autocomplete {
|
||||
background-position: 0% center;
|
||||
}
|
||||
html.js input.throbbing {
|
||||
background-position: 0% center;
|
||||
}
|
||||
|
||||
/**
|
||||
* Progress bar.
|
||||
*/
|
||||
.progress .percentage {
|
||||
float: left;
|
||||
}
|
||||
.progress-disabled {
|
||||
float: right;
|
||||
}
|
||||
.ajax-progress {
|
||||
float: right;
|
||||
}
|
||||
.ajax-progress .throbber {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/**
|
||||
* TableDrag behavior.
|
||||
*/
|
||||
.draggable a.tabledrag-handle {
|
||||
float: right;
|
||||
margin-right: -1em;
|
||||
margin-left: 0;
|
||||
}
|
||||
a.tabledrag-handle .handle {
|
||||
margin: -0.4em 0.5em;
|
||||
padding: 0.42em 0.5em;
|
||||
}
|
||||
div.indentation {
|
||||
float: right;
|
||||
margin: -0.4em -0.4em -0.4em 0.2em;
|
||||
padding: 0.42em 0.6em 0.42em 0;
|
||||
}
|
||||
div.tree-child,
|
||||
div.tree-child-last {
|
||||
background-position: -65px center;
|
||||
}
|
||||
.tabledrag-toggle-weight-wrapper {
|
||||
text-align: left;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue