From 0aa73f048db58025d22d0ad632307d30e7378386 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 5 Feb 2015 21:12:44 +0200 Subject: css: add logout btn styling --- res/client/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 473513bd..88e0b4bc 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -292,6 +292,16 @@ table { .btn-regular-outline { border: 1px solid #004681; } +#btn-logout { + margin-left: 15px; + font-size: 0.8em; +} + +#btn-logout:hover { + opacity: 0.7; + cursor: pointer; +} + .debug-ui { display: none; } -- cgit v1.3.1