]> git.0d.be Git - panikweb-airlibre.git/commitdiff
V 0.5
authorwintz_collectifs <wintz@collectifs.net>
Fri, 31 Mar 2023 21:46:29 +0000 (23:46 +0200)
committerwintz_collectifs <wintz@collectifs.net>
Fri, 31 Mar 2023 21:46:29 +0000 (23:46 +0200)
panikweb_airlibre/static/css/podcasts.scss
panikweb_airlibre/static/css/style.scss

index 8521ffefe5c82fcd16370803449c8909dd7fc2bd..29aca1ac6696debf95d44de2627ee46570e86e58 100644 (file)
@@ -1,8 +1,21 @@
 
-#main-podcasts .sectionLabel {
-       display: none;
-}
+#main-podcasts  {
+       position: relative;
+
+       #main-podcasts .sectionLabel {
+               display: none;
+       }
+       #search-form {
+               position: absolute;
+               right: 0;
+               top: -66px;
 
+               #id_q {
+                       height: 26px;
+                       font-size: 18px;
+               }
+       }
+}
 #main-podcasts li.soundfile.frontpage {
        width: 32%;
   min-height: 650px;
index 191fcfb6eeb1725d4b1a31178b5ec895f47e590b..790774c76acbdbb177be17d9cfdcecd3fe5c2bcf 100644 (file)
@@ -142,6 +142,7 @@ h2{
                max-width: 1200px;
                min-height: calc(100% - 200px);
                padding-left: 2em;
+               position: relative;
        }
        .main.grid {
                padding-right: 2em;