Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-09 18:07:26 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-09 18:07:26 +0300
commitc5c923a4c91fcfd31365d3244cfee1c298121f65 (patch)
tree0c40dd67b2336a8888618d2b79ebf48083918b9d /css
parent41be5382c2010ad49de14d8dd1296dafb5169f57 (diff)
Make rename and copy button properly clickable
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 2979d3952..8a64eb394 100644
--- a/css/style.css
+++ b/css/style.css
@@ -818,9 +818,10 @@ video {
.detailCallInfoContainer .clipboard-button .icon,
.detailCallInfoContainer .editable-text-label .edit-button .icon {
cursor: pointer;
- width: 16px;
- height: 16px;
- margin: -2px 10px;
+ padding: 22px;
+ vertical-align: middle;
+ margin-left: -5px;
+ margin-top: -5px;
}
.detailCallInfoContainer .editable-text-label .input-wrapper,