diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6032066..3d70b1b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,12 +4,10 @@
-
+
-
-
@@ -66,7 +64,7 @@
"WebServerToolWindowFactoryState": "false",
"database.data.extractors.current.export.id": "Comma-separated (CSV)_id",
"git-widget-placeholder": "dev/m6__robert",
- "last_opened_file_path": "C:/Users/rober/Documents/GitHub/DBWT-Praktika/M6/emensamobile/public",
+ "last_opened_file_path": "C:/Users/rober/Documents/GitHub/DBWT-Praktika/M6/Dossier",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
@@ -83,11 +81,11 @@
}
+
-
@@ -114,7 +112,8 @@
-
+
+
@@ -180,7 +179,23 @@
1705679416721
-
+
+
+ 1705682140622
+
+
+
+ 1705682140622
+
+
+
+ 1705683562748
+
+
+
+ 1705683562748
+
+
@@ -194,6 +209,7 @@
-
+
+
\ No newline at end of file
diff --git a/M6/emensamobile/public/css/style.css b/M6/emensamobile/public/css/style.css
index e8a48f1..c8b0082 100644
--- a/M6/emensamobile/public/css/style.css
+++ b/M6/emensamobile/public/css/style.css
@@ -4,15 +4,31 @@
@media screen and (max-width: 600px) {
.bewertungen_mobile::after {
- content: '\A';
- white-space: pre;
+ content: '\A' !important;
+ white-space: pre !important;
}
body{
background-color: #0a3622;
}
+
+ #form{
+ content: '\A';
+ white-space: pre;
+ }
+
+ #sterne{
+ content: '\A';
+ white-space: pre;
+ }
+
+ .grid {
+ display: grid;
+ grid-template-columns: auto auto auto !important;
+ }
+
.grid_bewertung {
display: grid;
- grid-template-columns: 0px 300px auto 0px;
+ grid-template-columns: 1fr!important;
}
}
@@ -24,7 +40,7 @@
.grid_bewertung {
display: grid;
- grid-template-columns: 200px 300px auto 200px;
+ grid-template-columns: repeat(4, 1fr);
}
img {
diff --git a/M6/emensamobile/resources/views/main/bewertung.blade.php b/M6/emensamobile/resources/views/main/bewertung.blade.php
index 46f2b3e..bac17e3 100644
--- a/M6/emensamobile/resources/views/main/bewertung.blade.php
+++ b/M6/emensamobile/resources/views/main/bewertung.blade.php
@@ -54,20 +54,20 @@
?>