-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
executable file
·114 lines (92 loc) · 1.51 KB
/
main.css
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/* Main */
body {
width: 80%;
margin-left: auto;
margin-right: auto;
}
/* General stuff */
.ui-autocomplete {
max-height: 200px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
.dialog_p {
font-size: 80%;
}
.ui-dialog-buttonset{
font-size: 11px;
}
/* Tab 2 */
div.group_photo_div {
margin: 5px;
display: block;
}
.user_photo_div {
margin: 5px;
display: block;
}
div.tagged_div {
/* float: right;
margin-left: 2px;
*/
}
a.image_tag {
display: block;
margin-left: 2px;
margin-top: 2px;
}
#album_url {
width : 300px ;
}
#progressbar {
/*
width: 30%;
position : fixed;
top : 350px ;
left : 600px;
*/
width: 500px;
height: 40px;
position: absolute;
top: 50%;
left: 35%;
margin-left: -(500/2)px;
margin-top: -(40/2)px;
}
}
/* Tab 3 */
.stats_h {
font-size: 120%;
font-weight: bold;
}
#general_results {
border-bottom: 2px solid;
}
#my_results {
border-top: 2px solid;
padding-top: 12px;
}
#show_stats {
width: 400px;
height: 400px;
font-size: 40px;
margin: 0 auto;
display: inherit;
}
#group_charts {
margin-left : 23%;
}
#group_selection_span {
display: block;
margin-left: 37%;
margin-bottom: 10px;
}
#spinner_span {
display: inline-block;
margin-left: 40%;
margin-top: 10px;
}
#spinner {
width : 100px;
}