From ce8594e5b12b79fe8f34e575f1eeb1474137ffea Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Tue, 25 Jun 2019 14:59:25 -0400 Subject: [PATCH] css --- punch_list/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/punch_list/css/custom.css b/punch_list/css/custom.css index 0006e3c..57a1c90 100644 --- a/punch_list/css/custom.css +++ b/punch_list/css/custom.css @@ -1,13 +1,11 @@ #sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; } -#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; color: #AAA;} +#sortable li { font-size: 1.4em; color: #AAA;} #sortable li span { position: absolute; margin-left: -1.3em; } .portlet { - margin: 0 1em 1em 0; padding: 0.3em; } .backlog-list-header { padding: 0.2em 0.3em; - margin-bottom: 0.1em; position: relative; } .portlet-toggle { @@ -25,6 +23,8 @@ margin: 0 1em 1em 0; height: 50px; } +.ui-widget-content { background: #000; color: #aaa;} +.ui-widget-header { background: #333; color: #aaa;} .punch-default { border: 0px solid #AAA; background: #000; } .inProgress { background: /*#80ffcc;*/ #555; color: #000; } .hide { display: none; }