From 7599786a896f986d061565787d52265c1880127d Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 3 Dec 2014 15:17:58 +0200 Subject: assume logged-in user, rm userBus --- res/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index bac33349..637939c3 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -310,6 +310,18 @@ table { font-family: "Source_Regular", sans-serif; color: #919095; } +.button { +} + +.button:hover { + opacity: 0.7; +} + +#logout-button { + margin-left: 10px; + margin-right: 10px; +} + .add-button { position: relative; height: 30px; -- cgit v1.3.1