2013-03-11 03:20:01 +01:00
|
|
|
/**
|
|
|
|
* @provides aphront-two-column-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.aphront-two-column {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .aphront-two-column.aphront-two-column-padded {
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
2013-04-12 00:05:50 +02:00
|
|
|
.device-desktop .aphront-two-column .aphront-main-column {
|
2013-03-11 03:20:01 +01:00
|
|
|
margin-right: 300px;
|
|
|
|
}
|
|
|
|
|
2013-04-12 00:05:50 +02:00
|
|
|
.device-desktop .aphront-two-column .aphront-side-column {
|
2013-03-11 03:20:01 +01:00
|
|
|
width: 300px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2013-04-12 00:05:50 +02:00
|
|
|
.device-desktop .aphront-two-column-centered {
|
|
|
|
width: 980px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .aphront-two-column-centered .aphront-main-column {
|
|
|
|
float: left;
|
|
|
|
width: 820px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .aphront-two-column-centered .aphront-side-column {
|
|
|
|
width: 160px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-03-11 03:20:01 +01:00
|
|
|
.device-phone .aphront-two-column.aphront-two-column-padded {
|
|
|
|
margin: 10px;
|
|
|
|
}
|