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


small{
    color: #666;
}


/* à 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;
}