more font size tweaks.
[citadel.git] / webcit / static / styles / mobile.css
1 /*
2  * Copyright 2005 - 2009 The Citadel Team
3  * Licensed under the GPL V3
4  * styles for mobile clients
5  */
6 body {
7 }
8 #button li {
9         display: inline; 
10         padding-right: 5px;
11 }
12 #button li img {
13         display: none;
14 }
15 img {
16         border: none;
17         text-decoration: none;
18 }
19 #message_list div div {
20         border-bottom: 1px dotted black;
21         padding: 5px 5px 5px 5px;
22         /* background-color: white; */
23 }
24 .subject {
25         color: gray;
26 }
27 body[orient="portrait"] {
28         max-width: 320px;
29 }
30 body {
31         font-family: sans-serif;
32         font-size: 11px;
33 }
34 .msgview {
35         display: none;
36         background-color: white !important;
37 }
38 .message_content {
39     background-color: white;
40 }
41 #login_form label, #login_form input, #login_form select, #login_form div{
42         display: list-item;
43         text-align: center !important;
44         margin: 0px auto;
45 }
46 #navbar ul li {
47         display: inline;
48         padding-right: 5px;
49 }
50 #navbar ul li img {
51         vertical-align: middle;
52 }
53 #navbar ul li a {
54         text-decoration: none;
55 }
56 .sticky {
57     background-color: gray;
58     border: 1px solid black;
59     width: 100%;
60 }
61 #vcontent {
62 }
63 .roomname {
64         background-color: #022750;
65         color: white;
66         border-radius: 5px;
67 }
68 .roomname img{
69         vertical-align: middle;
70 }