From ae97bf0a841d59cffdf94c34036ddfe0ab925623 Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 30 Nov 2014 18:08:22 +0200 Subject: Task-alert styling - button not-working --- res/css/style.css | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 52be1ca6..a5760a06 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -338,11 +338,35 @@ table { left: 60px; top: 50px; } -.help { - font-size: 20px; - top: 5px; - left: 10px; - margin-left: 12px; } +.task-alert { + position: fixed; + top: 84px; + width: 100%; + height: 48px; + background-color: #D3F2F8; + border-top: #1D6E7F; + border-bottom: #1D6E7F; } + +.task-desc { + position: fixed; + width: 100%; + color: #1D6E7F; + height: 20px; + top: 98px; + text-align: center; + font-size: 18px; } + +.task-close-text { + position: fixed; + top: 99px; + color: #1D6E7F; + right: 70px; + font-size: 14px; } + +.task-close-button { + position: fixed; + top: 98px; + right: 50px; } .top-bar { position: fixed; -- cgit v1.3.1