2015-07-15 18:35:35 +03:00
|
|
|
.app-files .shareTabView {
|
2015-08-04 16:47:43 +03:00
|
|
|
min-height: 100px;
|
2015-07-15 18:35:35 +03:00
|
|
|
}
|
2015-07-31 01:07:41 +03:00
|
|
|
|
2018-07-19 21:05:37 +03:00
|
|
|
.share-autocomplete-item {
|
|
|
|
display: flex;
|
2018-10-18 13:36:37 +03:00
|
|
|
|
|
|
|
&.merged {
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
2018-07-19 21:05:37 +03:00
|
|
|
.autocomplete-item-text {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
line-height: 32px;
|
|
|
|
vertical-align: middle;
|
2018-10-10 15:58:58 +03:00
|
|
|
flex-grow: 1;
|
2018-10-18 13:36:37 +03:00
|
|
|
.ui-state-highlight {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.with-description {
|
|
|
|
.autocomplete-item-text {
|
|
|
|
line-height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.autocomplete-item-details {
|
|
|
|
display: block;
|
|
|
|
line-height: 130%;
|
|
|
|
font-size: 90%;
|
|
|
|
opacity: 0.7;
|
2018-07-19 21:05:37 +03:00
|
|
|
}
|
2018-10-30 16:43:34 +03:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
opacity: .7;
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
2018-07-19 21:05:37 +03:00
|
|
|
}
|
|
|
|
|
2018-07-18 18:42:30 +03:00
|
|
|
.shareTabView {
|
|
|
|
.oneline {
|
|
|
|
white-space: nowrap;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.shareWithLoading {
|
|
|
|
padding-left: 10px;
|
|
|
|
right: 35px;
|
2018-11-16 18:19:13 +03:00
|
|
|
top: 3px;
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
2018-11-16 18:19:13 +03:00
|
|
|
.shareWithConfirm {
|
2018-07-18 18:42:30 +03:00
|
|
|
position: absolute;
|
2018-07-21 16:48:06 +03:00
|
|
|
right: 2px;
|
|
|
|
top: 6px;
|
2018-07-18 18:42:30 +03:00
|
|
|
padding: 14px;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.shareWithField:focus ~ .shareWithConfirm {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.linkMore {
|
|
|
|
position: absolute;
|
|
|
|
right: -7px;
|
|
|
|
top: -4px;
|
|
|
|
padding: 14px;
|
|
|
|
}
|
|
|
|
.popovermenu {
|
2018-11-16 18:19:13 +03:00
|
|
|
.linkPassMenu {
|
|
|
|
.share-pass-submit {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
.icon-loading-small {
|
|
|
|
background-color: var(--color-main-background);
|
|
|
|
position: absolute;
|
|
|
|
right: 8px;
|
|
|
|
margin: 3px;
|
|
|
|
padding: 10px;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
}
|
2018-07-19 21:05:37 +03:00
|
|
|
.datepicker {
|
|
|
|
margin-left: 35px;
|
|
|
|
}
|
2018-07-18 18:42:30 +03:00
|
|
|
.share-add {
|
|
|
|
input.share-note-delete {
|
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
|
|
|
width: 44px !important;
|
|
|
|
padding: 0;
|
|
|
|
flex: 0 0 44px;
|
|
|
|
margin-left: auto;
|
2018-10-31 12:49:06 +03:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
// note
|
|
|
|
.share-note-form {
|
|
|
|
span.icon-note {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
textarea.share-note {
|
|
|
|
margin: 0;
|
|
|
|
width: 200px;
|
|
|
|
min-height: 70px;
|
|
|
|
resize: none;
|
|
|
|
+ input.share-note-submit {
|
|
|
|
position: absolute;
|
|
|
|
width: 44px !important;
|
|
|
|
height: 44px;
|
|
|
|
bottom: 0px;
|
|
|
|
right: 10px;
|
|
|
|
margin: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
opacity: .7;
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-07-19 11:04:37 +03:00
|
|
|
// fix for popover link share
|
|
|
|
&.share-note-link {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
2018-11-01 04:36:05 +03:00
|
|
|
|
|
|
|
/* Border above last entry '+ Add another share' to separate it from current link settings */
|
|
|
|
.new-share {
|
|
|
|
border-top: 1px solid var(--color-border);
|
|
|
|
}
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
2018-07-19 11:04:37 +03:00
|
|
|
.linkPass .icon-loading-small {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
background-size: 16px 16px;
|
|
|
|
}
|
|
|
|
.shareWithList .icon-loading-small:not(.hidden) + span,
|
|
|
|
.linkShareView .icon-loading-small:not(.hidden) + input + label:before {
|
|
|
|
/* Hide if loader is visible */
|
|
|
|
display: none !important;
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
|
|
|
input {
|
|
|
|
&[type='checkbox'] {
|
|
|
|
margin: 0 3px 0 8px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
&[type='text'] {
|
|
|
|
&.shareWithField,
|
2018-07-19 11:04:37 +03:00
|
|
|
&.emailField {
|
2018-07-18 18:42:30 +03:00
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-right: 32px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
}
|
2018-07-19 11:04:37 +03:00
|
|
|
&[type='text'].linkText
|
2018-07-19 21:05:37 +03:00
|
|
|
&[type='password'].linkPassText,
|
|
|
|
&[type='password'].passwordField {
|
2018-07-19 11:04:37 +03:00
|
|
|
width: 180px !important;
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
form {
|
|
|
|
font-size: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2018-07-20 12:22:24 +03:00
|
|
|
// share note on the sidebar
|
|
|
|
.share-note {
|
|
|
|
border-radius: var(--border-radius);
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-left: 37px;
|
|
|
|
}
|
2017-03-03 15:27:06 +03:00
|
|
|
}
|
|
|
|
|
2018-07-19 11:04:37 +03:00
|
|
|
// Sharing tab users list
|
2018-07-20 12:22:24 +03:00
|
|
|
.shareWithList {
|
2015-09-17 14:17:56 +03:00
|
|
|
list-style-type: none;
|
2018-07-19 11:04:37 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2018-07-18 18:42:30 +03:00
|
|
|
> li {
|
2018-07-19 11:04:37 +03:00
|
|
|
height: 44px;
|
2018-07-18 18:42:30 +03:00
|
|
|
white-space: normal;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
2018-07-21 16:48:06 +03:00
|
|
|
position: relative;
|
2018-07-19 11:04:37 +03:00
|
|
|
.avatar {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2018-10-31 14:24:04 +03:00
|
|
|
background-color: var(--color-primary);
|
2018-07-19 11:04:37 +03:00
|
|
|
}
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
|
|
|
.unshare img {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
/* properly align icons */
|
|
|
|
}
|
|
|
|
.sharingOptionsGroup {
|
2018-07-19 11:04:37 +03:00
|
|
|
margin-left: auto;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-08-15 09:45:07 +03:00
|
|
|
white-space: nowrap;
|
2018-10-29 15:58:14 +03:00
|
|
|
|
|
|
|
// icons
|
|
|
|
> .icon:not(.hidden),
|
|
|
|
.share-menu > .icon:not(.hidden) {
|
|
|
|
padding: 14px;
|
|
|
|
height: 44px;
|
|
|
|
width: 44px;
|
|
|
|
opacity: .5;
|
2018-07-19 11:04:37 +03:00
|
|
|
display: block;
|
2018-10-29 15:58:14 +03:00
|
|
|
cursor: pointer;
|
|
|
|
|
2018-07-19 11:04:37 +03:00
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
2018-10-29 15:58:14 +03:00
|
|
|
opacity: .7;;
|
2018-07-19 11:04:37 +03:00
|
|
|
}
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
2018-10-29 15:58:14 +03:00
|
|
|
|
|
|
|
// more menu
|
|
|
|
> .share-menu {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
}
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
|
|
|
.username {
|
2018-07-19 11:04:37 +03:00
|
|
|
padding: 0 8px;
|
2018-08-15 09:45:07 +03:00
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2018-07-18 18:42:30 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-19 21:05:37 +03:00
|
|
|
.ui-autocomplete {
|
2018-10-23 10:21:33 +03:00
|
|
|
/* limit dropdown height to 6 1/2 entries */
|
|
|
|
max-height: calc(36px * 6.5);
|
2018-07-19 21:05:37 +03:00
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2018-07-21 16:48:06 +03:00
|
|
|
z-index: 1550 !important;
|
2018-07-19 21:05:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.notCreatable {
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-top: 12px;
|
|
|
|
color: var(--color-text-lighter);
|
|
|
|
}
|
|
|
|
|
|
|
|
.contactsmenu-popover {
|
|
|
|
left: -6px;
|
|
|
|
right: auto;
|
|
|
|
padding: 3px 6px;
|
|
|
|
top: 100%;
|
|
|
|
margin-top: 0;
|
|
|
|
li.hidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
&:after {
|
|
|
|
left: 8px;
|
|
|
|
right: auto;
|
|
|
|
}
|
2018-07-20 12:22:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.reshare,
|
|
|
|
#link label,
|
|
|
|
#expiration label {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
.avatar {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.resharerInfoView.subView {
|
|
|
|
position: relative;
|
2018-10-31 14:24:04 +03:00
|
|
|
}
|