2015-07-15 11:35:35 -04:00
|
|
|
.app-files .shareTabView {
|
2015-08-04 09:47:43 -04:00
|
|
|
min-height: 100px;
|
2015-07-15 11:35:35 -04:00
|
|
|
}
|
2015-07-30 18:07:41 -04:00
|
|
|
|
2016-11-17 13:11:49 -05:00
|
|
|
.shareTabView .oneline {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2015-07-30 18:07:41 -04:00
|
|
|
|
|
|
|
|
.shareTabView .shareWithLoading {
|
|
|
|
|
padding-left: 10px;
|
2017-02-21 18:26:45 -05:00
|
|
|
right: 35px;
|
|
|
|
|
top: 0px;
|
2015-07-30 18:07:41 -04:00
|
|
|
}
|
|
|
|
|
|
2017-11-16 11:27:20 -05:00
|
|
|
.shareTabView .shareWithConfirm,
|
2018-01-24 10:27:51 -05:00
|
|
|
.shareTabView .clipboardButton,
|
2017-04-23 18:07:20 -04:00
|
|
|
.shareTabView .linkPass .icon-loading-small {
|
2016-11-17 13:11:49 -05:00
|
|
|
position: absolute;
|
|
|
|
|
right: -7px;
|
2017-11-16 11:27:20 -05:00
|
|
|
top: -2px;
|
2016-11-17 13:11:49 -05:00
|
|
|
padding: 14px;
|
2015-07-30 18:07:41 -04:00
|
|
|
}
|
|
|
|
|
|
2017-11-16 11:27:20 -05:00
|
|
|
.shareTabView .shareWithConfirm {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shareTabView .shareWithField:focus ~ .shareWithConfirm {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-03 07:27:06 -05:00
|
|
|
.shareTabView .linkMore {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: -7px;
|
|
|
|
|
top: -4px;
|
|
|
|
|
padding: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-15 00:50:32 -04: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 07:27:06 -05:00
|
|
|
.shareTabView .popovermenu .clipboardButton {
|
|
|
|
|
position: relative;
|
2017-03-15 00:50:32 -04:00
|
|
|
top: initial;
|
|
|
|
|
right: initial;
|
2018-01-24 10:27:51 -05:00
|
|
|
padding: 0;
|
2017-03-03 07:27:06 -05:00
|
|
|
}
|
|
|
|
|
|
2015-07-30 18:07:41 -04:00
|
|
|
.shareTabView label {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shareTabView input[type="checkbox"] {
|
2015-09-17 07:17:56 -04:00
|
|
|
margin: 0 3px 0 8px;
|
2015-07-30 18:07:41 -04:00
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-08 08:30:32 -04:00
|
|
|
.shareTabView input[type="text"].shareWithField,
|
2016-07-08 09:23:38 -04:00
|
|
|
.shareTabView input[type="text"].emailField,
|
2016-11-17 13:11:49 -05: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 18:07:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shareTabView form {
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#shareWithList {
|
2015-09-17 07:17:56 -04:00
|
|
|
list-style-type: none;
|
|
|
|
|
padding: 0 0 16px;
|
2015-07-30 18:07:41 -04:00
|
|
|
}
|
|
|
|
|
|
2017-01-21 13:02:48 -05:00
|
|
|
#shareWithList > li {
|
2015-09-17 07:17:56 -04:00
|
|
|
padding-top: 5px;
|
|
|
|
|
padding-bottom: 5px;
|
2015-07-30 18:07:41 -04:00
|
|
|
white-space: normal;
|
2016-11-29 01:05:18 -05:00
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
2015-07-30 18:07:41 -04:00
|
|
|
}
|
|
|
|
|
|
2017-11-07 12:04:07 -05:00
|
|
|
#shareWithList .unshare img {
|
2016-11-15 06:52:22 -05:00
|
|
|
vertical-align: text-bottom; /* properly align icons */
|
2015-07-30 18:07:41 -04:00
|
|
|
}
|
|
|
|
|
|
2017-11-07 12:04:07 -05:00
|
|
|
#shareWithList .sharingOptionsGroup > a .icon {
|
2016-11-15 06:52:22 -05:00
|
|
|
padding: 7px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
opacity: .5;
|
2016-10-03 03:35:54 -04:00
|
|
|
}
|
|
|
|
|
|
2016-12-02 11:52:40 -05:00
|
|
|
#shareWithList .sharingOptionsGroup .popovermenu:after {
|
|
|
|
|
right: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 06:52:22 -05:00
|
|
|
#shareWithList label input[type=checkbox] {
|
2015-07-30 18:07:41 -04:00
|
|
|
margin-left: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2016-11-15 06:52:22 -05:00
|
|
|
#shareWithList .username {
|
2015-07-30 18:07:41 -04:00
|
|
|
padding-right: 8px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2017-01-21 13:02:48 -05:00
|
|
|
#shareWithList li .sharingOptionsGroup > .shareOption > label {
|
2016-11-15 06:52:22 -05:00
|
|
|
padding: 6px;
|
2015-07-30 18:07:41 -04:00
|
|
|
margin-right: 8px;
|
2016-11-15 06:52:22 -05:00
|
|
|
vertical-align: text-top;
|
2015-07-30 18:07:41 -04:00
|
|
|
}
|
2015-09-12 11:02:03 -04:00
|
|
|
|
|
|
|
|
.shareTabView .icon-loading-small {
|
2015-09-25 06:11:50 -04:00
|
|
|
display: inline-block;
|
|
|
|
|
z-index: 1;
|
2016-12-02 12:00:49 -05:00
|
|
|
vertical-align: text-top;
|
2015-10-16 09:54:27 -04:00
|
|
|
}
|
|
|
|
|
|
2016-12-02 12:00:49 -05: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 09:54:27 -04:00
|
|
|
}
|
|
|
|
|
|
2016-10-18 13:43:18 -04:00
|
|
|
.linkShareView {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-16 09:54:27 -04:00
|
|
|
.shareTabView .linkPass .icon-loading-small {
|
2017-04-23 18:07:20 -04:00
|
|
|
margin-right: 0px;
|
2015-09-12 11:02:03 -04:00
|
|
|
}
|
2015-10-16 09:54:27 -04:00
|
|
|
|
2016-02-25 11:23:32 -05:00
|
|
|
.shareTabView .icon {
|
|
|
|
|
background-size: 16px 16px;
|
|
|
|
|
}
|