diff --git a/css/profile.css b/css/profile.css index 57872efb09a82ea2e46f7692d848fed4c315a464..d57c278e05f0e3878b9d28b968c39e0761c8de6b 100644 --- a/css/profile.css +++ b/css/profile.css @@ -178,4 +178,62 @@ input:checked + .slider:before { padding: 5px; border: 1px solid gray; border-bottom: 1px solid gray; +} + +table.data-location { + margin: 20px; + border-collapse: collapse; + width: 92%; +} + +th:nth-of-type(1) { + width: 10%; +} + +th:nth-of-type(2) { + width: 70%; +} + +th, td { + height: 25px; +} + +td { + padding-left: 10px; +} + +.add-location { + margin: 20px; + +} + +.add-location input[type=text] { + width: 75%; + height: 24px; +} + +.add-location input[type=submit] { + background: #82D800; + padding: 5px 20px; + border: 1px solid black; + font-family: 'Roboto', sans-serif; + font-size: 1em; + color: #453333; + border-radius: 10px; + margin-left: 20px; +} + +.back { + margin: 40px 0 0 20px; +} + +.back a { + padding: 5px 20px; + background: red; + font-size: 1em; + color: #453333; + border-radius: 10px; + border: 1px solid black; + font-family: 'Roboto', sans-serif; + text-decoration: none; } \ No newline at end of file