-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.css
77 lines (64 loc) · 1.18 KB
/
style.css
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
75
76
77
.request-buttons {
margin-bottom: 10px;
margin-left: -7px;
}
.asksos-button {
background-color: #fafafa;
outline: none;
border: 1px solid #e8e8e8;
padding: 7px;
color: #595959;
}
.asksos-button:hover {
cursor: pointer;
background-color: #f3f3f3;
}
.asksos-button.post {
}
.asksos-button.remove {
margin-left: -2px;
}
span.asksos-action-icon {
position: absolute;
cursor: pointer;
color: black;
width:40px;
text-align:center;
opacity: 0.4;
}
span.asksos-action-icon:hover {
opacity: 0.95;
}
span.repost {
left: -38px;
}
span.save {
left: -68px;
}
div#dragbar {
background-color:transparent;
height:100%;
float: right;
width: 2px;
cursor: col-resize;
}
.button-placeholder {
background-color: #c0c0c0;
height: 28px;
width: 2px;
display: inline-block;
vertical-align: middle;
}
.button-container {
display: inline-block;
padding: 2px 6px 2px 4px;
}
.ui-sortable-helper {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
background-color: #f6f6f6;
-webkit-transform-style: preserve-3d;
-webkit-transform: rotateZ(-2deg);
}
.button-container:hover {
cursor: move;
}