aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2017-04-14 17:36:32 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2017-04-14 17:36:32 +0000
commitc06a7af55e7a40abc6eb12fff56851c6512e32c7 (patch)
treee5e5eae90f6fbb05ba783df977c8c3712102f143 /assets/css/style.css
parentc1bcbbec851d509ee911016536a5e684eac4ee43 (diff)
feat / updated the css and js for the search bar input
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d9ac8f5..d4d4860 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -48,17 +48,18 @@ main .search h2{
}
.search input {
- text-align: center;
+ text-align: left;
box-sizing: border-box;
background-size: 20px 20px;
- padding: 0;
+ padding-left: 10px;
+ padding-right: 10px;
}
.search input, .search button.search-button {
font-size: 16px;
- height: 40px;
+ height: 40px;
border-radius: 10px;
- border: 2px solid #ccc;
+ border: 2px solid #ccc;
}
.input-group {
@@ -629,4 +630,4 @@ hr {
.badge {
background-color: #f2dede !important;
color: #a94442 !important;
-} \ No newline at end of file
+}