1.ibfr { float: right; display: inline-block; }
2.mobile { display: none !important; }
3
4@media screen and (max-width: 650px) {
5	.menublock, .desktop, .ibfr { display: none; }
6	.contentblock { width: 90% !important }
7	.wideronmobile { width: 90% !important; position: initial !important; }
8    .mobile { display: block !important; }
9    .headerbar img { margin-left: 2em; }
10    .drawer-hamburger { margin-top: 1em; }
11    .drawer-nav { z-index: 3 !important; }
12    .thumbshere { line-height: 1.85em; margin-right: 0px; }
13    .sitename { padding-left: 2.35em; }
14    button { margin: 12px 8px; }
15    .ifbr { float: none !important; }
16    .notify { font-weight: normal; }
17
18
19    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
20
21    background-color: @hamburgercolour !important;
22    }
23}
24
25
26/* media manager and config manager for mobile */
27@media screen and (max-width: 1000px){
28  fieldset,
29  #mediamanager__page,
30  #mediamanager__page .filelist{
31    max-width: 100%; min-width: unset;
32  }
33  #mediamanager__page .file,
34  #mediamanager__page .namespaces,
35  #mediamanager__page .panel {
36    width: 100%; clear: both; float: none;
37  }
38
39/* #mediamanager__page .namespaces { min-width: unset; } */
40
41  /*.page li, .page dd { margin: 1.35em 0px !important; display: block; }*/
42  #config__manager tr { }
43  #config__manager td { display: block;  padding: 1.15em 0px; max-width: 75%;  }
44  #config__manager fieldset {  margin: 1em 0px; width: 100%; box-sizing: border-box; }
45
46     /* make <select> not exceed it's parent div's width */
47    /* https://stackoverflow.com/q/44810056/337306 */
48    div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
49
50  fieldset { width: unset; }
51  #config__manager fieldset td.value { width: unset; }
52  td.label { word-wrap: anywhere; }
53
54  #config__manager td .input,
55  #config__manager fieldset td.value,
56  input, textarea,
57  #config__manager td input.edit,
58  #config__manager td textarea.edit {
59    max-width: 100%;
60    width: auto;
61  }
62}
63
64