From f1d776454155f6d8f553d1acfc7a8e8a7be4c192 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Mon, 15 Jul 2019 23:03:19 -0400 Subject: [PATCH] style --- punch_list/public/css/custom.css | 34 ++++++++++++++++++++++++----- punch_list/public/index.html | 7 +++--- punch_list/public/js/myFirebase.js | 35 ++++++++++++++++++------------ 3 files changed, 52 insertions(+), 24 deletions(-) diff --git a/punch_list/public/css/custom.css b/punch_list/public/css/custom.css index 71609f1..16081f1 100644 --- a/punch_list/public/css/custom.css +++ b/punch_list/public/css/custom.css @@ -1,9 +1,21 @@ #neededBy { display: none; } #whoami { width: 100%; } +.button:hover { color: #ddd; } +button:hover { color: #ddd; } +.dropdown.menu { float:right; margin-right: 15px;} +.needby-container { width: 22%; float: left; text-align: center; } +.details-container { width: 70%; } +.priority-container { width: 20%; float:left; width:10%;} +.priority { min-width:50px; color:steel; font-size: 35px; font-weight: 900; } .inProgress { color:orange; font-size: 12px; } +li.inProgress { border: 4px solid lime; } +.tags-summary { display: none; } +.tags-details { font-size: 1em; margin-left: 10px; } +a.tags-details { color: #00BFFF; text-decoration: none;} +a.tags-details:hover { color: #00FFFF; text-shadow: 0px 0px 23px #FFF; } .subject { overflow: hidden; - width: 89%; + width: 70%; float: left; color: #FFF; font-size: 1.5rem; @@ -30,6 +42,9 @@ margin-top: -8px; } .backlog-list-content { + float: left; + width: 96%; + border-top: 2px solid #DDD; display: none; padding: 0.4em; } @@ -47,8 +62,9 @@ a.punch-default { color: #00BFFF; font-size: 12px; text-decoration: none;} a.punch-default:hover { color: #00FFFF; text-shadow: 0px 0px 23px #FFF; } .punch-default { border: 0px solid #AAA; color: #aaa; font-size: 12px; font-family: Arial, Helvetica, sans-serif;} - .inprogress { color: orange; font-size: 12px; } +.inprogress { color: orange; font-size: 12px; } .waiting { color: red; font-size: 12px; } +li.waiting { border: 4px solid red ; } .overdue { color: red; font-size: 12px; border: 1px solid red; padding:3px;} .duesoon { color: yellow; font-size: 12px; border: 1px solid yellow; padding:3px;} .hide { display: none; } @@ -166,6 +182,8 @@ textarea { position: relative; display: inline-block; height: 20px; + float: left; + width: 35px; } /* Dropdown Content (Hidden by Default) */ @@ -176,7 +194,7 @@ textarea { min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1000; - overflow:visible; + float:right; } /* Links inside the dropdown */ @@ -189,7 +207,7 @@ textarea { } /* Change color of dropdown links on hover */ -.dropdown-content a:hover {background-color: #ddd} +.dropdown-content a:hover {background-color: #aaa;} /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */ .show {display:block;} @@ -272,7 +290,7 @@ textarea { #neededBy { display: block; } .subject { overflow: hidden; - width: 89%; + width: 70%; float: left; color: #FFF; font-size: 2rem; @@ -322,9 +340,13 @@ textarea { /* Larger than tablet */ @media (min-width: 750px) { #neededBy { display: block; } +.tags-summary { display: block; font-size: 1em; margin-left: 10px; } +a.tags-summary { color: #00BFFF; text-decoration: none; float:left;} +a.tags-summary:hover { color: #00FFFF; text-shadow: 0px 0px 23px #FFF; } +.tags-details { display: none; } .subject { overflow: hidden; - width: 89%; + width: 70%; float: left; color: #FFF; font-size: 2rem; diff --git a/punch_list/public/index.html b/punch_list/public/index.html index 39b5f1f..677817e 100644 --- a/punch_list/public/index.html +++ b/punch_list/public/index.html @@ -72,14 +72,13 @@
-