summaryrefslogtreecommitdiff
path: root/views/style/input.css
blob: bd702f95e812d4fc18909a866ffa2e747b8d3fbb (plain)
1
2
3
4
5
6
7
8
9
10
label {
    width:180px;
    clear:left;
    text-align:right;
    padding-right:10px;
}

input, label {
    float:left;
}