Issue #23853: Incorporated widget-refactor logic into ContactWidget
[xtuple] / lib / enyo-x / source / less / relations.less
1 /**
2   Styles relating to RelationWidgets
3 */
4
5   .xv-relationwidget-completer {
6    left: -200px;
7    top: 15px;
8   }
9
10   .xv-completer-sidecar {
11    color: @blue-gray;
12   }
13
14   .xv-relationwidget-icon {
15    top: 1px;
16    left: 8px;
17    height: 30px;
18    position: relative;
19   }
20
21   .xv-private-item-site-widget {
22    border-bottom-color: rgb(170, 170, 170);
23    border-bottom-width: 1px;
24    border-bottom-style: solid;
25   }
26
27   /* RelationsEditorBox */
28   .xv-relations-editor-box {
29    .xv-groupbox {
30      margin-right: 0;
31      padding: 0;
32      border: none;
33    }
34    &.panel {
35      width: 350px;
36    }
37   }
38
39   /* ListRelationsBox */
40   .xv-list-relations-box {
41    &.panel {
42      width: 625px;
43    }
44   }
45
46   .xv-short-relations-box {
47    &.panel {
48      width: 500px;
49    }
50   }