aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
authorNana Nosirova <nargiza.nosirova@mail.utoronto.ca>2018-07-17 02:44:31 +0000
committerGitHub <noreply@github.com>2018-07-17 02:44:31 +0000
commit77168116122c0c5e37405fddaee785efca414f6e (patch)
tree32a4bcfc6b591e25ca86bb55fafc8f5e75c2a118 /assets/css/style.css
parentc9f4e0e9df821c305b9606bd9575d3092384205b (diff)
parent60a53ac331e33cab3173a6803dcf11de3ff47ae6 (diff)
Merge pull request #3 from kdam0/feat/SR-26qa
Feat/SR-26
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
+}