summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/style.css
blob: f2dbce70cba47719a4128cd3226345099035efdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#configurationTable {
    table-layout: fixed;
    width: 100%;
}

#configurationTable th, #configurationTable td {
    word-wrap: break-word
}

.width40 {
    width: 40%;
}

.width10 {
    width: 10%;
}