about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorPjotr Prins2020-07-16 10:53:19 +0100
committerPjotr Prins2020-07-16 10:53:19 +0100
commitf0dd283c31acfcc34b967b7a81167e0543d06364 (patch)
treed7dc4aeeba3d235c6469ecb4d24eb3ed4d7b1750 /bh20simplewebuploader/static
parent6b4503da47e77984d00dacf827ab69e2582a3902 (diff)
downloadbh20-seq-resource-f0dd283c31acfcc34b967b7a81167e0543d06364.tar.gz
bh20-seq-resource-f0dd283c31acfcc34b967b7a81167e0543d06364.tar.lz
bh20-seq-resource-f0dd283c31acfcc34b967b7a81167e0543d06364.zip
Add edit icon to text on github
Closes #76
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/image/edit.pngbin0 -> 2452 bytes
-rw-r--r--bh20simplewebuploader/static/main.css14
2 files changed, 14 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/image/edit.png b/bh20simplewebuploader/static/image/edit.png
new file mode 100644
index 0000000..571b08c
--- /dev/null
+++ b/bh20simplewebuploader/static/image/edit.png
Binary files differdiff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index b9b27f4..47fb408 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -377,3 +377,17 @@ div.status {
     vertical-align: top;
     border-bottom: 1px solid #ddd;
 }
+
+.editbutton {
+    float: right;
+    text-align: right;
+    background-color: lightgrey;
+    border: 2px solid #4CAF50;
+    border-radius: 12px;
+    color: black;
+    padding: 5px 32px;
+    // text-decoration: none;
+    display: inline-block;
+    font-size: 16px;
+    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
+}