aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/DemoExtension/ui.css
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-06-20 11:42:19 +0000
committerMaximilian Krambach <[email protected]>2018-06-20 11:46:41 +0000
commit88e7f8ec2ef3d90ca014b0bdb246f4d99f82abc8 (patch)
tree3cec557863b6669d9ea94c4f43bd5a3e861cc3f1 /lang/js/DemoExtension/ui.css
parentPrepare build system for gpgme-js and dist it (diff)
downloadgpgme-88e7f8ec2ef3d90ca014b0bdb246f4d99f82abc8.tar.gz
gpgme-88e7f8ec2ef3d90ca014b0bdb246f4d99f82abc8.zip
js: Demoextension update
-- * src/Signature: typo * src/gpgmejs.js: fixed wrong scope in verification * right now verify does not succeed in the DemoExtension. This is probably a problem in conversion or line ending.
Diffstat (limited to 'lang/js/DemoExtension/ui.css')
-rw-r--r--lang/js/DemoExtension/ui.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/js/DemoExtension/ui.css b/lang/js/DemoExtension/ui.css
index 9c88698b..16dfb5ae 100644
--- a/lang/js/DemoExtension/ui.css
+++ b/lang/js/DemoExtension/ui.css
@@ -8,3 +8,26 @@ ul li span {
width: 120px;
margin-top: 6px;
}
+
+div .left {
+ float: left;
+ align-items: stretch;
+ width: 40%;
+}
+div .center {
+ width: 50%;
+ align-content: space-between;
+}
+
+div .center button {
+ align-self: stretch;
+}
+div .right {
+ float: right;
+ align-items: stretch;
+ width: 40%;
+}
+
+div .bottom {
+ clear:both;
+} \ No newline at end of file