diff --git a/static/styles.css b/static/styles.css index 047e791..fc53240 100644 --- a/static/styles.css +++ b/static/styles.css @@ -6,10 +6,6 @@ body, html { height: 100%; } -html { - font-size:130%; -} - h1 { text-align: center; } @@ -20,8 +16,8 @@ div#pinner-modal form { padding: 20px; border: 1px solid #ccc; border-radius: 5px; - background-color: rgb(205, 243, 148, 0.7); - font-size: 135%; + background-color: rgba(202, 216, 3, 0.7); + font-size: 100%; } form p { @@ -33,7 +29,6 @@ form p { height: 100vh; margin: 0 0; position: relative; - font-size: 120%; } main { @@ -48,7 +43,6 @@ div.leaflet-popup-content { div.pinner-modal { position: absolute; - top: 10vh; left: 0; width: 100%; @@ -59,6 +53,7 @@ div.pinner-modal { transition: bottom 0.5s ease; box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.2); z-index: 999; + } div.pinner-modal.active { @@ -78,7 +73,7 @@ nav { background-color: rgba(202, 216, 3, 0.7); padding: 5px; z-index: 1000; - font-size: 120%; + font-size: 110%; } @@ -112,4 +107,16 @@ flashes { border-radius: 20px; background-color: rgba(0,150,0,0.8); top: 8%; +} + +#pinner-top { + background-color: green; +} + +input#submit { + background-color: green; +} + +button a { + color: black; } \ No newline at end of file diff --git a/templates/add_pin.html b/templates/add_pin.html index 9a06278..ce0e6d2 100644 --- a/templates/add_pin.html +++ b/templates/add_pin.html @@ -1,4 +1,4 @@ -
+ {{ form.hidden_tag() }}