summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-12 14:49:50 +0200
committerAlon Levy <alon@pobox.com>2015-01-12 14:49:50 +0200
commit9727204ed66ef0d6acfbf4df0bf49f5e4d9c10ba (patch)
tree1be6e31843b8b7502e48811549c03127de9e5b03 /res/client/css/partials
parent22b0069cff76f5cb95c6f6f4fa9909cfa7bfba4e (diff)
login+logout: using ajax, not POST, plus document.window (worst of both worlds)
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/top-bar.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss
index 5aec704c..cffd200a 100644
--- a/res/client/css/partials/top-bar.scss
+++ b/res/client/css/partials/top-bar.scss
@@ -57,8 +57,4 @@
background: url(../img/CRI-logo.png);
min-height: 30px;
min-width: 30px;
-}
-
-.logout-form {
- display: inline;
-}
+} \ No newline at end of file