Total
diff --git a/js/hedera/style.css b/js/hedera/style.css
index 958c8279..396af4c1 100644
--- a/js/hedera/style.css
+++ b/js/hedera/style.css
@@ -150,12 +150,16 @@ p
/* Focus outline */
a:focus,
-input:focus,
button:focus
{
outline: 1px solid rgba(1, 1, 1, 0.15);
-moz-outline-radius: .1em;
}
+input:focus
+{
+ outline: none;
+ border-bottom: 1px solid black;
+}
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
@@ -181,7 +185,7 @@ select,
{
border: none;
border-bottom: 1px solid #999;
- margin: .2em 0;
+ margin: 0;
box-sizing: border-box;
color: #333;
border-radius: 0;
@@ -371,21 +375,14 @@ img.editable
/* Form */
-.form
-{
- max-width: 30em;
-}
-.form-group,
.form > div
{
margin-bottom: 1.2em;
}
-.form-group:last-child,
.form > :last-child
{
margin-bottom: 0;
}
-.form-group > label,
.form > div > label
{
display: block;
@@ -394,12 +391,6 @@ img.editable
font-size: .9em;
color: #666;
}
-.form-group > input[type=text],
-.form-group > input[type=password],
-.form-group > input[type=file],
-.form-group > input[type=number],
-.form-group > select,
-.form-group > textarea,
.form > div > input[type=text],
.form > div > input[type=password],
.form > div > input[type=file],
@@ -413,6 +404,7 @@ img.editable
.card.form
{
padding: 2em;
+ max-width: 30em;
}
/* List */
diff --git a/rest/misc/access-version.php b/rest/misc/access-version.php
new file mode 100755
index 00000000..985891ec
--- /dev/null
+++ b/rest/misc/access-version.php
@@ -0,0 +1,67 @@
+