To 2.1.2
This commit is contained in:
parent
077f2e600c
commit
7a93acd803
Binary file not shown.
After Width: | Height: | Size: 376 B |
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
|
@ -184,6 +184,21 @@ body.admin {
|
||||||
.drawer .drawer__inner {
|
.drawer .drawer__inner {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
height:inherit;
|
height:inherit;
|
||||||
|
background:$win95-bg;
|
||||||
|
}
|
||||||
|
|
||||||
|
.drawer:after {
|
||||||
|
display:block;
|
||||||
|
content: " ";
|
||||||
|
|
||||||
|
position:absolute;
|
||||||
|
bottom:15px;
|
||||||
|
left:15px;
|
||||||
|
width:132px;
|
||||||
|
height:117px;
|
||||||
|
background-image:url("../images/clippy_wave.gif"), url("../images/clippy_frame.png");
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position: 4px 20px, 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer__pager {
|
.drawer__pager {
|
||||||
|
@ -1182,6 +1197,10 @@ body.admin {
|
||||||
background-color:$win95-bg;
|
background-color:$win95-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column .static-content.getting-started {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
.account__header {
|
.account__header {
|
||||||
background-color:#7f7f7f;
|
background-color:#7f7f7f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue