ds-2col-stacked-fluid.css in Display Suite 8.2
Same filename and directory in other branches
Styling for the ds-2col-stacked-fluid template.
File
css/ds-2col-stacked-fluid.cssView source
- /**
- * @file
- * Styling for the ds-2col-stacked-fluid template.
- */
-
- .ds-2col-stacked-fluid > .group-left {
- float: left; /* LTR */
- width: 50%;
- }
-
- [dir="rtl"] .ds-2col-stacked-fluid > .group-left {
- float: right;
- }
-
- .ds-2col-stacked-fluid > .group-right {
- float: right; /* LTR */
- width: 50%;
- }
-
- [dir="rtl"] .ds-2col-stacked-fluid > .group-right {
- float: left;
- }
-
- .ds-2col-stacked-fluid.group-one-column > .group-left,
- .ds-2col-stacked-fluid.group-one-column > .group-right {
- width: 100%;
- float: none;
- }
-
- .ds-2col-stacked-fluid > .group-footer {
- clear: both;
- }