a little bit layout for the identity selector
[anoweco.git] / www / css / auth-choose.css
diff --git a/www/css/auth-choose.css b/www/css/auth-choose.css
new file mode 100644 (file)
index 0000000..adc107a
--- /dev/null
@@ -0,0 +1,40 @@
+body {
+    max-width: 60ex;
+    margin-left: auto;
+    margin-right: auto;
+    background-color: #EEE;
+}
+
+label.mode {
+    display: block;
+    padding: 2ex;
+    background-color: #DDD;
+    border-top: 1px solid #EEE;
+}
+div.data-mode {
+    margin-left: 5ex;
+    background-color: #DDD;
+}
+div.data-mode label {
+    display: inline-block;
+    width: 20ex;
+}
+div.data-mode div {
+    padding: 2ex 2ex;
+    border-top: 1px solid #EEE;
+}
+div.data-mode input {
+    width: 34ex;
+}
+button {
+    margin: 2ex;
+    width: 20ex;
+    height: 5ex;
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+}
+p.note {
+    text-align: center;
+    color: #444;
+}
\ No newline at end of file