diff --git a/frontend/src/components/Navbar.js b/frontend/src/components/Navbar.js index 79e3e91cf..52e202589 100644 --- a/frontend/src/components/Navbar.js +++ b/frontend/src/components/Navbar.js @@ -27,14 +27,13 @@ const LocalNavbar = (props) => { -
+
-
+ Search Fields + +
+
+
+

+ Rent per unit +

+
-
+ + + Min + +
+
+ + + Max + +
+
+
+
- Search Fields - + + +
-
-
-

+ + +

+
+ + +
+
+
- Rent per unit -

- +
-
- -
-
- -
+
+
+
+
+
+ Credit Report Needed +
+
-
-

- Min -

-
-
-

- Max -

-
+
+
+
+
+
+ Near Bus Stop +
+
-
- - -
+
+
+
+
+
+ Pets allowed +
+
+ +
+
+
+
+
+ + +
+
+
+ + +
+
+
+ +
+
+ -
+ -
-
- Deposit Needed -
-
-
- -
-
-
-
-
- Credit Report Needed -
-
-
- -
-
-
-
-
- Near Bus Stop -
-
-
- -
-
-
-
-
- Pets allowed -
-
-
- -
-
-
-
-
- - -
-
-
+ -
-
+ -
- +
-
+
+
+
+
+
+
+
+
+
    +
-
-
-
    -
-
- -
+ Add Property +
@@ -724,21 +724,14 @@ exports[`containers/MainContent renders new prop form on /property/new 1`] = ` onKeyDown={[Function]} > - - About - + About
@@ -1596,21 +1589,14 @@ exports[`containers/MainContent renders search prop form on /property/search 1`] onKeyDown={[Function]} > - - About - + About @@ -1666,527 +1652,534 @@ exports[`containers/MainContent renders search prop form on /property/search 1`]
-
+
-
+ Search Fields + +
+
+
+

+ Rent per unit +

+
-
+ + + Min + +
+
+ + + Max + +
+
+
+
- Search Fields - + + +
-
-
-

+ + +

+
+
+
+
+ Deposit Needed +
+
-
- -
-
- -
+
+
+
+
+
+ Credit Report Needed +
+
-
-

- Min -

-
-
-

- Max -

-
+
+
+
+
+
+ Near Bus Stop +
+
-
- - -
+
+
+
+
+
+ Pets allowed +
+
- - + type="checkbox" + />
+
+
+
+
+ + +
+
+
+ + +
+
+
+ +
+ - -
-
-
- Deposit Needed -
-
-
- -
-
-
-
-
- Credit Report Needed -
-
-
- -
-
-
- Near Bus Stop -
-
-
- -
-
-
-
-
- Pets allowed -
-
-
- -
-
-
-
-
+ -
-
+ -
-
+ -
- +
-
+
+
+
+
+
+
+
-
-
-
    -
-
+
+
+ -
+ Add Property +
diff --git a/frontend/src/containers/__snapshots__/SearchProperty.test.js.snap b/frontend/src/containers/__snapshots__/SearchProperty.test.js.snap index 32c23daa0..65ae8137d 100644 --- a/frontend/src/containers/__snapshots__/SearchProperty.test.js.snap +++ b/frontend/src/containers/__snapshots__/SearchProperty.test.js.snap @@ -1,527 +1,534 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`containers/SearchProperty redirects to login if not logged in 1`] = ` -
+
-
+ Search Fields + +
+
+
+

+ Rent per unit +

+
-
+ + + Min + +
+
+ + + Max + +
+
+
+
- Search Fields - + + +
-
-
-

+ + +

+
+ + +
+
+
- Rent per unit -

- +
-
- -
-
- -
+
+
+
+
+
+ Credit Report Needed +
+
-
-

- Min -

-
-
-

- Max -

-
+
+
+
+
+
+ Near Bus Stop +
+
-
- - -
+
+
+
+
+
+ Pets allowed +
+
- - + type="checkbox" + />
+
+
+
+
+ + +
+
+
+ + +
+
+
+ +
+ - -
-
-
- Deposit Needed -
-
-
- -
-
-
-
-
- Credit Report Needed -
-
-
- -
-
-
- Near Bus Stop -
-
-
- -
-
-
-
-
- Pets allowed -
-
-
- -
-
-
-
-
+ -
-
+ -
-
+ -
- +
-
+
+
+
+
+
+
+
-
-
-
    -
-
+
+
+ -
+ Add Property +
diff --git a/frontend/src/images/bootstrap-search.js b/frontend/src/images/bootstrap-search.js index 1e509b8a7..c4c0af513 100644 --- a/frontend/src/images/bootstrap-search.js +++ b/frontend/src/images/bootstrap-search.js @@ -11,11 +11,11 @@ const bootstrapSearch = () => { xmlns="http://www.w3.org/2000/svg" > diff --git a/frontend/src/style/App.css b/frontend/src/style/App.css index 182f94024..117365779 100644 --- a/frontend/src/style/App.css +++ b/frontend/src/style/App.css @@ -106,7 +106,7 @@ body { } } -/* Close Button style */ +/* Modal Close Button style */ .close { color: #f8f9fa; opacity: 1; diff --git a/frontend/src/style/SearchTool.css b/frontend/src/style/SearchTool.css deleted file mode 100644 index 8eb264588..000000000 --- a/frontend/src/style/SearchTool.css +++ /dev/null @@ -1,18 +0,0 @@ -.size { - height: 100%; - width: 251px; -} -.center { - margin: 0; - position: absolute; - top: 50%; - left: 50%; - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); -} - -.borderLine { - border-left: 1px solid grey; - border-right: 1px solid grey; - height: 920px; -}