}
}
-#content {
- flex: 1 auto;
+.content {
+ flex: 0 0 auto;
+
+ // sidebar follows
+ &:not(:last-child) {
+ flex-basis: calc(100% - 340px);
+ max-width: calc(100% - 340px); // IE fix
+ }
}
.sidebar {
&:first-child {
margin-right: 30px;
}
+
+ & + .content {
+ flex-basis: calc(100% - 340px);
+ max-width: calc(100% - 340px); // IE fix
+
+ // sidebar follows
+ &:not(:last-child) {
+ flex-basis: calc(100% - 680px);
+ max-width: calc(100% - 680px); // IE fix
+ }
+ }
}
-#content + .sidebar {
+.content + .sidebar {
margin-left: 30px;
}
align-items: center;
display: flex;
flex-wrap: wrap;
- padding: 20px 0;
+ padding-top: 20px;
+ padding-bottom: 20px;
}
/* LOGO */
}
}
+ // TESTING
+ > .boxMenuHasChildren > a {
+ padding-right: 30px;
+
+ &::before {
+ border-left: 1px solid $wcfHeaderBackground;
+ bottom: 0;
+ content: "";
+ display: block;
+ position: absolute;
+ right: 22px;
+ top: 0;
+ }
+ }
+ // TESTING
+
.boxMenuDepth1 {
background-color: $wcfHeaderMenuDropdownBackground;
border-bottom: 1px solid $wcfHeaderMenuDropdownBorder;
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputPlaceholder', 'rgba(169, 169, 169, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLayoutFixedWidth', '1200px');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLayoutMaxWidth', '1400px');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLayoutMinWidth', '980px');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLayoutMinWidth', '1240px');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationBackground', 'rgba(52, 73, 94, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationLink', 'rgba(255, 255, 255, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationLinkActive', 'rgba(255, 255, 255, 1)');