Browse code

Initial

Hagen Klemp authored on03/02/2019 23:08:50
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+/* Signature */
2
+[id^="signature_"].canvas {
3
+    position:relative;
4
+    width:100%;
5
+    left:0;
6
+    top:0;
7
+    border:1px solid #ccc;
8
+    margin-bottom:8px;
9
+}    
10
+[id^="signature_"].canvas input[type="button"] {
11
+    text-indent:-9999em;
12
+    line-height:0;
13
+    width:45px;
14
+    height:24px;
15
+    background-image:url('../../system/themes/flexible/icons/undo.svg');
16
+    background-position:center center;
17
+    background-repeat:no-repeat;
18
+    border:1px solid #ccc;
19
+    left:4px !important;
20
+    top:-8px !important;
21
+}