From: Michael D. Lowis Date: Tue, 31 Jul 2018 13:23:29 +0000 (-0400) Subject: updated based on feedback X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=aacb0dcc8159f9636a8b759a90feb97340cd3a1b;p=proto%2Fkanban.git updated based on feedback --- diff --git a/index.html b/index.html index 1014606..659fb9a 100644 --- a/index.html +++ b/index.html @@ -58,23 +58,23 @@ h2 { } .dialog { - display: none; /* Hidden by default */ - position: fixed; /* Stay in place */ - z-index: 1; /* Sit on top */ + display: none; + position: fixed; + z-index: 1; left: 0; top: 0; - width: 100%; /* Full width */ - height: 100%; /* Full height */ - overflow: auto; /* Enable scroll if needed */ - background-color: rgb(0,0,0); /* Fallback color */ - background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ + width: 100%; + height: 100%; + overflow: auto; + background-color: rgb(0,0,0); + background-color: rgba(0,0,0,0.4); } .dialog-content { background: #fafafa; - margin: 15% auto; /* 15% from the top and centered */ + margin: 15% auto; padding: 10px; - width: 80%; /* Could be more or less, depending on screen size */ + width: 80%; overflow: hidden; position: relative; display: block; @@ -92,6 +92,10 @@ h2 { color: #555; } +.visible { + display: block; +} + @@ -147,6 +151,7 @@ h2 {