From 7cb029b92504c05cabbe458f3e829a782e6bced3 Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Fri, 24 Apr 2020 20:40:58 -0500 Subject: [PATCH] change color and size of order pane --- css/optiTrainer.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/optiTrainer.css b/css/optiTrainer.css index 45ef340..5834c08 100644 --- a/css/optiTrainer.css +++ b/css/optiTrainer.css @@ -45,12 +45,11 @@ body { } #frmOrder { - background-color:#eeeeee; + background-color:#ccff00; position:absolute; left:000; top:250; width:300px; - height:100%; padding-left: 0; }