Changeset 43c9090 for src/main/resources/static/css/admin-terms.css
- Timestamp:
- 10/12/24 21:32:15 (5 weeks ago)
- Branches:
- master
- Parents:
- 743de55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/static/css/admin-terms.css
r743de55 r43c9090 44 44 } 45 45 #active{ 46 margin: 15px 0;46 padding: 15px; 47 47 display: flex; 48 48 flex-direction: column; 49 49 gap: 10px; 50 border: 1px solid #ccc; 51 border-radius: 5px; 52 background-color: #f9f9f9; 50 53 } 51 54 #frame{ … … 79 82 position: relative; 80 83 overflow: hidden; 81 /* transform: scale(1.25); */82 84 } 83 85 … … 131 133 cursor: pointer; 132 134 animation: to-top 1s forwards; 133 /* border-radius: 50%; */134 135 } 135 136 #frame > *:hover{ 136 137 background-color:white; 137 transition: background-color 0.3s, transform 0.3s;138 138 } 139 139 … … 276 276 font-size: 14px; 277 277 height: 30px; 278 width: 55px;278 width: 70px; 279 279 padding: 5px; 280 overflow: hidden; /* Hide overflow if needed */280 overflow: hidden; 281 281 } 282 282 … … 291 291 width: 100%; 292 292 height: 100%; 293 background-color: rgba(0, 0, 0, 0.5); /* Dark background */293 background-color: rgba(0, 0, 0, 0.5); 294 294 justify-content: center; 295 295 align-items: center; … … 320 320 } 321 321 322 #cancelBtn 323 background-color: #f 44336; /* Red */322 #cancelBtn, #temporal-deletion, #delete-approval{ 323 background-color: #ff6666; 324 324 color: white; 325 } 326 327 #approveBtn { 328 background-color: #4CAF50; /* Green */ 325 max-width: fit-content; 326 } 327 328 #approveBtn, #confirm-approval, #approve-carried-out{ 329 background-color: #4CAF50; 329 330 color: white; 330 331 } … … 390 391 background-color: #f9f9f9; 391 392 } 393 392 394 #creation > * { 393 395 padding-bottom: 10px; … … 405 407 } 406 408 407 #delete-all-free button { 408 padding: 10px; 409 background-color: #ff6666; 409 #authButton{ 410 position: absolute; 411 left: 1145px; 412 top: 21px; 413 width: 150px; 410 414 color: white; 415 background-color: red; 416 padding: 10px; 411 417 border: none; 412 418 border-radius: 5px; 413 cursor: pointer;414 419 } 415 420 … … 423 428 } 424 429 425 426 427 /* Table styles */428 430 table { 429 width: 320px; 431 padding-top: 10px; 432 width: fit-content; 430 433 border-collapse: collapse; 431 434 margin-bottom: 20px; 432 435 } 433 436 434 /* Table header styles */ 435 thead { 436 background-color: #007BFF; 437 color: white; 438 } 439 440 th { 437 438 thead > tr { 441 439 padding: 10px; 442 440 text-align: left; 443 441 } 444 445 446 442 447 443 tbody tr { … … 451 447 452 448 tbody tr:hover { 453 background-color: #f1f1f1; /* Highlight row on hover */449 background-color: #f1f1f1; 454 450 } 455 451 … … 457 453 padding: 10px; 458 454 } 455 456 #request-assets, #appointment-assets 457 { 458 display: flex; 459 flex-direction: row; 460 gap: 10px; 461 } 462 463 h3{ 464 padding-top: 20px; 465 } 466 #summary{ 467 margin-top: 20px; 468 padding: 15px; 469 display: flex; 470 flex-direction: column; 471 border: 1px solid #ccc; 472 border-radius: 5px; 473 background-color: #f9f9f9; 474 } 475 #authButton{ 476 position: absolute; 477 left: 1145px; 478 top: 21px; 479 width: 150px; 480 }
Note:
See TracChangeset
for help on using the changeset viewer.