summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/admin.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index aa8b288..5c1e489 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -25,6 +25,7 @@ a:hover {
25 body content, node listing tables, the child-creation shortcuts on 25 body content, node listing tables, the child-creation shortcuts on
26 nodes#show, and the dashboard draft list's Show/Revisions links. */ 26 nodes#show, and the dashboard draft list's Show/Revisions links. */
27#page_editor a, 27#page_editor a,
28#sitemap a,
28table.node_table a, 29table.node_table a,
29table.assets_table a, 30table.assets_table a,
30table.events_table a, 31table.events_table a,
@@ -104,6 +105,11 @@ input[type=radio] {
104 width: 100%; 105 width: 100%;
105 box-sizing: border-box; 106 box-sizing: border-box;
106 } 107 }
108
109 #sitemap details details {
110 margin-left: 0.75rem;
111 padding-left: 0.5rem;
112 }
107} 113}
108 114
109#metadata, 115#metadata,
@@ -773,6 +779,40 @@ form.button_to button[type="submit"] {
773 white-space: nowrap; 779 white-space: nowrap;
774} 780}
775 781
782.sitemap_node {
783 padding-bottom: 0.5rem;
784 margin-bottom: 0.5rem;
785 border-bottom: 1px solid #ececec;
786}
787
788.sitemap_node h4 {
789 margin: 0;
790}
791
792.sitemap_node .field_hint {
793 display: block;
794 margin: 2px 0 0;
795}
796
797.sitemap_node p {
798 margin: 2px 0 0;
799}
800
801#sitemap details details {
802 margin-left: 1.5rem;
803 border-left: 1px solid #e8e8e8;
804 padding-left: 0.75rem;
805}
806
807#sitemap summary {
808 padding: 4px 0;
809}
810
811#sitemap details:not([open]) > summary {
812 color: #ff9600;
813 font-weight: bold;
814}
815
776/* ============================================================ 816/* ============================================================
777 Page editor / metadata forms 817 Page editor / metadata forms
778 ============================================================ */ 818 ============================================================ */