Changeset 43c9090 for src/main/resources/static/css/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/terms.css
r743de55 r43c9090 4 4 body{ 5 5 font-family: var(--font-family); 6 background-color: #f3f8fe; 6 7 } 7 #outer-frame{ 8 background-color: #f3f8fe; 9 width: 100%; 10 height: 100vh; 11 } 8 12 9 #header{ 13 10 display: flex; … … 16 13 #menu{ 17 14 display: flex; 15 gap: 10px; 18 16 } 19 17 #menu *{ 20 padding: 8px; 18 padding: 10px; 19 background-color: #17a2b8; 20 border: 0; 21 border-radius: 5px; 22 color: white; 21 23 } 22 24 table td, … … 24 26 padding: 10px; 25 27 } 26 table{ 27 /*margin: 0 auto;*/ 28 width: 920px; 29 } 28 30 29 31 30 #popup { … … 67 66 color: #fff; 68 67 } 68 69 table{ 70 border-collapse: collapse; 71 table-layout: fixed; 72 width: max-content; 73 } 74 75 th, td { 76 width: fit-content; 77 text-align: center; 78 border: 1px solid #ddd; 79 padding: 12px; 80 } 81 82 th { 83 background-color: lightslategray; 84 color: #fff; 85 86 } 87 #frame{ 88 display: flex; 89 flex-direction: column; 90 gap: 10px; 91 } 92 #requestsTableBody{ 93 background-color: #eeeded; 94 } 95 #authButton{ 96 position: absolute; 97 left: 1145px; 98 top: 21px; 99 width: 150px; 100 color: white; 101 background-color: red; 102 padding: 10px; 103 border: none; 104 border-radius: 5px; 105 }
Note:
See TracChangeset
for help on using the changeset viewer.