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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPatrik Kernstock <info@pkern.at>2018-07-19 00:05:36 +0300
committerPatrik Kernstock <info@pkern.at>2018-07-19 00:05:36 +0300
commit8ab6157f9c239f95196a082eab258e0bf99f17f5 (patch)
treed919b5d6f62419a232832bd10ef30f79229266f4 /css
parent0752b4d29ad86c9a68bb29f00053147bfd27fa0f (diff)
Added clipboard copy button for endpoint link
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 1c3e835..f455c74 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,4 +1,11 @@
.barchart {
max-width: 700px;
max-height: 350px;
-} \ No newline at end of file
+}
+
+.clipboardButton {
+ display: inline-block;
+ position: relative;
+ top: 2px;
+ margin-left: 5px;
+}