Skip to content

Commit

Permalink
Added specific style for error box.
Browse files Browse the repository at this point in the history
* fixes bug 900432

Change-Id: I27bf9e2a5a5a32777774c76dc47655e8c4374d54
  • Loading branch information
emmasteimann committed Jan 20, 2012
1 parent da92e69 commit 41912be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openstack-dashboard/dashboard/static/dashboard/css/style.css
Expand Up @@ -894,3 +894,7 @@ a.view_full {
border-bottom: solid 1px #E1E1E1;
background-image: url(/static/dashboard/images/drop_arrow.png);
}
form div.clearfix.error {
width: 330px;
padding: 10px 10px;
}

0 comments on commit 41912be

Please sign in to comment.