TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

groupsManagementTemplate.html #save_alert needs better CSS #131

Closed lifeBCE closed 10 years ago

lifeBCE commented 10 years ago

The CSS for this page element does not allow enough width to fit content so content wraps. When this alert is shown, the entire Groups Management View drops down about 80 pixels and then back up when transition is complete.

Change CSS to: width: 150px position: absolute; right: 25px;

and remove float.