Commit ab860221 by Milovan Samardzic

izmeneStyle

parent bfb6dfa3
......@@ -512,3 +512,7 @@ img {
width: 100%;
height: 100%;
}
.wave{
background: url("../images/wave.svg");
background-repeat: no-repeat;
}
\ No newline at end of file
......@@ -92,30 +92,30 @@
</div>
</nav>
<header class="masthead">
<header class="masthead wave">
<div class="container d-flex justify-content-center align-items-center" style="height: 450px;font-size: 27px">
<div class="row justify-content-center">
<div class="row justify-content-center w-100">
<div class="col d-flex justify-content-center align-items-center">
<div class="text-center text-white">
<div class="text-center text-white w-100">
<h1 class="mb-5" style="color:black">Pretrazite oglase</h1>
<form class="form-subscribe" method="GET" th:action="@{/lista-oglasa}">
<div class="row">
<div class="col-auto">
<div class="col-3">
<select class="form-select" name="lokacijaId" id="lokacijeopt">
<option value="" selected>Sve lokacije</option>
<option th:each="lokacija: ${lokacije}" th:value="${lokacija.getLokacijaId()}"
th:text="${lokacija.getNaziv()}"></option>
</select>
</div>
<div class="col-auto">
<div class="col-3">
<input type="radio" name="vrstaOglasaId" id="radiodugme1" value="1">
<label for="radiodugme1" style="color:black">Prodaja</label>
</div>
<div class="col-auto">
<div class="col-3">
<input type="radio" name="vrstaOglasaId" id="radiodugme2" value="2">
<label for="radiodugme2" style="color:black">Iznajmljivanje</label>
</div>
<div class="col-auto">
<div class="col-3">
<button class="btn btn-secondary btn-lg" id="submitButton" type="submit">Pretrazi
</button>
</div>
......
......@@ -23,7 +23,7 @@
</head>
<body th:object="${loggedUser}">
<body th:object="${loggedUser}" class="pozadinaSVG">
<nav class="navbar navbar-icon-top navbar-expand-lg p-3">
<a class="navbar-brand" href="#"> </a>
......
......@@ -162,8 +162,8 @@
</div>
</div>
<div class="row mt-3 mb-3">
<div class="col-6 d-flex justify-content-between align-items-center">
<div class="col-6">
<div class="col-6 d-flex justify-content-between align-items-center flex-wrap">
<div class="col-lg-6 col-md-6 col-sm-6">
<input checked class="form-check-input" type="radio" name="flexRadioDefault"
id="flexRadioDefault1" value="1" th:field="${newOglas.vrstaOglasaId}"
onclick="promenaProdaja(this)" style="position:static">
......@@ -171,7 +171,7 @@
Prodaja
</label>
</div>
<div class="col-6">
<div class="col-lg-6 col-md-6 col-sm-6">
<input class="form-check-input" type="radio" name="flexRadioDefault"
id="flexRadioDefault2" value="2" th:field="${newOglas.vrstaOglasaId}"
onclick="promenaProdaja(this)" style="position: static">
......@@ -180,15 +180,15 @@
</label>
</div>
</div>
<div class="col-6 d-flex justify-content-between align-items-center">
<div class="col-4">
<div class="col-6 d-flex justify-content-between align-items-center flex-wrap">
<div class="col-lg-4 col-md-4 col-sm-4">
<input th:field="${newOglas.lift}" class="form-check-input" type="checkbox"
value="">
<label class="ml-2">
Lift
</label>
</div>
<div class="col-4">
<div class="col-lg-4 col-md-4 col-sm-4">
<input th:field="${newOglas.namesten}" class="form-check-input"
type="checkbox"
value="">
......@@ -196,7 +196,7 @@
Namesten
</label>
</div>
<div class="col-4">
<div class="col-lg-4 col-md-4 col-sm-4">
<input th:field="${newOglas.grejanje}" class="form-check-input"
type="checkbox"
value="">
......
......@@ -85,7 +85,7 @@
</div>
</nav>
<div class="form-body">
<div class="form-body d-flex justify-content-center align-items-center pozadinaSVG" style="height: 800px;">
<div class="row">
<div class="form-holder">
<div class="form-content">
......
......@@ -87,7 +87,7 @@
</div>
</nav>
<div class="form-body">
<div class="form-body d-flex justify-content-center align-items-center pozadinaSVG" style="height: 800px;">
<div class="row">
<div class="form-holder">
<div class="form-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment