web interface for table_definition improved
This commit is contained in:
@@ -161,6 +161,22 @@
|
||||
.tag { display: inline-block; padding: 1px 7px; border-radius: 9px; font-size: 11px; color: #4b5563; background: #eef1f6; }
|
||||
.tag + .tag { margin-left: 4px; }
|
||||
|
||||
/* ---------- Table definition workspace ---------- */
|
||||
|
||||
/* Each operation is a .panel of its own, stacked; the deleting one is the
|
||||
only place on the site that drops data, so it is coloured like it. */
|
||||
.panel-subhead { margin: 22px 0 0; font-size: 13px; color: #33415c; }
|
||||
.panel-actions { margin-top: 16px; }
|
||||
.panel .form-grid { margin-top: 14px; }
|
||||
.panel .form-actions { margin-top: 16px; }
|
||||
.panel .count { margin-left: 6px; padding: 1px 7px; border-radius: 9px; font-size: 12px; color: #4b5563; background: #eef1f6; }
|
||||
.panel > button.secondary { margin-top: 16px; padding: 9px 16px; border: 1px solid #c9d2de; border-radius: 6px; color: #24324a; background: #f4f6fa; cursor: pointer; }
|
||||
.panel > button.secondary:hover { background: #e9edf4; }
|
||||
.sql-preview { margin: 12px 0 0; padding: 12px; max-height: 260px; overflow: auto; border: 1px solid #e4e7ec; border-radius: 8px; font: 12px/1.5 ui-monospace, monospace; color: #33415c; background: #fafbfc; white-space: pre-wrap; }
|
||||
.danger-panel { border-color: #eccfcf; }
|
||||
.danger-panel h2 { color: #a12b2b; }
|
||||
.form-actions button.danger-submit { background: #a12b2b; }
|
||||
|
||||
/* ---------- Narrow screens ---------- */
|
||||
|
||||
@media (max-width: 850px) {
|
||||
|
||||
Reference in New Issue
Block a user