summaryrefslogtreecommitdiff
path: root/css/main.css
blob: 8a36e99cbd28dca74a2d03f65300347a768c7141 (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
/* override bootstrap */
.btn-large {
    padding: 8px 19px !important;
}
/* main styles */
#job-application input[type=text],
#job-application select {
    width: 55%;
}
#job-description legend,
#job-application legend {
    text-align: center;
}
#quick-links {
    position: fixed;
    left: 45px;
    top: 250px;
}
.sync-msg {
    font-size: .8em;
}
.messages.success {
    background: lightgreen;
}