Merge pull request #1 from shackbarth/keith1
[xtuple] / lib / enyo-x / source / less / address.less
1
2 .xv-addresswidget {
3   background-color: @white;
4   padding: 4px;
5   .xv-addresswidget-viewer {
6     border: 0;
7     font-size: medium;
8     display: inline;
9     &.placeholder {
10       font-style: italic;
11       color: @blue-gray;
12     }
13     &.disabled {
14       color: @dim-gray;
15     }
16   }
17
18   .xv-addresswidget-buttons {
19     margin-top: 4px;
20     .xv-addresswidget-button {
21       margin-right: 4px;
22     }
23   }
24 }
25
26 .xv-addresswidget-input-decorator, .xv-addresswidget-combobox-decorator {
27   background: @white;
28   display: block;
29   margin: 4px;
30   input {
31     width: 100%;
32   }
33   .enyo-fittable-columns-layout > * {
34       vertical-align: middle;
35   }
36   &.short {
37     width: 40%;
38   }
39 }
40 .xv-addresswidget-combobox-decorator {
41   width: 60%;
42 }
43
44 .xv-button-section {
45   .xv-addresswidget-buttons {
46     margin: 0;
47     background-color: @charcoal;
48   }
49 }
50
51 .xv-addresswidget-editor-header {
52   padding: 4px;
53 }
54
55 .xv-addresswidget-editor {
56   width: 320px;
57   padding: 8px;
58   padding-right: 16px;
59 }
60
61 .xv-addresslist-attr {
62   padding: 5px;
63   font-size: 13px;
64   white-space: normal;
65   overflow: auto;
66   color: @black;
67   background-color: @white;
68 }