diff --git a/parts/static/style.css b/parts/static/style.css index da5ad9c..dba8d54 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -196,7 +196,7 @@ div label input { .round-button { position: absolute; bottom: 15pt; - left: calc(15% - 20pt); + left: calc(11% - 20pt); width: 40pt; height: 32pt; border-radius: 20pt; @@ -209,7 +209,20 @@ div label input { .round-button-left { position: absolute; bottom: 15pt; - left: calc(30% - 20pt); + left: calc(22% - 20pt); + width: 40pt; + height: 32pt; + border-radius: 20pt; + background-color: #5E9292; + font-size: 20pt; + padding-top: 8pt; + box-shadow: 2pt 1pt 8pt black; +} + +.round-button-right { + position: absolute; + bottom: 15pt; + left: calc(33% - 20pt); width: 40pt; height: 32pt; border-radius: 20pt; @@ -227,6 +240,10 @@ div label input { color: #D7E2E2; } +.round-button-right a{ + color: #D7E2E2; +} + .small-square-button { position: absolute; top: 5pt; diff --git a/parts/templates/partsearch.html b/parts/templates/partsearch.html index 9a9a117..e589255 100644 --- a/parts/templates/partsearch.html +++ b/parts/templates/partsearch.html @@ -60,6 +60,7 @@
+