diff --git a/web/static/css/main.css b/web/static/css/main.css index f2adef1..7e4bac4 100644 --- a/web/static/css/main.css +++ b/web/static/css/main.css @@ -737,6 +737,16 @@ select { gap: 18px; } +/* layout utili — struktura bez razmaka; gap/margin se daju po instanci */ +.kolona { + display: flex; + flex-direction: column; +} +.red-izmedju { + display: flex; + justify-content: space-between; +} + /* grid raspored polja — osnovne (desktop) vrednosti; responsivni override na uže ekrane je niže u media bloku */ .forma-grid-2 { diff --git a/web/templates/stranice/admin_dozvole.html b/web/templates/stranice/admin_dozvole.html index fa9faad..6ea4ef9 100644 --- a/web/templates/stranice/admin_dozvole.html +++ b/web/templates/stranice/admin_dozvole.html @@ -34,7 +34,7 @@ {{end}} {{define "sadrzaj"}} -
+
diff --git a/web/templates/stranice/admin_korisnici.html b/web/templates/stranice/admin_korisnici.html index 48a9002..eae66c0 100644 --- a/web/templates/stranice/admin_korisnici.html +++ b/web/templates/stranice/admin_korisnici.html @@ -22,7 +22,7 @@ {{end}} {{define "sadrzaj"}} -
+
diff --git a/web/templates/stranice/dobavljac_forma.html b/web/templates/stranice/dobavljac_forma.html index 1c7c554..c0efa89 100644 --- a/web/templates/stranice/dobavljac_forma.html +++ b/web/templates/stranice/dobavljac_forma.html @@ -29,7 +29,7 @@ {{end}}
-
+
diff --git a/web/templates/stranice/dobavljaci.html b/web/templates/stranice/dobavljaci.html index 0df9323..97408ac 100644 --- a/web/templates/stranice/dobavljaci.html +++ b/web/templates/stranice/dobavljaci.html @@ -24,7 +24,7 @@ {{end}} {{define "sadrzaj"}} -
+
{{if .Sacuvano}}
Dobavljač je uspešno sačuvan.
@@ -104,7 +104,7 @@
{{range .Dobavljaci}}
-
+ -
+
{{if .KontaktOsoba}}
Kontakt: {{.KontaktOsoba}} diff --git a/web/templates/stranice/izvestaji.html b/web/templates/stranice/izvestaji.html index cba72c6..91eef8e 100644 --- a/web/templates/stranice/izvestaji.html +++ b/web/templates/stranice/izvestaji.html @@ -26,7 +26,7 @@ {{end}} {{define "sadrzaj"}} -
+
diff --git a/web/templates/stranice/kategorije.html b/web/templates/stranice/kategorije.html index a0bf033..76be502 100644 --- a/web/templates/stranice/kategorije.html +++ b/web/templates/stranice/kategorije.html @@ -18,7 +18,7 @@ {{end}} {{define "sadrzaj"}} -
+
{{if .Sacuvano}}
Kategorija je uspešno sačuvana.
@@ -40,7 +40,7 @@ Nova kategorija
-
+
-
+
Ime i prezime
diff --git a/web/templates/stranice/klijenti.html b/web/templates/stranice/klijenti.html index 379b1bf..7e757f7 100644 --- a/web/templates/stranice/klijenti.html +++ b/web/templates/stranice/klijenti.html @@ -24,7 +24,7 @@ {{end}} {{define "sadrzaj"}} -
+
{{if .Sacuvano}}
Klijent je uspešno sačuvan.
@@ -113,7 +113,7 @@
{{range .Klijenti}}
-
+
{{if .NazivFirme}}
{{.NazivFirme}}
@@ -138,7 +138,7 @@ {{end}}
-
+
{{if .Telefon}}
Telefon: {{.Telefon}} diff --git a/web/templates/stranice/magacin.html b/web/templates/stranice/magacin.html index f3732bd..e23407c 100644 --- a/web/templates/stranice/magacin.html +++ b/web/templates/stranice/magacin.html @@ -25,7 +25,7 @@ {{end}} {{define "sadrzaj"}} -
+
{{if .Sacuvano}}
Artikal je uspešno sačuvan.
@@ -48,7 +48,7 @@
- + @@ -134,7 +134,7 @@
{{range .Artikli}}
-
+
{{.Naziv}}
{{if .KategorijaNaziv}} diff --git a/web/templates/stranice/magacin_forma.html b/web/templates/stranice/magacin_forma.html index 041dd32..80db9af 100644 --- a/web/templates/stranice/magacin_forma.html +++ b/web/templates/stranice/magacin_forma.html @@ -29,7 +29,7 @@ {{end}} -
+
diff --git a/web/templates/stranice/nabavka_detalji.html b/web/templates/stranice/nabavka_detalji.html index 84e1fa7..98d7371 100644 --- a/web/templates/stranice/nabavka_detalji.html +++ b/web/templates/stranice/nabavka_detalji.html @@ -16,7 +16,7 @@ {{end}} {{define "sadrzaj"}} -
+
diff --git a/web/templates/stranice/nabavka_forma.html b/web/templates/stranice/nabavka_forma.html index ddeb668..917c1db 100644 --- a/web/templates/stranice/nabavka_forma.html +++ b/web/templates/stranice/nabavka_forma.html @@ -36,7 +36,7 @@
Nova nabavka
-
+
-
+
+
{{if .Sacuvano}}
Nabavka je uspešno sačuvana.
@@ -98,7 +98,7 @@
{{range .Nabavke}}
-
+
{{if .DobavljacNaziv}}{{.DobavljacNaziv}}{{else}}Bez dobavljača{{end}} diff --git a/web/templates/stranice/podesavanja.html b/web/templates/stranice/podesavanja.html index a9c9178..1c9e411 100644 --- a/web/templates/stranice/podesavanja.html +++ b/web/templates/stranice/podesavanja.html @@ -73,7 +73,7 @@ Firma
-
+
-
+
Zamućenje pozadine
@@ -220,7 +220,7 @@
-
+
Zamućenje kartice (glass)
@@ -230,7 +230,7 @@
-
+
Zatamnjivanje pozadine
@@ -240,7 +240,7 @@
-
+
Zatamnjivanje kartice NTech
diff --git a/web/templates/stranice/podesavanja_izgled.html b/web/templates/stranice/podesavanja_izgled.html index cb69742..97268f6 100644 --- a/web/templates/stranice/podesavanja_izgled.html +++ b/web/templates/stranice/podesavanja_izgled.html @@ -80,7 +80,7 @@
-
+
Zamućenje pozadine
@@ -88,7 +88,7 @@ class="klizac">
-
+
Zamućenje kartice (glass)
@@ -96,7 +96,7 @@ class="klizac">
-
+
Zatamnjivanje pozadine
@@ -104,7 +104,7 @@ class="klizac">
-
+
Zatamnjivanje kartice NTech
diff --git a/web/templates/stranice/podesavanja_opste.html b/web/templates/stranice/podesavanja_opste.html index b244149..1931284 100644 --- a/web/templates/stranice/podesavanja_opste.html +++ b/web/templates/stranice/podesavanja_opste.html @@ -64,7 +64,7 @@ Firma
-
+
+
{{if .Sacuvano}}
Podsetnik je uspešno sačuvan.
@@ -115,7 +115,7 @@
{{range .Podsetnici}}
-
+
{{.Naslov}}
{{if .Napomena}} diff --git a/web/templates/stranice/podsetnik_forma.html b/web/templates/stranice/podsetnik_forma.html index 725644a..9750efc 100644 --- a/web/templates/stranice/podsetnik_forma.html +++ b/web/templates/stranice/podsetnik_forma.html @@ -28,7 +28,7 @@ {{end}} -
+