summaryrefslogtreecommitdiff
path: root/lang/js/DemoExtension/ui.css
diff options
context:
space:
mode:
Diffstat (limited to 'lang/js/DemoExtension/ui.css')
-rw-r--r--lang/js/DemoExtension/ui.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/lang/js/DemoExtension/ui.css b/lang/js/DemoExtension/ui.css
new file mode 100644
index 0000000..16dfb5a
--- /dev/null
+++ b/lang/js/DemoExtension/ui.css
@@ -0,0 +1,33 @@
+ul {
+ list-style-type: none;
+ padding-left: 0px;
+}
+
+ul li span {
+ float: left;
+ 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