Feature #13842 » mobile.css
1 |
/*
|
---|---|
2 |
* Changes for smartphones, tablets, etc.
|
3 |
*/
|
4 |
body { min-width: 200px !important; } |
5 |
#login-form input#username, #login-form input#password { width: 100px !important; } |
6 |
select#issue_done_ratio { width: 10em !important; } |
7 |
.tabular.settings label{ width: 100px !important; } |
8 |
#attachments_fields input.description { width:100x !important;} |
9 |
#parent_issue_candidates ul li {width: 100px !important;} |
10 |
#related_issue_candidates ul li {width: 100px !important;} |
11 |
.splitcontentleft{float:none !important; width:99% !important;} |
12 |
.splitcontentright{float:none !important; width:99% !important;} |
13 |
#quick-search { float:none !important; margin-left: auto; margin-right: 0; } |
14 |
h1 { font-size: 120% !important; padding-top: 5px; padding-bottom: 10px; } |
15 |
h2 { font-size: 110% !important; } |
16 |
h3 { font-size: 105% !important; } |
17 |
#main-menu { |
18 |
position: relative !important; |
19 |
display: inline !important; |
20 |
width: 100% !important; |
21 |
padding-top: 1em; |
22 |
margin-bottom: -1em; |
23 |
}
|
24 |
#header { height: auto !important; } |
25 |
#quick-search select { width: 10em !important; } |
26 |
#main-menu li {float: none; display: inline; } |
27 |
#main-menu li a { display: inline; padding: 4px 4px 4px 4px !important; } |
28 |
#top-menu { padding-bottom: 10px !important;} |
29 |
#sidebar { float: none; margin-left: auto; } |
30 |
#content { width: 90%; } |