Upgrade to Bootstrap 3
This commit is contained in:
parent
2276c289f5
commit
b7f53b8b96
@ -319,12 +319,12 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: initial;
|
overflow: initial;
|
||||||
.box-shadow(0 6px 12px rgba(0,0,0,.175));
|
|
||||||
.collapse-button i {
|
.collapse-button i {
|
||||||
color: @panel-button-color;
|
color: @panel-button-color;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
}
|
}
|
||||||
.panel-content {
|
.panel-content {
|
||||||
|
.box-shadow(0 6px 12px rgba(0,0,0,.175));
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -337,7 +337,7 @@ body {
|
|||||||
|
|
||||||
.menu-panel {
|
.menu-panel {
|
||||||
width: @menu-panel-width !important;
|
width: @menu-panel-width !important;
|
||||||
margin-left: (-@menu-panel-width - 32);
|
margin-left: (-@menu-panel-width - 35);
|
||||||
-webkit-transition: margin-left 0.35s ease;
|
-webkit-transition: margin-left 0.35s ease;
|
||||||
-moz-transition: margin-left 0.35s ease;
|
-moz-transition: margin-left 0.35s ease;
|
||||||
-o-transition: margin-left 0.35s ease;
|
-o-transition: margin-left 0.35s ease;
|
||||||
@ -352,7 +352,7 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.collapse-button {
|
.collapse-button {
|
||||||
right: -80px;
|
right: -83px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
padding: 2px 20px;
|
padding: 2px 20px;
|
||||||
@ -368,7 +368,7 @@ body {
|
|||||||
.document-panel {
|
.document-panel {
|
||||||
right: 0;
|
right: 0;
|
||||||
width: @document-panel-width !important;
|
width: @document-panel-width !important;
|
||||||
margin-right: (-@document-panel-width - 32);
|
margin-right: (-@document-panel-width - 35);
|
||||||
-webkit-transition: margin-right 0.35s ease;
|
-webkit-transition: margin-right 0.35s ease;
|
||||||
-moz-transition: margin-right 0.35s ease;
|
-moz-transition: margin-right 0.35s ease;
|
||||||
-o-transition: margin-right 0.35s ease;
|
-o-transition: margin-right 0.35s ease;
|
||||||
@ -380,7 +380,7 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.collapse-button {
|
.collapse-button {
|
||||||
left: -80px;
|
left: -83px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
padding: 7px 18px;
|
padding: 7px 18px;
|
||||||
|
Loading…
Reference in New Issue
Block a user