From be842451f644e28fc6130b329696740f48c9aa18 Mon Sep 17 00:00:00 2001
From: adyanf <adyanaufalf@gmail.com>
Date: Sun, 1 Oct 2017 17:38:28 +0700
Subject: [PATCH] styling editpreferredlocation

---
 css/profile.css | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/css/profile.css b/css/profile.css
index 57872ef..d57c278 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
-- 
GitLab