]> git.agnieray.net Git - galette.git/commitdiff
Adjust print CSS to last changes in templates
authorGuillaume AGNIERAY <dev@agnieray.net>
Thu, 5 Oct 2023 10:12:49 +0000 (12:12 +0200)
committerJohan Cwiklinski <trasher@x-tnd.be>
Thu, 5 Oct 2023 10:46:32 +0000 (12:46 +0200)
ui/semantic/galette/globals/site.overrides

index 300168507b89e94f72906de14fac14740bfe37cd..0795720e498a28311d48f576b8ba1f64800f1d9f 100644 (file)
@@ -390,10 +390,25 @@ ul.leaders span + span {
     background: #fff;
   }
 
+  html.public_page section.vertically.centered {
+    justify-content: start;
+  }
+
   .ui.fixed.menu + .pusher {
     padding-top: 0;
   }
 
+  .loggedin #main {
+    background-image: none;
+  }
+  body:not(.loggedin) #main {
+    width: 100%;
+  }
+
+  .logo {
+    margin-top: 0 !important;
+  }
+
   table.listing tbody tr:hover > td {
     background-color: inherit !important;
   }
@@ -409,7 +424,9 @@ ul.leaders span + span {
   .infoline .right.aligned.segment,
   .actions_row,
   .ui.pagination.menu,
-  section.content > footer,
+  section.content .main-content > footer,
+  section.content .main-content + footer,
+  section.vertically.centered .main-content + footer,
   #back2top {
     display: none !important;
   }