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
This commit is contained in:
SamuelNZ 2014-03-22 20:57:59 +13:00
parent b0fdb62c12
commit 51b7cbdbee

View File

@ -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 {