Updated styling for OAuth authorization page's desktop mode.

TODO: move these styles into the main CSS file.
This commit is contained in:
Zach Copley 2010-10-22 11:21:44 -07:00
parent 1caa08429f
commit 3913b6a5d8
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ class ApiOauthAuthorizeAction extends Action
parent::showStyleSheets();
if ($this->desktopMode()) {
$this->style('#wrap {min-width: 500px; } #content {width: 480px; padding: 10px;} fieldset {margin-bottom: 10px !important;}</style>');
$this->style('#wrap {min-width: 500px;} #content {width: 480px; padding: 6px; margin: 4px 0px 0px 4px; border-top-left-radius: 7px; -moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px;} fieldset {margin-bottom: 10px !important;}');
}
}