Update CSS styles for improved layout and appearance
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
body { font-family: sans-serif; padding: 20px; }
|
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; background:#fafafa; margin:0; padding:24px; }
|
||||||
input { padding: 8px; width: 600px; }
|
h1 { margin: 0 0 16px 0; }
|
||||||
button { padding: 8px 14px; }
|
form { background:#fff; border:1px solid #e5e5e5; border-radius:10px; padding:14px; max-width: 920px; }
|
||||||
table { margin-top: 20px; border-collapse: collapse; }
|
.row { margin-bottom: 10px; }
|
||||||
th, td { border: 1px solid #ccc; padding: 6px; }
|
input, select { padding:10px; border:1px solid #ccc; border-radius:8px; font-size:14px; width: 100%; max-width: 860px; }
|
||||||
th { background: #f5f5f5; }
|
button { padding:10px 14px; border:0; border-radius:8px; font-weight:600; cursor:pointer; }
|
||||||
code { background: #eee; padding: 2px 4px; }
|
table { margin-top:16px; width:100%; border-collapse: collapse; background:#fff; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden; }
|
||||||
|
th, td { border-top:1px solid #eee; padding:10px; vertical-align: top; font-size:14px; }
|
||||||
|
th { background:#fbfbfb; text-align:left; }
|
||||||
|
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; background:#f2f2f2; padding:2px 4px; border-radius:4px; }
|
||||||
|
.hint { color:#555; font-size: 12px; margin-top: 10px; }
|
||||||
|
.error { color:#b00020; font-weight: 700; }
|
||||||
|
|||||||
Reference in New Issue
Block a user