summaryrefslogtreecommitdiff
path: root/static/style/benki.css
blob: 3904f4745ade823418b13ae660cbdbfc7c8505be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#login-message {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    outline: solid 1px #000;
    margin: 1em;
    font-style: oblique;
}

.logged-in-as {
    padding: 0.5em 1em 0.5em 1em;
    background-color: green;
}

.not-logged-in {
    padding: 0.5em 1em 0.5em 1em;
    background-color: yellow;
}