Add test for new rounded money format functions
[civicrm-core.git] / css / dashboard.css
index 1a837e9f2af2a12854db630f276fa2748fb664e1..cf2f34e815617599fc20824c30841b054f68e858 100644 (file)
@@ -9,10 +9,8 @@
   float: left;
   margin: 0;
   /* padding-bottom and min-height make sure that there is always a sizable drop zone. */
-  min-height: 400px;
-  height: 400px;
-  height: auto !important;
-  padding: 0 0 250px;
+  min-height: 200px;
+  padding: 0 0 40px;
   list-style-type: none;
 }
 
 #crm-container .ui-sortable-placeholder * {
   visibility: hidden;
 }
+
+@media screen and (max-device-width: 50em), screen and (max-width: 50em) {
+  #crm-container .column {
+    width: 100%;
+    min-height: 0;
+  }
+  #crm-container .column-0 {
+    padding: 0;
+  }
+}