Stretch content div and make Reset/Update buttons stick to right.

This commit is contained in:
Pavel Zuna 2010-08-10 16:59:18 -04:00 committed by Rob Crittenden
parent cc9d0ffc67
commit 58fd1199f6

View File

@ -85,6 +85,7 @@ h1 {
div#content { div#content {
float: left; float: left;
width: 100%;
} }
@ -113,6 +114,10 @@ div#content ul#viewtype li a {
font-weight: normal; font-weight: normal;
} }
div#content div#buttons {
float: right;
margin-right: 15px;
}
div#content div#buttons img { div#content div#buttons img {
border: 0; border: 0;