summaryrefslogtreecommitdiffstats
path: root/public/media/css/fbgui.css
blob: 6bea801528082cf91a4d0dda6fe190ced1d3cbd2 (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
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
.menu {
    font-size: 10.5px;
    padding:14px;
    float:none;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid transparent ;
}

div.menu>img {
    float: left;
    margin: 5px 10px 5px 5px;
}

.menu h2 {
    color:#000033;
    text-align:left !important;
    display:block;
    font-size:14px;
}

.flex {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.selected {
    border: 1px solid #9999FF !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #F2F2FF !important;
}

.right{
    text-align:right;
    width:100%;
}

.middle{
    width:100%;
    text-align: center;
}

.left{
    width:100%;
    text-align: left;
}

#downloadinfo .downloadelement{
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
#downloadinfo .downloadelement .label{
	float:left;
	padding:5px;
	width:120px;
}
#downloadinfo .downloadelement .status{
	margin-left:125px;
	padding:3px 5px 5px 5px;
}
.progressbar{margin-left:125px !important;margin-top:5px;}

.fbguilogin{
	background: url("/media/img/login.png") no-repeat scroll 5px center #FFFFFF;
	padding:5px 5px 5px 45px;
	color:#777777;
	border:1px solid #CCCCCC;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}
.fbguistart{
	background: url("/media/img/arrow-green.png") no-repeat scroll 5px center #FFFFFF;
	padding:5px 5px 5px 35px;
	color:#777777;
	border:1px solid #CCCCCC;
	height:40px;
	width:180px;
	cursor:pointer;
	margin-top:10px;
	float:right;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}
.headling{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	margin-top:20px;
}
.selectswitch{
	cursor:default !important;
}