From 251018db1f2bd952e9172e61f09f8b91b285a9e8 Mon Sep 17 00:00:00 2001 From: structix Date: Fri, 9 Oct 2020 17:15:47 +0200 Subject: [PATCH] Change save button style --- html/mainpage/index.html | 3 ++- html/static/style.css | 20 +------------------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/html/mainpage/index.html b/html/mainpage/index.html index 8079d37..7eea9f5 100644 --- a/html/mainpage/index.html +++ b/html/mainpage/index.html @@ -4,6 +4,7 @@ Trikotwaschliste + @@ -39,7 +40,7 @@ {{end}} {{end}} - + diff --git a/html/static/style.css b/html/static/style.css index 3b2f386..c78b14e 100644 --- a/html/static/style.css +++ b/html/static/style.css @@ -6,8 +6,7 @@ background-color: #4CAF50; /* Green */ border: none; color: white; - padding: 15px 32px; - text-align: center; + padding: 10pt 10pt; text-decoration: none; display: inline-block; font-size: 16px; @@ -19,22 +18,5 @@ .button-gray {background-color: #e7e7e7; color: black;} /* Gray */ .button-black {background-color: #555555;} /* Black */ -.center { - margin: auto; - width: 50%; - //border: 3px solid green; - padding: 10px; -} tr:hover {background-color: #f5f5f5;} -th, td { - padding: 15px; - text-align: left; -} -table { - border-collapse: collapse; -} - -table, th, td { - border: 1px solid black; -}