2015-07-15 15:35:35 +00:00
|
|
|
.app-files .shareTabView {
|
2015-08-04 13:47:43 +00:00
|
|
|
min-height: 100px;
|
2015-07-15 15:35:35 +00:00
|
|
|
}
|
2015-07-30 22:07:41 +00:00
|
|
|
|
2016-11-17 18:11:49 +00:00
|
|
|
.shareTabView .oneline {
|
|
|
|
white-space: nowrap;
|
|
|
|
position: relative;
|
|
|
|
}
|
2015-07-30 22:07:41 +00:00
|
|
|
|
|
|
|
.shareTabView .shareWithLoading {
|
|
|
|
padding-left: 10px;
|
|
|
|
right: 30px;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
2016-07-08 12:30:32 +00:00
|
|
|
.shareTabView .shareWithRemoteInfo,
|
|
|
|
.shareTabView .clipboardButton {
|
2016-11-17 18:11:49 +00:00
|
|
|
position: absolute;
|
|
|
|
right: -7px;
|
2016-11-17 20:46:07 +00:00
|
|
|
top: -4px;
|
2016-11-17 18:11:49 +00:00
|
|
|
padding: 14px;
|
2015-07-30 22:07:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView label {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView input[type="checkbox"] {
|
2015-09-17 11:17:56 +00:00
|
|
|
margin: 0 3px 0 8px;
|
2015-07-30 22:07:41 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-07-08 12:30:32 +00:00
|
|
|
.shareTabView input[type="text"].shareWithField,
|
2016-07-08 13:23:38 +00:00
|
|
|
.shareTabView input[type="text"].emailField,
|
2016-11-17 18:11:49 +00:00
|
|
|
.shareTabView input[type="text"].linkText,
|
|
|
|
.shareTabView input[type="password"] {
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-right: 32px;
|
|
|
|
text-overflow: ellipsis;
|
2015-07-30 22:07:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView form {
|
|
|
|
font-size: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#shareWithList {
|
2015-09-17 11:17:56 +00:00
|
|
|
list-style-type: none;
|
|
|
|
padding: 0 0 16px;
|
2015-07-30 22:07:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#shareWithList li {
|
2015-09-17 11:17:56 +00:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
2015-07-30 22:07:41 +00:00
|
|
|
font-weight: bold;
|
|
|
|
white-space: normal;
|
2016-11-29 06:05:18 +00:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
2015-07-30 22:07:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#shareWithList .unshare img, #shareWithList .showCruds img {
|
2016-11-15 11:52:22 +00:00
|
|
|
vertical-align: text-bottom; /* properly align icons */
|
2015-07-30 22:07:41 +00:00
|
|
|
}
|
|
|
|
|
2016-11-15 11:52:22 +00:00
|
|
|
#shareWithList .sharingOptionsGroup .icon-more {
|
|
|
|
padding: 7px;
|
|
|
|
vertical-align: middle;
|
|
|
|
opacity: .5;
|
2016-10-03 07:35:54 +00:00
|
|
|
}
|
|
|
|
|
2016-10-29 14:32:15 +00:00
|
|
|
#shareWithList .unshare {
|
2016-11-15 11:52:22 +00:00
|
|
|
padding: 4px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
#shareWithList .unshare .icon {
|
|
|
|
vertical-align: text-top;
|
2016-10-29 14:32:15 +00:00
|
|
|
}
|
|
|
|
|
2016-10-03 07:35:54 +00:00
|
|
|
#shareWithList .unshare .icon-delete {
|
2016-10-29 14:32:15 +00:00
|
|
|
padding-right: 4px;
|
|
|
|
background-position-x: 0;
|
2016-10-03 07:35:54 +00:00
|
|
|
}
|
|
|
|
|
2016-11-15 11:52:22 +00:00
|
|
|
#shareWithList label input[type=checkbox] {
|
2015-07-30 22:07:41 +00:00
|
|
|
margin-left: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
2016-11-15 11:52:22 +00:00
|
|
|
#shareWithList .username {
|
2015-07-30 22:07:41 +00:00
|
|
|
padding-right: 8px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2016-11-15 11:52:22 +00:00
|
|
|
#shareWithList li label {
|
|
|
|
padding: 6px;
|
2015-07-30 22:07:41 +00:00
|
|
|
margin-right: 8px;
|
2016-11-15 11:52:22 +00:00
|
|
|
vertical-align: text-top;
|
2015-07-30 22:07:41 +00:00
|
|
|
}
|
2015-09-12 15:02:03 +00:00
|
|
|
|
|
|
|
.shareTabView .icon-loading-small {
|
2015-09-25 10:11:50 +00:00
|
|
|
display: inline-block;
|
|
|
|
z-index: 1;
|
2015-10-16 13:54:27 +00:00
|
|
|
padding: 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView .shareWithList .icon-loading-small,
|
|
|
|
.shareTabView .linkShareView .icon-loading-small {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2016-10-18 17:43:18 +00:00
|
|
|
.linkShareView {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
2015-10-16 13:54:27 +00:00
|
|
|
.shareTabView .linkPass .icon-loading-small {
|
|
|
|
margin-top: 9px;
|
2015-09-12 15:02:03 +00:00
|
|
|
}
|
2015-10-16 13:54:27 +00:00
|
|
|
|
2016-02-25 16:23:32 +00:00
|
|
|
.shareTabView .icon {
|
|
|
|
background-size: 16px 16px;
|
|
|
|
}
|