diff --git a/static/circles.html b/static/circles.html index a065fd0..7779d7c 100644 --- a/static/circles.html +++ b/static/circles.html @@ -154,6 +154,16 @@ padding-top: 13px; } +.circle-actions { + display: flex; + gap: 10px; + flex-wrap: wrap; +} + +.circle-actions .action-btn { + width: auto; +} + .circle-summary { list-style: none; } @@ -203,49 +213,47 @@ border-bottom: 0; } -.circle-authoring-grid { - display: grid; - grid-template-columns: 220px 1fr; - gap: 14px; -} - -.circle-authoring-side { - display: grid; - align-content: start; - gap: 8px; -} - -.circle-authoring-main { - min-width: 0; -} - .circle-note { color: #8C9DB6; font-size: 11px; line-height: 150%; } -.circle-select, .circle-shell input[type="password"], .circle-shell input[type="text"] { width: 100%; box-sizing: border-box; } -.circle-shell input[type="file"] { - width: 100%; - font-size: 12px; - color: #3B567F; +.circle-authoring-settings td:first-child { + width: 110px; +} + +.circle-authoring-settings { + margin-bottom: 8px; } .circle-upload-file { padding-top: 6px; } -.circle-actions { - display: flex; - gap: 10px; - flex-wrap: wrap; +.circle-confirm-box { + width: min(680px, calc(100vw - 32px)); + max-width: calc(100vw - 32px); + box-sizing: border-box; +} + +.circle-status-line + .circle-status-line { + margin-top: 2px; +} + +.circle-status-link { + color: #3B567F; + text-decoration: underline; +} + +.circle-status-link:hover { + color: #2C4060; } .circle-browser-overlay { @@ -371,7 +379,6 @@ @media (max-width: 980px) { .circle-browser-fields, - .circle-authoring-grid, .circle-browser-overlay-controls { grid-template-columns: 1fr; } @@ -430,64 +437,156 @@
| runtime | octb |
| privacy class | sealed |
| browser mode | native_sealed |
| resource mode | sealed_read |