From 51b7cbdbeefd1f06b96907441396e1930a121596 Mon Sep 17 00:00:00 2001 From: SamuelNZ Date: Sat, 22 Mar 2014 20:57:59 +1300 Subject: [PATCH] Update mpos.css Third time is the charm. Added width constraint, Things can't display correctly otherwise (Alerts for instance) Commented out the margin-left that was causing a issue similar to the dropdown-user --- public/site_assets/bootstrap/css/mpos.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index 96422900..2e4cf30c 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -4,6 +4,8 @@ body { background-color: #f8f8f8; + min-width: 350px; + /* Design constraint */ } /* Wrappers */ @@ -90,7 +92,7 @@ } .navbar-top-links .dropdown-alerts { - margin-left: -123px; + /*#margin-left: -123px; */ } .navbar-top-links .dropdown-user {