summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-12 12:52:40 +0200
committerAlon Levy <alon@pobox.com>2015-01-12 12:55:11 +0200
commit5e80077fae6495901e9c7576995ded06a1dde5c8 (patch)
tree6717e10f5f3e59179e0c6ec5abbb5c1feb2a7630 /res/client/css/partials
parent944618160f5c974bbe463f1a7e0572ea76a476e4 (diff)
client/server: login is using POST, so use POST, not XMLHttpRequest
TODO: Logout requires styling plus only to appear if logged in.
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/top-bar.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss
index cffd200a..5aec704c 100644
--- a/res/client/css/partials/top-bar.scss
+++ b/res/client/css/partials/top-bar.scss
@@ -57,4 +57,8 @@
background: url(../img/CRI-logo.png);
min-height: 30px;
min-width: 30px;
-} \ No newline at end of file
+}
+
+.logout-form {
+ display: inline;
+}