Reintegrating css changes from master

This commit is contained in:
jdescottes
2013-07-14 23:18:03 +02:00
parent 032c8c4485
commit 4e1deee851
2 changed files with 54 additions and 49 deletions

View File

@@ -73,16 +73,18 @@ body {
}
.sticky-section {
display: table;
height: 100%;
position: fixed;
top: 0;
bottom: 0;
z-index: 1000;
}
.sticky-section .wrap,
.sticky-section .drawer {
.sticky-section .sticky-section-wrap {
display: table;
height: 100%;
}
.sticky-section .vertical-centerer {
display: table-cell;
vertical-align: middle;
}
@@ -98,7 +100,7 @@ body {
.right-sticky-section.sticky-section {
right: 0;
width: 50px;
width: 47px;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;