File: style.css

package info (click to toggle)
mumble-django 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,148 kB
  • ctags: 1,763
  • sloc: python: 4,589; sh: 167; sql: 160; makefile: 6; xml: 5
file content (31 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (3)
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

form input, form textarea {
	background-color: lightgrey;
	border: 1px solid darkgrey;
	margin: 5px 0;
	min-width: 330px;
	padding: 2px;
	padding-left: 3px;
}

form input[type=submit] {
	margin-left: 30px;
	padding: 5px;
	min-width: 150px;
}

div.profile ul {
	list-style-type: disc;
	padding-left: 20px;
}

h2.profile {
	margin-bottom: 10px;
	font-size: 16pt;
}

div.profile h4 {
	margin-bottom: 8px;
	font-size: 12pt;
}