summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/scripts/login.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/css/scripts/login.css b/css/scripts/login.css
new file mode 100644
index 00000000..53198485
--- /dev/null
+++ b/css/scripts/login.css
@@ -0,0 +1,31 @@
+div.login {
+ background-color: white;
+ margin-right: auto;
+ margin-left: auto;
+ width: 24em;
+ padding: 2em;
+ border-style: outset;
+}
+
+div.login div.login {
+ width: 20em;
+ height: 16em;
+ border-width: 1;
+ border-style: solid;
+}
+div.label {
+ width: 60px;
+ text-align: right;
+ float: left;
+ margin: 0px;
+}
+div.input {
+ width: 200px;
+ margin: 0px;
+ text-align: left;
+ float: right;
+}
+
+button {
+ margin-top: 10px
+}