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;
|
2017-02-21 23:26:45 +00:00
|
|
|
right: 35px;
|
|
|
|
top: 0px;
|
2015-07-30 22:07:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-08 12:30:32 +00:00
|
|
|
.shareTabView .shareWithRemoteInfo,
|
2017-04-23 22:07:20 +00:00
|
|
|
.shareTabView .clipboardButton,
|
|
|
|
.shareTabView .linkPass .icon-loading-small {
|
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
|
|
|
}
|
|
|
|
|
2017-03-03 12:27:06 +00:00
|
|
|
.shareTabView .linkMore {
|
|
|
|
position: absolute;
|
|
|
|
right: -7px;
|
|
|
|
top: -4px;
|
|
|
|
padding: 14px;
|
|
|
|
}
|
|
|
|
|
2017-03-15 04:50:32 +00:00
|
|
|
/* fix the popup menu because the button is shifted and then the menu is not aligned */
|
|
|
|
.shareTabView .popovermenu.socialSharingMenu {
|
|
|
|
right: -7px;
|
|
|
|
}
|
|
|
|
|
2017-03-03 12:27:06 +00:00
|
|
|
.shareTabView .popovermenu .clipboardButton {
|
|
|
|
position: relative;
|
2017-03-15 04:50:32 +00:00
|
|
|
top: initial;
|
|
|
|
right: initial;
|
|
|
|
padding: 18px 0 18px 36px;
|
2017-03-03 12:27:06 +00:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2017-01-21 18:02:48 +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
|
|
|
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-12-02 16:44:35 +00:00
|
|
|
padding: 1px 6px;
|
2016-11-15 11:52:22 +00:00
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
#shareWithList .unshare .icon {
|
|
|
|
vertical-align: text-top;
|
2016-10-29 14:32:15 +00:00
|
|
|
}
|
|
|
|
|
2016-12-02 16:52:40 +00:00
|
|
|
#shareWithList .sharingOptionsGroup .popovermenu:after {
|
|
|
|
right: 3px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
2017-01-21 18:02:48 +00:00
|
|
|
#shareWithList li .sharingOptionsGroup > .shareOption > label {
|
2016-11-15 11:52:22 +00:00
|
|
|
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;
|
2016-12-02 17:00:49 +00:00
|
|
|
margin-right: 4px;
|
|
|
|
vertical-align: text-top;
|
2015-10-16 13:54:27 +00:00
|
|
|
}
|
|
|
|
|
2016-12-02 17:00:49 +00:00
|
|
|
.shareTabView .shareWithList .icon-loading-small:not(.hidden) + span,
|
|
|
|
.shareTabView .linkShareView .icon-loading-small:not(.hidden) + input + label:before {
|
|
|
|
/* Hide if loader is visible */
|
|
|
|
display: none !important;
|
2015-10-16 13:54:27 +00:00
|
|
|
}
|
|
|
|
|
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 {
|
2017-04-23 22:07:20 +00:00
|
|
|
margin-right: 0px;
|
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;
|
|
|
|
}
|