Minor fixes & new placeholder for location search

This commit is contained in:
Edin Dazdarevic
2016-11-11 00:14:11 +01:00
parent 0fa4a085a9
commit ec1119076c
2 changed files with 6 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ class Main extends React.Component {
<span className="title">Kiwi</span>
<input
id="gmaps-places-input"
placeholder="Kuda?"
placeholder="Unesite adresu, naselje ili grad"
className="where-to"
type="text"></input>
<div className="view-types">

5
web/dist/main.css vendored
View File

@@ -354,6 +354,7 @@ html {
display: flex;
flex-direction: column;
flex: 3 3;
letter-spacing: 1.4px;
}
.price {
@@ -400,6 +401,10 @@ html {
}
@media (min-width : 768px) {
.pli-details {
letter-spacing: 0;
}
.property-list-item {
margin-bottom: 15px;
border: 1px solid #e6e6e6;