summaryrefslogtreecommitdiff
path: root/stashbox/static/main.css
blob: 62ff181da79e1a94d9c0336c518f9bbf0dbbaca4 (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
h1 {
    margin: 5px 0 10px 0;
    font-weight: normal;
}

th {
    text-align: left;  
}

td {
    padding: 3px 10px;
}

.main {
    float: left;
}

.right {
    float: right;
    background-color: #ddd;
    padding: 10px;
}

select {
    width: 15em;
}