14 lines
179 B
CSS
14 lines
179 B
CSS
|
|
||
|
/**
|
||
|
* @file
|
||
|
* Generic RTL base styles for shortcut module.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Add/remove links.
|
||
|
*/
|
||
|
.add-or-remove-shortcuts .icon,
|
||
|
.add-or-remove-shortcuts .text {
|
||
|
float: right;
|
||
|
}
|