blob: 2beb0b8773325bd6f0a7da9c0ee9223be9b5d680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
.edit-name-popover{
max-width: none;
width: 310px;
left: initial !important;
right: 10px;
z-index: 100;
.arrow {
left: 95% !important;
border-width: 7px;
bottom: -8px !important;
}
}
.popover {
border-radius: 0;
.top > .arrow {
bottom: -8px !important;
}
.popover-title {
background-color: transparent;
border-bottom: 2px solid #40b7e4;
margin-left: 20px;
margin-right: 20px;
padding: 8px 14px 8px 0px;
font-family: @font-opensans-medium;
font-weight: bold;
}
.popover-content {
width: inherit;
padding: 9px 20px;
}
.form-group {
margin-top: 9px;
}
.popover-btn {
float:right;
margin-left: 10px;
margin-bottom: 20px;
}
.close-popover-btn {
position: absolute;
top: 11px;
right: 25px;
}
.close-popover-btn:hover {
cursor: pointer;
}
.popover-input {
height: 47px;
margin-bottom:5px;
}
.popover-label {
text-overflow: ellipsis;
display: block;
white-space: nowrap;
margin-bottom: 10px;
font-family: @font-opensans-medium;
color: @main_color_l;
}
.w-sdc-form .i-sdc-form-item {
margin-bottom: 0px;
}
}
|