summaryrefslogtreecommitdiffstats
path: root/public/media/css/fbgui.css
blob: ceae559638908cf1b7eaa54448df79f03e632168 (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
.menu {
    font-size: 10.5px;
    padding:14px;
    float:none;
}

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;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #F2F2FF;
}

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

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

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