File: mobile.css

package info (click to toggle)
webcit 8.24-dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,888 kB
  • ctags: 4,214
  • sloc: ansic: 33,336; sh: 4,468; makefile: 340; xml: 90; sed: 9
file content (70 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*
 * Copyright 2005 - 2009 The Citadel Team
 * Licensed under the GPL V3
 * styles for mobile clients
 */
body {
}
#button li {
	display: inline; 
	padding-right: 5px;
}
#button li img {
	display: none;
}
img {
	border: none;
	text-decoration: none;
}
#message_list div div {
	border-bottom: 1px dotted black;
	padding: 5px 5px 5px 5px;
	/* background-color: white; */
}
.subject {
	color: gray;
}
body[orient="portrait"] {
	max-width: 320px;
}
body {
	font-family: sans-serif;
	font-size: 11px;
}
.msgview {
	display: none;
	background-color: white !important;
}
.message_content {
    background-color: white;
}
#login_form label, #login_form input, #login_form select, #login_form div{
	display: list-item;
	text-align: center !important;
	margin: 0px auto;
}
#navbar ul li {
	display: inline;
	padding-right: 5px;
}
#navbar ul li img {
	vertical-align: middle;
}
#navbar ul li a {
	text-decoration: none;
}
.sticky {
    background-color: gray;
    border: 1px solid black;
    width: 100%;
}
#vcontent {
}
.roomname {
	background-color: #022750;
	color: white;
	border-radius: 5px;
}
.roomname img{
	vertical-align: middle;
}