From 9727204ed66ef0d6acfbf4df0bf49f5e4d9c10ba Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 12 Jan 2015 14:49:50 +0200 Subject: login+logout: using ajax, not POST, plus document.window (worst of both worlds) --- res/client/css/partials/top-bar.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'res/client/css/partials') 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 -- cgit v1.3.1