threecol_44_37_19_stacked.css in Panels Extra Layouts 7
/* CSS file for 44/37/19 stacked layout. */
@import url('../../../css/base-grid.css');
.footer {
width: 100%;
padding: 1em;
}
.left {
width: 44%;
}
.right {
width: 56%;
}
.top-middle {
width: 66%;
}
.top-right {
width: 33%;
}
/* Margins taken from the Panels module plugins */
.lastUnit .inside {
margin: 0 0 1em .5em;
}
.firstUnit .inside {
margin: 0 .5em 1em 0;
}
.unit .inside {
margin: 0 .5em 1em .5em;
}
File
plugins/layouts/threecol_44_37_19_stacked/threecol_44_37_19_stacked.css
View source
- /* CSS file for 44/37/19 stacked layout. */
- @import url('../../../css/base-grid.css');
-
- .footer {
- width: 100%;
- padding: 1em;
- }
-
- .left {
- width: 44%;
- }
-
- .right {
- width: 56%;
- }
-
- .top-middle {
- width: 66%;
- }
-
- .top-right {
- width: 33%;
- }
-
-
- /* Margins taken from the Panels module plugins */
- .lastUnit .inside {
- margin: 0 0 1em .5em;
- }
- .firstUnit .inside {
- margin: 0 .5em 1em 0;
- }
- .unit .inside {
- margin: 0 .5em 1em .5em;
- }