From 9fa8f51b037137cb37a4d63965d6f0059691d6eb Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Wed, 17 May 2017 00:44:18 +0200 Subject: [PATCH] Added content to the tabs --- roms/templates/roms/details.html | 34 ++++++++++++++++++++++++++++---- static/css/gulasch_bulma.css | 3 +++ 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/roms/templates/roms/details.html b/roms/templates/roms/details.html index 9550b67..91a4b30 100644 --- a/roms/templates/roms/details.html +++ b/roms/templates/roms/details.html @@ -31,13 +31,13 @@

-
- Hier könnte eine Anleitung stehen. +
+
    +
  1. Versetze das Badge in Bootloadermodus
  2. +
  3. + Wähle die Rom-ID: +

    {{rom.id}}

    +
  4. +
  5. Wähle den Ziel-Slot
  6. +
  7. Warte auf den Neustart
  8. +
+
+
+ Manuell: Hier könnte eine Anleitung stehen.
@@ -58,4 +69,19 @@ + + {% endblock %} diff --git a/static/css/gulasch_bulma.css b/static/css/gulasch_bulma.css index 9a885f0..dd1668f 100644 --- a/static/css/gulasch_bulma.css +++ b/static/css/gulasch_bulma.css @@ -4288,6 +4288,9 @@ label.panel-block { .tab-body { padding-left: 1vw; } +.tab-body li { + margin-left: 1.5vw; +} .hidden { display: none; }