This repository was archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathshare.css
More file actions
173 lines (147 loc) · 3.05 KB
/
Copy pathshare.css
File metadata and controls
173 lines (147 loc) · 3.05 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
This file is licensed under the Affero General Public License version 3 or later.
See the COPYING-README file. */
#dropdown {
display: block;
background: #fff;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-left: 1px solid rgb(235, 235, 235);
border-bottom: 1px solid rgb(235, 235, 235);
box-shadow: 0 1px 10px rgba(150, 150, 150, 0.75);
margin-right: 0;
position: absolute;
right: 0;
width: 420px;
z-index: 500;
padding: 16px;
top: 44px;
left: auto;
}
#dropdown.shareDropDown .unshare.icon-loading-small {
margin-top: 1px;
}
#dropdown.shareDropDown .shareWithLoading,
#dropdown.shareDropDown .linkShare .icon-loading-small {
display: inline-block !important;
padding-left: 10px;
}
#dropdown.shareDropDown .shareWithLoading {
position: absolute;
padding: 11px;
right: 17px;
top: 18px;
}
#dropdown.shareDropDown .icon-loading-small.hidden {
display: none !important;
}
#dropdown .shareWithRemoteInfo {
padding: 11px;
right: 17px;
top: 18px;
}
#dropdown .avatar {
margin-right: 8px;
display: inline-block;
overflow: hidden;
vertical-align: middle;
width: 32px;
height: 32px;
}
#dropdown label {
font-weight:400;
white-space: nowrap;
}
#dropdown input[type="checkbox"] {
margin:0 3px 0 8px;
vertical-align: middle;
}
a.showCruds {
display:inline;
opacity:.5;
}
#shareWithList > li > a.unshare {
display:inline;
float:right;
opacity:.5;
padding:5px 0 0 5px !important;
margin-top:-5px;
}
#link {
border-top:1px solid #ddd;
padding-top:8px;
}
#dropdown input[type="text"],#dropdown input[type="password"] {
width: 100%;
padding-right: 44px;
text-overflow: ellipsis;
}
#dropdown input#linkText.no-menu-item {
padding-right: 6px;
}
#dropdown form {
font-size: 100%;
margin-left: 0;
margin-right: 0;
}
#linkText,#linkTextMore,#linkPass,#expiration,
/* Override "display: inline-block" rule for controls in server */
#controls #linkText,#controls #linkTextMore {
display:none;
}
#linkText-container {
position: relative;
}
#linkTextMore,
.shareWithRemoteInfo {
position: absolute;
right: 0;
top: 0;
margin: 0 !important;
background-color: transparent;
border: none;
}
#slideshow #linkTextMore {
padding: 17px;
}
#controls #linkSocial {
right: -3px;
}
#slideshow #linkSocial {
right: -6px;
}
#linkSocial .icon {
background-size: 16px;
}
#link #showPassword img {
padding-left:5px;
width:12px;
}
.reshare,#link label,
#expiration label {
display: inline-block;
padding: 6px 4px;
}
a.showCruds:hover,a.unshare:hover {
opacity:1;
}
#defaultExpireMessage, /* fix expire message going out of box */
.reshare { /* fix shared by text going out of box */
white-space:normal;
}
#defaultExpireMessage { /* show message on new line */
display: block;
padding-left: 4px;
/* TODO: style the dropdown in a proper way - border-box, etc. */
width: 90%;
}
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
max-height:103px;
overflow-y:auto;
overflow-x:hidden;
}
.notCreatable {
padding-left: 12px;
padding-top: 12px;
color: #999;
}