From 44259f185607ffe59da2ded519122bf47820d419 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 12:09:53 +0100 Subject: [PATCH] f --- dev.less | 55 ++++++++++++++++++++++++------------------------------- 1 file changed, 24 insertions(+), 31 deletions(-) diff --git a/dev.less b/dev.less index d658b9b..4a99373 100644 --- a/dev.less +++ b/dev.less @@ -165,15 +165,19 @@ display: block !important; } } - label{ - text-align: right; + select{ + width:auto; } fieldset{ text-align: center; - } - body>fieldset{ + border:1px solid #888; + padding:5px; + margin:5px; margin-bottom:10px; } + label{ + text-align: right; + } legend{ margin: 0 auto; } @@ -186,20 +190,22 @@ display: block !important; #button_container{ position: relative; - button{ - margin-top:100px; - font-size: 50px; - background-color: rgba(153, 0, 0, 0.75); - color:#fff; - z-index: 250; - position: absolute; - top: 0; - &#left{ - left: 8%; + button{ + margin-top:100px; + font-size: 50px; + background-color: rgba(153, 0, 0, 0.75); + color:#fff; + z-index: 250; + position: absolute; + top: 0; + &#left{ + left: 8%; + } + &#right{ + right: 8%; + } + } } - &#right{ - right: 8%; - }}} #table_container{ overflow: auto; @@ -210,17 +216,4 @@ display: block !important; .field{ white-space: nowrap; } - - - - - #heatcalc td, #heatcalc th{ - } - select{ - width:auto; - } - fieldset{ - border:1px solid #888; - padding:5px; - margin:5px; - } +}