aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-29 04:20:04 -0300
committerPitu <[email protected]>2017-01-29 04:20:04 -0300
commita44178a272ec1ae56101220a594f670f4459d04a (patch)
tree55e7e7170630edf227d9d64f06a65277271f4efd /public
parentCreated auth view (diff)
downloadhost.fuwn.me-a44178a272ec1ae56101220a594f670f4459d04a.tar.xz
host.fuwn.me-a44178a272ec1ae56101220a594f670f4459d04a.zip
Created auth view
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index c9271c3..729b3d4 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -78,6 +78,19 @@ section#home div#uploads { margin-bottom: 25px; }
PANEL
------------------ */
+section#login input, section#login p.control a.button {
+ border-left: 0px;
+ border-top: 0px;
+ border-right: 0px;
+ border-radius: 0px;
+ box-shadow: 0 0 0;
+}
+
+section#login p.control a.button { margin-left: 10px; }
+section#login p.control a#loginBtn { border-right: 0px; }
+section#login p.control a#registerBtn { border-left: 0px; }
+
+
section#auth, section#dashboard { display: none }
section#auth input { background: rgba(0, 0, 0, 0); }
section#auth input, section#auth a {