29 lines
347 B
CSS
29 lines
347 B
CSS
|
|
/**
|
|
* @file
|
|
* Generic RTL base styles for shortcut module.
|
|
*/
|
|
|
|
/**
|
|
* Toolbar.
|
|
*/
|
|
#edit-shortcuts {
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
#shortcut-toolbar ul {
|
|
float: none;
|
|
}
|
|
#shortcut-toolbar .icon {
|
|
float: right;
|
|
}
|
|
|
|
/**
|
|
* Add/remove links.
|
|
*/
|
|
.add-or-remove-shortcuts .icon,
|
|
.add-or-remove-shortcuts .text {
|
|
float: right;
|
|
}
|