##// END OF EJS Templates
ui: ensure header doesn't float in smaller screens.
marcink -
r3877:92253f57 default
parent child Browse files
Show More
@@ -239,6 +239,7 b' input.inline[type="file"] {'
239 239 // for the header and then remove the min-height. I chose a smaller value
240 240 // intentionally here to avoid rendering issues in the main navigation.
241 241 min-height: 49px;
242 min-width: 1024px;
242 243
243 244 position: relative;
244 245 vertical-align: bottom;
@@ -1069,6 +1070,9 b' label {'
1069 1070 a {
1070 1071 color: @grey5
1071 1072 }
1073 @media screen and (max-width: 1200px) {
1074 display: none;
1075 }
1072 1076 }
1073 1077
1074 1078 img {
General Comments 0
You need to be logged in to leave comments. Login now