97 lines
1.7 KiB
CSS
97 lines
1.7 KiB
CSS
.app-files .shareTabView {
|
|
min-height: 100px;
|
|
}
|
|
|
|
.shareTabView .oneline { white-space: nowrap; }
|
|
|
|
.shareTabView .shareWithLoading {
|
|
padding-left: 10px;
|
|
right: 30px;
|
|
top: 2px;
|
|
}
|
|
|
|
.shareTabView .shareWithRemoteInfo,
|
|
.shareTabView .clipboardButton {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.shareTabView label {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.shareTabView input[type="checkbox"] {
|
|
margin: 0 3px 0 8px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.shareTabView input[type="text"],
|
|
.shareTabView input[type="password"] {
|
|
width: 94%;
|
|
margin-left: 0;
|
|
}
|
|
.shareTabView input[type="text"].shareWithField,
|
|
.shareTabView input[type="text"].emailField,
|
|
.shareTabView input[type="text"].linkText {
|
|
width: 80%;
|
|
}
|
|
|
|
.shareTabView form {
|
|
font-size: 100%;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#shareWithList {
|
|
list-style-type: none;
|
|
padding: 0 0 16px;
|
|
}
|
|
|
|
#shareWithList li {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
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;
|
|
}
|
|
|
|
.shareTabView .icon-loading-small {
|
|
display: inline-block;
|
|
z-index: 1;
|
|
background-color: white;
|
|
padding: 2px 0;
|
|
}
|
|
|
|
.shareTabView .shareWithList .icon-loading-small,
|
|
.shareTabView .linkShareView .icon-loading-small {
|
|
position: absolute;
|
|
}
|
|
|
|
.shareTabView .linkPass .icon-loading-small {
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.shareTabView .icon {
|
|
display: inline-block;
|
|
background-size: 16px 16px;
|
|
}
|