Merge pull request #1800 from raghunayyar/sharing-dropdown-fixes

Various Layout Fixes for Sharing Dropdown.
This commit is contained in:
Jan-Christoph Borchardt 2013-02-27 02:19:35 -08:00
commit f36d92bbc1
2 changed files with 10 additions and 2 deletions

View File

@ -24,7 +24,14 @@
#shareWithList li {
padding-top:.1em;
}
#shareWithList li:first-child {
white-space:normal;
}
#shareWithList .cruds {
margin-left:-10px;
}
#dropdown label {
font-weight:400;
}
@ -43,6 +50,7 @@
float:right;
opacity:.5;
padding:.3em 0 0 .3em !important;
margin-top:-5px;
}
#link {

View File

@ -186,8 +186,8 @@ OC.Share={
html += '</div>';
html += '</div>';
html += '<form id="emailPrivateLink" >';
html += '<input id="email" style="display:none; width:65%;" value="" placeholder="'+t('core', 'Email link to person')+'" type="text" />';
html += '<input id="emailButton" style="display:none; float:right;" type="submit" value="'+t('core', 'Send')+'" />';
html += '<input id="email" style="display:none; width:62%;" value="" placeholder="'+t('core', 'Email link to person')+'" type="text" />';
html += '<input id="emailButton" style="display:none;" type="submit" value="'+t('core', 'Send')+'" />';
html += '</form>';
}
html += '<div id="expiration">';