summaryrefslogtreecommitdiff
path: root/rt/share/static/css/base/portlets.css
blob: e0cc9dfb86b2b5b55fc8f8b3d6526e5ee672985b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
table.myrt {
    width: 100%;
}

table.dashboard {
    width: 100%;
    border: 0;
}

.quick-create .select-queue {
   width: 12em;
}

.quick-create input[type="text"], .quick-create textarea {
    width: 100%;

}