Skip to content

Commit 36d61a2

Browse files
committed
membuat Back End pada saldo dan penyeseuain pada menu lainnya agar tersinkron denga saldo seperti hrefnya
1 parent fc21f1a commit 36d61a2

16 files changed

+248
-1008
lines changed

assets/styles/bahanTerpakai.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ section .kanan .judul {
307307
section .kanan .saldo {
308308
margin: 25px auto;
309309
width: 100%;
310-
border: 1px solid black;
310+
border: 1px solid transparent;
311311
}
312312

313313
section .kanan .saldo img {

assets/styles/halamanRekap.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ section .kanan .judul {
307307
section .kanan .saldo {
308308
margin: 25px auto;
309309
width: 100%;
310-
border: 1px solid black;
310+
border: 1px solid transparent;
311311
}
312312

313313
section .kanan .saldo img {

assets/styles/reject.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ section .kanan .judul {
307307
section .kanan .saldo {
308308
margin: 25px auto;
309309
width: 100%;
310-
border: 1px solid black;
310+
border: 1px solid transparent;
311311
}
312312

313313
section .kanan .saldo img {

assets/styles/rekapPemasukan.css assets/styles/rekapKeuangan.css

+7-10
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,13 @@ article .tengah .navbar {
268268

269269
article .tengah .navbar .container-button {
270270
width: 100%;
271-
margin: -5px auto -10px;
271+
margin: -5px 0px -10px 2px;
272272
border: 2px solid transparent;
273273
color: white;
274274
-webkit-text-stroke: 0px #fff;
275275
background-color: transparent;
276276
font-size: medium;
277+
text-align: left;
277278
}
278279

279280
article .tengah .navbar .container-button button {
@@ -285,10 +286,6 @@ article .tengah .navbar .container-button button {
285286
font-weight: bold;
286287
}
287288

288-
article .tengah .navbar .container-button a:nth-child(1) {
289-
margin-right: 480px;
290-
}
291-
292289
article .tengah .navbar .container-button button:hover {
293290
background-color: white;
294291
color: #1b9046;
@@ -310,17 +307,17 @@ article .tabel table {
310307
font-weight: bold;
311308
letter-spacing: 0;
312309
-webkit-text-stroke: 0 transparent;
313-
background-color: white;
314310
}
315311

316312
article .tabel table th {
317-
border: 2px solid #1b9046;
313+
border: 1px solid black;
318314
background-color: #ffde38;
319315
}
320316

321317
article .tabel table td {
322-
border-left: 2px solid #1b9046;
323-
border-right: 2px solid #1b9046;
318+
border-left: 1px solid black;
319+
border-right: 1px solid black;
320+
color: white;
324321
}
325322

326323
section .kanan {
@@ -342,7 +339,7 @@ section .kanan .judul {
342339
section .kanan .saldo {
343340
margin: 25px auto;
344341
width: 100%;
345-
border: 1px solid black;
342+
border: 1px solid transparent;
346343
}
347344

348345
section .kanan .saldo img {

0 commit comments

Comments
 (0)