Dominik Schilling
2015-02-09 12:36:28 +00:00
parent 502515974c
commit 941075c8ca
12 changed files with 203 additions and 12 deletions

View File

@@ -344,7 +344,7 @@ body.adding-widget .add-new-widget:before {
width: 300px;
margin: 0;
z-index: 1;
background: #fff;
background: #fff !important;
-webkit-transition: all 0.2s;
transition: all 0.2s;
border-left: 1px solid #dddddd;
@@ -607,3 +607,17 @@ body.adding-widget #customize-preview {
top: 8px;
}
}
@media screen and ( max-width: 640px ) {
body.adding-widget div#available-widgets {
right: 0;
z-index: 10;
width: 100%;
}
#available-widgets-filter {
position: static;
width: 100%;
height: auto;
}
}