summaryrefslogtreecommitdiffstats
path: root/main/survey/skins/glasovanje/Modern.css
blob: a081a28acc7ac8753369b953419c560a3120fa3a (plain) (blame)
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
.glas_settings_title p{
	padding: 5px 0 !important;
	
	/*font-size: 14px;
	font-weight: bold;*/
}

#graph{
	width: 340px; 
	height: 2px; 
	background-color: #BBBBBB; 
	border: 1px #888888 solid;
}

#graph .graph_fill{
	height: 2px; 
	background-color: #ff0000;
}

.spol{
	margin: 20px 0 0 0;
	font-weight: bold;
}
.spol table tr td{
	vertical-align: bottom;
}
.spol_buttons{
	width: 330px;
	margin: 10px;
	
	text-align: center;
}
.spol_buttons input{
	width: 80px;
	margin: 0 2px 0 2px;
    padding: 2px;
}
.spol_buttons input.active{
	font-weight: bold;
	color: #bb0000;
}

#arhiv a:link{text-decoration: none; color: #bb0000;}
#arhiv a:visited{text-decoration: none; color: #bb0000;}
#arhiv a:active{text-decoration: none; color: #bb0000;}
#arhiv a:hover{text-decoration: none; color: #ff5555;}