diff --git a/cont/settings.php b/cont/settings.php index faeedc2..164e5f0 100644 --- a/cont/settings.php +++ b/cont/settings.php @@ -1,6 +1,5 @@

Settings

-

User

fetch_assoc(); ?>
-
+

User

+
Benutzername"> Email"> @@ -17,4 +17,9 @@
+
+

Import / Export

+

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/master.css b/style/master.css index 864a674..bb4d180 100644 --- a/style/master.css +++ b/style/master.css @@ -26,6 +26,15 @@ h2 { width: 80%; } +h3 { + font-size: 1.5em; + text-align: left; + margin-top: .5em; + padding-bottom: .5em; + border-bottom: 1px solid grey; + width: 75%; +} + .even { background-color: #565656; } diff --git a/style/settings.css b/style/settings.css index 2ce0911..a89a802 100644 --- a/style/settings.css +++ b/style/settings.css @@ -1,12 +1,26 @@ -.userprofile { - width: 30em; - max-width: 90%; - margin: 0 auto; +.settings { display: flex; + justify-content: flex-start; flex-direction: column; + flex-wrap: wrap; +} +.pane { border: 1px solid grey; border-radius: 5px; background-color: #ddd; + margin: 1em; + min-width: max-content; + max-width: 50%; +} +.userprofile-pane { + display: flex; + flex-direction: column; + justify-content: flex-start; +} +.userprofile { + width: 22em; + display: flex; + flex-direction: column; } .userprofile span { display: flex; @@ -18,13 +32,13 @@ padding: 1em; } .change-attribute-input { - + text-indent: 1em; + color: grey; } .value { padding: 1em; } #saveButton { + align-self: flex-end; margin: 1em; - width: min-content; - float: right; }