Website for Sprint's MVNO is poorly designed, and seems to only work properly on Internet Explorer.
To make the website more usable under FireFox, changes in CSS are needed.
To accomplish this, we use FireFox Add-on Stylish.
- Launch FireFox
- Go to Tools -> Add-ons
- Click on Get Add-ons
- Search for: Stylish
- Install Stylish
- Restart FireFox
- Launch FireFox
- Go to Tools -> Add-ons
- Click on User Styles
- Click on Write New Style
- Name: MVNO Sane
- Tags: empty
- On the main text area add the block below and Save
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mvno.sprint.com") {
#leftcolumn {
float: left !important;
}
#leftColumn ul {
width: 150px !important;
}
table:nth-child(2) tr:nth-child(3) {
position: relative !important;
}
}
- Log in to https://mvno.sprint.com/
- Allow pop-ups and sign in.
- Verify controls, menus, buttos work.