summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media/styles.css
blob: 844d089b2f38743015acf575f3f7da5c74d9a094 (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
/* colors */

small{
    color: #666;
}


#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;
}