From 725d2b0cdd7bdd000e64ae8dcfa0c715b1e68ef4 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Tue, 13 Nov 2018 19:24:45 +0100 Subject: [PATCH] Deleted some old code --- parts/static/style.css | 75 +++--------------------------------------- 1 file changed, 4 insertions(+), 71 deletions(-) diff --git a/parts/static/style.css b/parts/static/style.css index 4317d2d..b6ebe65 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -176,25 +176,6 @@ div label input { opacity: 0.0; } -.details-item { - display: inline-block; - width: 25%; - padding: 12pt 10pt 12pt 0; - text-align: right; - text-transform: uppercase; -} - -.details-content { - display: inline-block; - width: 65%; - padding-left: 20pt; - text-align: left; -} - -.details-content p { - text-align: left; -} - .round-button { position: absolute; bottom: 15pt; @@ -329,61 +310,13 @@ table#details { margin-top: 0; } -table#details #location-head { - height: 10%; - color: #013A3A; -} - -table#details #location { - height: 10%; -} - -table#details #location td{ - height: 10%; -} - -table#details #partno-head { - height: 10%; - color: #013A3A; -} - -table#details #partno-head td{ - padding-top: 16pt; -} - -table#details #partno{ - height: 10%; -} - -table#details #partno td{ - height: 10%; -} - -table#details #description-head { - height: 10%; - color: #013A3A; -} - -table#details #description-head td { - padding-top: 16pt; -} - -table#details #description { - height: 20%; -} - -table#details #description td { - padding-left: 5%; - padding-right: 5%; -} - -table#details #datasheet-head { - height: 10%; +.details-header { color: #013A3A; } -table#details #datasheet-head td { - padding-top: 16pt; +.details-content td{ + padding-top:6pt; + padding-bottom:16pt; } td p {