From fe80210c8d5993ab9db74d8f72e9b68948a59ac8 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Thu, 13 Apr 2023 07:44:12 -0400 Subject: [PATCH] minor style tweaks --- style.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/style.css b/style.css index f1a6a93..e28da30 100644 --- a/style.css +++ b/style.css @@ -141,3 +141,47 @@ img[id="Img3"] { outline: none; border: none; } + +#div_task { + width: 892px; + position: absolute; + top: 75px; + left: 0px; + text-align: right; + visibility: visible; +} + +#frmTask { + display: block; + margin-top: 0; + margin-block-end: 1em; +} + +/* this is for the task msg */ +center:first-child { + background-color: transparent; + text-align: center; + height: 30px; + margin-top: 5px; +} + +.taskMsg { + width: 98%; + text-align: right; + background-color: transparent; + vertical-align: middle; + /* cursor: hand; */ + cursor: pointer; + font-family: Lato; + font-size: 12pt; + font-weight: bold; + color: #B3D234; +} + +#imgTask { + display: inline; +} + +#lblTask { + cursor: pointer; +}