aboutsummaryrefslogtreecommitdiff
path: root/Css/login.css
diff options
context:
space:
mode:
Diffstat (limited to 'Css/login.css')
-rw-r--r--Css/login.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/Css/login.css b/Css/login.css
new file mode 100644
index 0000000..7c42964
--- /dev/null
+++ b/Css/login.css
@@ -0,0 +1,21 @@
+/*controller:users*/
+/*action:login*/
+.login_box {
+ margin:10px 10px 20px 10px;
+}
+.login_box input {
+ border:1px solid orange;
+}
+
+/*action:logout*/
+.logout_box {
+ margin:10px 10px 20px 10px;
+}
+
+.logout_button a{
+ margin:20px;
+ padding:10px;
+ background:orange;
+ border:1px solid black;
+/* width:30px; */
+} \ No newline at end of file