diff options
| author | garbash <dor.garbash@gmail.com> | 2014-12-03 17:12:11 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-12-03 17:12:15 +0200 |
| commit | 7e59fc40dec230f88c9af7eea6291640aa4679f8 (patch) | |
| tree | 8e8f73427665aaed114f5e9b24f84b3bc73e9100 /res/css/style.css | |
| parent | ebe65f6642e235c9707d38fffd81a317c60425d8 (diff) | |
Fixed search bar positioning inconsistencies
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 16 |
1 files changed, 2 insertions, 14 deletions
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; |
