summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media/styles.css
blob: 23217b791e15d6240cda8d9e4bd33b35904fe6eb (plain)
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
#language-form{
    display: none;
}

/* à adapter */
#message,
#message div{
    display: none;
}

#message {
    z-index: 42200;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    padding: 0.5em 1em;
    border: 1px solid;
    border-radius: 3px;
}

#message span{
    padding: 0 1em;
}

div#footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 101;
}

div#validation-bar{
    padding: 5px 0;
}

div#foot{
    font-size: 0.75em;
    text-align: center;
    padding: 0.2em;
}