30b4140c3a945345ca15c5885f90f8b6e7103d9e
[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     &.hyperlink {
14       color: @blue;
15     }
16     &.disabled {
17       color: @dim-gray;
18     }
19   }
20
21   .xv-addresswidget-buttons {
22     margin-top: 4px;
23     .xv-addresswidget-button {
24       margin-right: 4px;
25     }
26   }
27 }
28
29 .xv-addresswidget-input-decorator, .xv-addresswidget-combobox-decorator {
30   background: @white;
31   display: block;
32   margin: 4px;
33   input {
34     width: 100%;
35   }
36   .enyo-fittable-columns-layout > * {
37       vertical-align: middle;
38   }
39   &.short {
40     width: 40%;
41   }
42 }
43 .xv-addresswidget-combobox-decorator {
44   width: 60%;
45 }
46
47 .xv-button-section {
48   .xv-addresswidget-buttons {
49     margin: 0;
50     background-color: @charcoal;
51   }
52 }
53
54 .xv-addresswidget-editor-header {
55   padding: 4px;
56 }
57
58 .xv-addresswidget-editor {
59   width: 320px;
60   padding: 8px;
61   padding-right: 16px;
62 }
63
64 .xv-addresslist-attr {
65   padding: 5px;
66   font-size: 13px;
67   white-space: normal;
68   overflow: auto;
69   color: @black;
70   background-color: @white;
71 }