diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 10b86ef..bf81b8d 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -529,8 +529,9 @@ td, th { 3. MEDIA QUERIES *************************************/ -/* iPhone 4 */ -@media (max-width: 320px) { + +@media (max-width: 480px) { + /* MarkItUp */ .markItUpButton11, .markItUpButton12, .markItUpButton13, @@ -544,4 +545,12 @@ td, th { .markItUpSeparator{ display: none; } -} + + /* Dashboard */ + .dashboard-well .col-xs-6 { + width: 100%; + } + .dashboard-well .col-xs-6 .pull-right { + float: left!important; + } +} \ No newline at end of file diff --git a/admin/themes/default/index.template.php b/admin/themes/default/index.template.php index 91e3252..192fcd8 100644 --- a/admin/themes/default/index.template.php +++ b/admin/themes/default/index.template.php @@ -148,7 +148,8 @@
-