Bug 595388 - Use same padding for content and header in app update ui. r=rstrong, ui-r=faaborg, a=approval2.0

This commit is contained in:
Michael Monreal 2010-09-13 23:52:16 -07:00
parent 2fe5e97812
commit 2e5824ee5d
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,10 @@ wizardpage {
padding: 0;
}
.update-header {
padding: 0px 10px;
}
.update-content {
padding: 10px;
}

View File

@ -13,6 +13,10 @@ wizardpage {
padding: 0;
}
.update-header {
padding: 0px 10px;
}
.update-content {
padding: 10px;
}