14 lines
222 B
CSS
14 lines
222 B
CSS
|
/**
|
||
|
* The .garland.css file is intended to contain styles that override declarations
|
||
|
* in the Garland theme.
|
||
|
*/
|
||
|
|
||
|
/* @group Lists */
|
||
|
|
||
|
.views-displays .secondary .action-list {
|
||
|
left: auto;
|
||
|
right: 1px;
|
||
|
}
|
||
|
|
||
|
/* @end */
|