|
|
@@ -45,7 +45,7 @@ body.kibela {
|
|
|
|
|
|
.kibela-block {
|
|
|
position: relative;
|
|
|
- top: 20px;
|
|
|
+ top: 10px;
|
|
|
right: 100px;
|
|
|
bottom: 0px;
|
|
|
left: 0px;
|
|
|
@@ -124,10 +124,13 @@ body.kibela {
|
|
|
+ 1px // .page-editor-footer border-top
|
|
|
+ 60px; // .page-editor-footer min-height
|
|
|
|
|
|
- @include expand-editor($header-plus-footer);
|
|
|
+ @include expand-editor($header-plus-footer, 10px);
|
|
|
|
|
|
.kibela-block {
|
|
|
+ top: 0px;
|
|
|
max-width: unset;
|
|
|
+ padding-top: 0px;
|
|
|
+ border: 0px;
|
|
|
}
|
|
|
|
|
|
.tab-content {
|
|
|
@@ -158,9 +161,3 @@ body.kibela {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-.on-edit {
|
|
|
- .kibela-block {
|
|
|
- border: 0px;
|
|
|
- }
|
|
|
-}
|