src/pyams_default_theme/resources/css/pyams-default.css
changeset 330 143f661e27e2
parent 319 29ffc22ece57
child 334 4b8a1c00ff0f
--- a/src/pyams_default_theme/resources/css/pyams-default.css	Thu Jan 03 15:30:47 2019 +0100
+++ b/src/pyams_default_theme/resources/css/pyams-default.css	Thu Jan 03 17:54:44 2019 +0100
@@ -141,6 +141,10 @@
   padding-top: 3px;
   padding-left: 1em;
 }
+.footer-simple ul:empty {
+  padding: 0;
+  margin: 0;
+}
 .footer-simple li {
   list-style-type: square;
   list-style-position: outside;
@@ -189,6 +193,9 @@
   display: inline-block;
   margin-right: 1rem;
 }
+.portlet > section.wrapper .carousel img {
+  max-height: 100vh;
+}
 @media only screen and (min-width: 1340px) {
   .col-lg-12 .portlet > section.wrapper {
     margin-left: calc(-50vw + 50%);
@@ -324,6 +331,20 @@
   top: 0 !important;
   height: 100vh;
 }
+.ekko-lightbox .ekko-lightbox-container .description {
+  position: absolute;
+  bottom: 0;
+  width: 100%;
+  font-size: 80%;
+  background-color: rgba(205, 205, 205, 0.75);
+  color: black;
+  padding: 0.5em 1em;
+  opacity: 0;
+  transition: all ease-in-out 0.5s;
+}
+.ekko-lightbox .ekko-lightbox-container:hover .description {
+  opacity: 1;
+}
 .ekko-lightbox .modal-footer {
   padding-top: 0;
   text-align: right !important;