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:
parent
b0fdb62c12
commit
51b7cbdbee
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user