RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / base / portlets.css
1 table.myrt {
2     width: 100%;
3 }
4
5 table.dashboard {
6     width: 100%;
7     border: 0;
8 }
9
10 .quick-create .select-queue {
11    width: 12em;
12 }
13
14 .quick-create input[type="text"], .quick-create textarea {
15     width: 100%;
16
17 }