Lines Matching refs:width
2 @media screen and (max-width: 1000px) {
3 #header, #page, #menu { width: 100% !important; }
4 #content { width: 70%; }
5 #sidebarelement { width: 30%; box-sizing: border-box; }
6 #search-text { width: 60%; }
9 @media screen and (max-width: 700px) {
11 #sidebarelement { float: left; clear: both; width: 90%; }
12 #header, #page, #content, #menu { width: 100% !important; }
20 @media screen and (max-width: 700px) {
27 @media screen and (max-width: 480px){
31 max-width: 100%; min-width: unset;
36 width: 100%; clear: both; float: none;
40 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
42 .dokuwiki fieldset { width: unset; }
43 #config__manager fieldset { width: 100%; box-sizing: border-box; }
45 /* make <select> not exceed it's parent div's width */
47 div.input { display: flex; } select { width: 100%; flex-shrink: 1; }
49 #config__manager fieldset td.value { width: unset; }
54 max-width: 100%;
55 width: unset;