.boxShadow(0, 1px, rgba(0, 0, 0, .3), 23px);
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.dialogContainer {
border: 0;
left: 0 !important;
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.dialogTitlebar {
.borderRadius(0);
}
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.dialogContent {
max-height: none !important;
&.top:after {
border-bottom-width: 0;
- border-top-color: rgba(0, 0, 0, .4);
+ border-top-color: rgba(0, 0, 0, .3);
bottom: -10px;
}
&.bottom:after {
- border-bottom-color: rgba(0, 0, 0, .4);
+ border-bottom-color: rgba(0, 0, 0, .3);
border-top-width: 0;
top: -10px;
}
padding: 0 @wcfLayoutFluidGap;
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.layoutFluid {
padding: 0;
}
width: @wcfLayoutFixedWidth;
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.layoutFixed {
width: auto;
}
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.userPanel {
height: auto;
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.logo {
display: none;
}
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.mainMenu {
float: left;
min-height: 38px;
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.navigation {
> ul.navigationIcons,
> ul.navigationItems {
border-top: 1px solid @wcfContainerBorderColor;
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.navigationHeader {
background-color: transparent;
border: 0;
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.footerContent {
margin: 0 @wcfGapMedium;
}
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
/* hide sidebar */
#main {
margin-top: 96px;
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.boxHeadline {
margin-top: @wcfGapSmall;
}
padding: @wcfGapMedium @wcfGapLarge @wcfGapMedium;
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.containerPadding {
padding: @wcfGapSmall;
}
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.containerList {
> li {
padding: @wcfGapSmall;
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.content > .breadcrumbs {
display: none;
}
}
}
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 640px) {
.pageNavigation {
> ul > li {
&:not(.skip):not(.active) {