diff --git a/builder/code/phreeze.backbone/styles/style.css b/builder/code/phreeze.backbone/styles/style.css
index 28fa2a95..4085bbc4 100644
--- a/builder/code/phreeze.backbone/styles/style.css
+++ b/builder/code/phreeze.backbone/styles/style.css
@@ -20,6 +20,11 @@ p.buttonContainer {
}
+table {
+ width:auto !important;
+ margin-bottom:0px !important;
+}
+
table.collection tr:hover {
cursor: pointer;
}
@@ -29,6 +34,14 @@ table.collection th:hover {
opacity: 0.5;
}
+.tableContainer {
+ overflow: auto;
+ width: 940px; /* add responsive parts in bootstrap.css */
+ border: 2px solid #333;
+ border-radius: 4px;
+ padding:0px;
+}
+
.date-picker input
{
width: 80px;
@@ -96,3 +109,21 @@ span.help-inline {
span.help-inline:empty {
display: none;
}
+
+@media(min-width:1200px) {
+ .tableContainer{
+ width: 1170px;
+ }
+}
+
+@media(min-width:768px) and (max-width:979px) {
+ .tableContainer{
+ width: 724px;
+ }
+}
+
+@media(max-width:767px) {
+ .tableContainer{
+ width: 100%;
+ }
+}
diff --git a/builder/code/phreeze.backbone/templates/ListView.tpl.tpl b/builder/code/phreeze.backbone/templates/ListView.tpl.tpl
index 3c1a05a3..c967e095 100644
--- a/builder/code/phreeze.backbone/templates/ListView.tpl.tpl
+++ b/builder/code/phreeze.backbone/templates/ListView.tpl.tpl
@@ -36,26 +36,19 @@
diff --git a/builder/code/phreeze.blade/views/listview.blade.php.tpl b/builder/code/phreeze.blade/views/listview.blade.php.tpl
index e9fcbb8a..95f132df 100644
--- a/builder/code/phreeze.blade/views/listview.blade.php.tpl
+++ b/builder/code/phreeze.blade/views/listview.blade.php.tpl
@@ -34,26 +34,19 @@
diff --git a/builder/code/phreeze.savant/templates/ListView.tpl.tpl b/builder/code/phreeze.savant/templates/ListView.tpl.tpl
index 381693df..1063b6b9 100644
--- a/builder/code/phreeze.savant/templates/ListView.tpl.tpl
+++ b/builder/code/phreeze.savant/templates/ListView.tpl.tpl
@@ -31,24 +31,19 @@