diff --git a/addKatalog.htm b/addKatalog.htm index 62439ca..163d524 100644 --- a/addKatalog.htm +++ b/addKatalog.htm @@ -28,8 +28,8 @@ - - + + - + +
diff --git a/deleteInventar.htm b/deleteInventar.htm index 49b33f9..e82f537 100644 --- a/deleteInventar.htm +++ b/deleteInventar.htm @@ -15,7 +15,7 @@

Eingabe

- +
diff --git a/findVerleih.htm b/findVerleih.htm index c810aff..d994ff5 100644 --- a/findVerleih.htm +++ b/findVerleih.htm @@ -14,7 +14,7 @@

Eingabe

- +
diff --git a/index.html b/index.html index 951f49b..297db3d 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,6 @@ Bücherwurm WebInterface -
@@ -18,7 +16,7 @@
- Buch im Katalog + @@ -43,13 +41,12 @@
- Verleihvorgang +
diff --git a/scss/menu.css b/scss/menu.css deleted file mode 100644 index 8787ae6..0000000 --- a/scss/menu.css +++ /dev/null @@ -1 +0,0 @@ -/* No CSS *//*# sourceMappingURL=menu.css.map */ \ No newline at end of file diff --git a/scss/menu.css.map b/scss/menu.css.map deleted file mode 100644 index 5403b2e..0000000 --- a/scss/menu.css.map +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": 3, - "mappings": "", - "sources": [ - "menu.scss" - ], - "names": [], - "file": "menu.css" -} \ No newline at end of file diff --git a/scss/menu.scss b/scss/menu.scss deleted file mode 100644 index e69de29..0000000 diff --git a/scss/style.css b/scss/style.css index 9c95000..b866cd9 100644 --- a/scss/style.css +++ b/scss/style.css @@ -51,7 +51,7 @@ body { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - width: 100px; + width: 150px; height: 30px; } diff --git a/scss/style.scss b/scss/style.scss index 71f4c9a..15097f7 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -39,7 +39,7 @@ body margin-left: 40%; margin-top: 5%; align-items: center; - width: 100px; + width: 150px; height: 30px; } }