fixed most widgets, grid still broken
[xtuple] / lib / enyo-x / source / less / characteristics.less
1 /**
2   Characteristics
3 */
4
5 .xv-characteristics-widget {}
6
7 .xv-characteristic-picker {
8   border: none;
9   .onyx-picker-decorator .onyx-button {
10     width: 130px;
11   }
12 }
13
14 .xv-characteristic-item {
15   border-bottom: 1px solid @smoke;
16   .onyx-input-decorator > input {
17     width: 115px;
18     margin-top: 10px;
19     margin-bottom: 10px;
20   }
21   > .xv-input {
22     border: none;
23   }
24 }
25
26 .xv-characteristic-buttons {
27   margin: 8px;
28 }
29
30 .xv-characteristic-button {
31   margin-left: 4px;
32   color: @slate-blue;
33   font-size: 24px;
34 }