summaryrefslogtreecommitdiff
path: root/tests/make_png/html/styles/top.css
diff options
context:
space:
mode:
Diffstat (limited to 'tests/make_png/html/styles/top.css')
-rw-r--r--tests/make_png/html/styles/top.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/make_png/html/styles/top.css b/tests/make_png/html/styles/top.css
index c2c0029a0..d6518db7d 100644
--- a/tests/make_png/html/styles/top.css
+++ b/tests/make_png/html/styles/top.css
@@ -34,6 +34,19 @@ th {
width: 50%;
height: auto;
}
+#myBtn {
+ display: none;
+ position: fixed;
+ bottom: 10px;
+ right: 10px;
+ z-index: 99;
+ cursor: pointer;
+ padding: 15px;
+ border-radius: 10px;
+ background-color: #555;
+ color: white;
+}
+
/*Top Page styling begins*/
#frame_1{
width:49%;