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
|
|
|
|
|
|
|
.shareTabView .oneline { white-space: nowrap; }
|
|
|
|
|
|
|
|
.shareTabView .shareWithLoading {
|
|
|
|
padding-left: 10px;
|
|
|
|
right: 30px;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
2016-07-08 15:30:32 +03:00
|
|
|
.shareTabView .shareWithRemoteInfo,
|
|
|
|
.shareTabView .clipboardButton {
|
|
|
|
padding-left: 10px;
|
2015-07-31 01:07:41 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView label {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView input[type="checkbox"] {
|
2015-09-17 14:17:56 +03:00
|
|
|
margin: 0 3px 0 8px;
|
2015-07-31 01:07:41 +03:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2015-09-17 14:17:56 +03:00
|
|
|
.shareTabView input[type="text"],
|
|
|
|
.shareTabView input[type="password"] {
|
|
|
|
width: 94%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2016-07-08 15:30:32 +03:00
|
|
|
.shareTabView input[type="text"].shareWithField,
|
2016-07-08 16:23:38 +03:00
|
|
|
.shareTabView input[type="text"].emailField,
|
2016-07-08 15:30:32 +03:00
|
|
|
.shareTabView input[type="text"].linkText {
|
2015-09-17 14:17:56 +03:00
|
|
|
width: 80%;
|
2015-07-31 01:07:41 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView form {
|
|
|
|
font-size: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#shareWithList {
|
2015-09-17 14:17:56 +03:00
|
|
|
list-style-type: none;
|
|
|
|
padding: 0 0 16px;
|
2015-07-31 01:07:41 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#shareWithList li {
|
2015-09-17 14:17:56 +03:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
2015-07-31 01:07:41 +03:00
|
|
|
font-weight: bold;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#shareWithList .unshare img, #shareWithList .showCruds img {
|
|
|
|
vertical-align:text-bottom; /* properly align icons */
|
|
|
|
}
|
|
|
|
|
|
|
|
#shareWithList label input[type=checkbox]{
|
|
|
|
margin-left: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#shareWithList .username{
|
|
|
|
padding-right: 8px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 254px;
|
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
#shareWithList li label{
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2015-09-12 18:02:03 +03:00
|
|
|
|
|
|
|
.shareTabView .icon-loading-small {
|
2015-09-25 13:11:50 +03:00
|
|
|
display: inline-block;
|
|
|
|
z-index: 1;
|
|
|
|
background-color: white;
|
2015-10-16 16:54:27 +03:00
|
|
|
padding: 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView .shareWithList .icon-loading-small,
|
|
|
|
.shareTabView .linkShareView .icon-loading-small {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shareTabView .linkPass .icon-loading-small {
|
|
|
|
margin-top: 9px;
|
2015-09-12 18:02:03 +03:00
|
|
|
}
|
2015-10-16 16:54:27 +03:00
|
|
|
|
2016-02-25 19:23:32 +03:00
|
|
|
.shareTabView .icon {
|
|
|
|
display: inline-block;
|
|
|
|
background-size: 16px 16px;
|
|
|
|
}
|