diff options
Diffstat (limited to 'core/css/share.css')
-rw-r--r-- | core/css/share.css | 36 |
1 files changed, 27 insertions, 9 deletions
diff --git a/core/css/share.css b/core/css/share.css index ded68349dc2..938afabafef 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -22,23 +22,35 @@ } #shareWithList li { - padding-top:2px; -} - -#shareWithList li:first-child { - white-space:normal; -} - -#shareWithList .cruds { - margin-left:-10px; + padding-top: 10px; + padding-bottom: 10px; + font-weight: bold; + line-height: 21px; + white-space: normal; } #shareWithList .unshare img, #shareWithList .showCruds img { vertical-align:text-bottom; /* properly align icons */ } +#shareWithList label input[type=checkbox]{ + margin-left: 0; +} +#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; +} #dropdown label { font-weight:400; + white-space: nowrap; } #dropdown input[type="checkbox"] { @@ -99,3 +111,9 @@ a.showCruds:hover,a.unshare:hover { overflow-y:auto; overflow-x:hidden; } + +.notCreatable { + padding-left: 12px; + padding-top: 12px; + color: #999; +} |