8
8
src : url (fonti/MPLUSCodeLatin.ttf);
9
9
}
10
10
11
- html , body {
11
+ html ,
12
+ body {
12
13
width : 100% ;
13
14
height : 100% ;
14
15
font-family : font_obic;
15
16
font-size : 15px ;
16
17
}
17
18
18
19
/*
19
-
20
20
#0169cc -tmna
21
21
#71a1fa -svetla
22
-
23
22
*/
24
23
25
24
div {
26
25
padding-bottom : 3% ;
27
26
}
28
- input [type = text ], input [type = email ], input [type = date ], textarea {
27
+
28
+ input [type = text ], input [type = email ], input [type = date ], textarea {
29
29
border : 2px solid # 0169cc ;
30
30
border-radius : 5px ;
31
31
padding : 1% ;
32
+ box-sizing : border-box;
33
+ width : 100% ;
32
34
}
33
35
34
36
.obv ::after {
35
37
content : "*" ;
36
38
color : red;
37
39
}
38
40
39
- .osivi {
41
+ .osivi {
40
42
cursor : pointer;
41
43
opacity : 0.5 ;
42
44
}
@@ -70,16 +72,20 @@ input[type=text], input[type=email], input[type=date], textarea{
70
72
background : # 0169cc ;
71
73
}
72
74
73
- # obrazec-main > form > # osnovni {
75
+ # osnovni {
74
76
padding : 3% ;
75
77
max-width : 100% ;
76
78
border-radius : 20px ;
77
79
border : 2px solid # 71a1fa ;
78
80
margin-bottom : 2% ;
79
81
display : flex;
80
82
flex-direction : column;
81
- align-items : center;
82
83
background : white;
84
+ align-items : center;
85
+ }
86
+
87
+ # osnovni > div {
88
+ padding : 0 ;
83
89
}
84
90
85
91
# gnaslov {
@@ -95,52 +101,17 @@ input[type=text], input[type=email], input[type=date], textarea{
95
101
font-weight : bold;
96
102
}
97
103
98
- # ime_priimek {
99
- display : flex;
100
- max-width : fit-content;
101
- }
102
-
103
- # ime_priimek > div {
104
- padding : 0 ;
105
- text-align : left;
104
+ # ime_priimek > div , # davcna , # tel_mail > div , # naslov , # mestoSt > div {
105
+ flex : 1 ;
106
106
margin-right : 2% ;
107
107
}
108
108
109
- # davcna {
110
- width : 100% ;
111
- }
112
- # davcna > input {
113
- width : 100% ;
114
- }
115
-
116
- # tel_mail {
109
+ # ime_priimek , # tel_mail , # mestoSt {
117
110
display : flex;
118
- max-width : fit-content;
119
111
}
120
112
121
- # tel_mail > div {
122
- padding : 0 ;
123
- text-align : left;
124
- margin-right : 2% ;
125
- }
126
-
127
- # naslov {
128
- width : 100% ;
129
- }
130
- # naslov > input {
131
- width : 100% ;
132
- }
133
-
134
- # mestoSt {
135
- display : flex;
136
- max-width : fit-content;
137
-
138
- }
139
-
140
- # mestoSt > div {
141
- padding : 0 ;
142
- text-align : left;
143
- margin-right : 2% ;
113
+ # davcna > input , # ulica_hisna_st , # mesto , # postnaST , # telefonska , # mail {
114
+ width : 100%
144
115
}
145
116
146
117
# prosnja {
@@ -165,6 +136,7 @@ input[type=text], input[type=email], input[type=date], textarea{
165
136
background-color : white;
166
137
transition : opacity 0.5s ease;
167
138
}
139
+
168
140
# izdaja > input {
169
141
width : 20% ;
170
142
font-weight : bold;
@@ -229,10 +201,11 @@ input[type=text], input[type=email], input[type=date], textarea{
229
201
text-align : left;
230
202
}
231
203
232
- # vracilo > # vrac_kz {
204
+ # vracilo > # vrac_kz {
233
205
text-align : center;
234
206
width : 30% ;
235
207
}
208
+
236
209
# vracilo > # dat_vrac_kz {
237
210
text-align : center;
238
211
font-weight : normal;
@@ -265,4 +238,4 @@ input[type=text], input[type=email], input[type=date], textarea{
265
238
background-color : # 71a1fa ;
266
239
cursor : pointer;
267
240
transition : 0.2s ;
268
- }
241
+ }
0 commit comments