summaryrefslogtreecommitdiff
path: root/res/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-30 18:08:22 +0200
committergarbash <dor.garbash@gmail.com>2014-11-30 18:08:22 +0200
commitae97bf0a841d59cffdf94c34036ddfe0ab925623 (patch)
treed23f1b9ec56d8ba066fc089f323479b78c32b607 /res/css/style.css
parent897b200c5ea77b72ea694f912a66129be3ed029c (diff)
Task-alert styling - button not-working
Diffstat (limited to 'res/css/style.css')
-rw-r--r--res/css/style.css34
1 files changed, 29 insertions, 5 deletions
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;