Skip to content

Commit

Permalink
fixed whitespace and alignment of elements to be consistent
Browse files Browse the repository at this point in the history
fixes bug 923248

Change-Id: Ic7d2bfcb6f55c354c942afbcd152b60b2810e8da
  • Loading branch information
jakez01234 committed Feb 3, 2012
1 parent 64b81ac commit 3eae6c8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions openstack-dashboard/dashboard/static/dashboard/css/style.css
Expand Up @@ -640,8 +640,8 @@ table form {

.modal .left {
float: left;
width: 342px;
margin-right: 25px;
width: 347px;
margin-right: 15px;
}

.left form {
Expand All @@ -650,7 +650,7 @@ table form {

.modal .right {
float: left;
width: 285px;
width: 308px;
}

.clear {
Expand Down Expand Up @@ -682,10 +682,6 @@ table form {
width: auto;
}

.modal-body {
padding-bottom: 0;
}

.modal .modal-body .modal-footer {
width: 670px;
margin-left: -25px;
Expand Down

0 comments on commit 3eae6c8

Please sign in to comment.