From 7e59fc40dec230f88c9af7eea6291640aa4679f8 Mon Sep 17 00:00:00 2001 From: garbash Date: Wed, 3 Dec 2014 17:12:11 +0200 Subject: Fixed search bar positioning inconsistencies --- res/css/style.css | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 637939c3..9d024b81 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -310,18 +310,6 @@ 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; @@ -382,14 +370,14 @@ table { box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); } .search-input { - position: fixed; + position: absolute; width: 100%; top: 50px; height: 20px; left: 110px; } .search-icon { - position: fixed; + position: absolute; width: 20px; height: 20px; left: 70px; -- cgit v1.3.1