diff --git a/cont/settings.php b/cont/settings.php index cfa2d9f..0dfd854 100644 --- a/cont/settings.php +++ b/cont/settings.php @@ -17,6 +17,14 @@ +
Hiermit werden alle Rezepte und sich zurzeit auf der Shoppingliste befindlichen Einträge als Download zur Verfügung gestellt. Diese Datei kann dann an anderer Stelle wieder Importiert werden, oder als Backup abgespeichert werden.
diff --git a/style/settings.css b/style/settings.css index a89a802..9bbfe54 100644 --- a/style/settings.css +++ b/style/settings.css @@ -1,7 +1,7 @@ .settings { display: flex; justify-content: flex-start; - flex-direction: column; + flex-direction: row; flex-wrap: wrap; } .pane { @@ -10,7 +10,7 @@ background-color: #ddd; margin: 1em; min-width: max-content; - max-width: 50%; + max-width: 45%; } .userprofile-pane { display: flex; @@ -22,11 +22,26 @@ display: flex; flex-direction: column; } +.userpassword-pane { + display: flex; + flex-direction: column; + justify-content: flex-start; +} +.userpassword { + width: 22em; + display: flex; + flex-direction: column; +} .userprofile span { display: flex; flex-direction: row; align-items: center; } +.userpassword span { + display: flex; + flex-direction: row; + align-items: center; +} .attribute { width: 6em; padding: 1em;