From e9e436facc53df0657bbd9479958f860b921ce56 Mon Sep 17 00:00:00 2001 From: Nils <2120531@stud.hs-mannheim.de> Date: Wed, 14 Jun 2023 18:18:54 +0200 Subject: [PATCH] =?UTF-8?q?Meine=20B=C3=BCcher=20weiter=20gemacht=20part?= =?UTF-8?q?=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abmelden_erfolgreich.php | 5 ----- burgerIcon.js | 10 +++++++++- meinebuecher.php | 9 ++++++--- style.css | 5 ++--- suchergebnisse.css | 40 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 57 insertions(+), 12 deletions(-) diff --git a/abmelden_erfolgreich.php b/abmelden_erfolgreich.php index 773dde0..f51b649 100644 --- a/abmelden_erfolgreich.php +++ b/abmelden_erfolgreich.php @@ -27,11 +27,6 @@ Bücher Meine Bücher - Abmelden";} - ?>
-
-
+
+
diff --git a/style.css b/style.css index dc18129..d8a608c 100644 --- a/style.css +++ b/style.css @@ -1737,9 +1737,8 @@ input[type=number] { } /*Reposition*/ #erweitertesuche{ - position: fixed; - right: 60px; - top: 15px; + opacity: 0; + pointer-events: none; } /*Burger Icon creation and position*/ diff --git a/suchergebnisse.css b/suchergebnisse.css index 5fb7083..3e9839b 100644 --- a/suchergebnisse.css +++ b/suchergebnisse.css @@ -97,6 +97,46 @@ cursor: pointer; } +.bin_container { + /* background-color: chartreuse; */ + margin-left: auto; + margin-top: auto; + flex: 0 0 40px; +} + +.bin { + background-image: url('pictures/bin.png'); + width: 40px; + height: 40px; + background-size: contain; + background-repeat: no-repeat; +} + +.bin:hover { + background-image: url('pictures/bin_hover.png'); + cursor: pointer; +} + +.extend { + background-image: url('pictures/extend.png'); + width: 40px; + height: 40px; + background-size: contain; + background-repeat: no-repeat; +} + +.extend:hover { + background-image: url('pictures/extend_hover.png'); + cursor: pointer; +} + +.placeholder_container { + /* background-color: chartreuse; */ + margin-left: auto; + margin-top: auto; + flex: 0 0 40px; +} + .divider { margin-top: 15px; margin-bottom: 15px;