mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Fix authorization page sizing for large scope lists.
This commit is contained in:
@@ -5499,13 +5499,17 @@ tr.gold-accent + tr > td {
|
||||
.oauth2-authorize {
|
||||
position: relative;
|
||||
background: url(../snoo-tray.png) no-repeat;
|
||||
width: 415px;
|
||||
width: 442px;
|
||||
height: 235px;
|
||||
margin: 40px auto 0;
|
||||
padding-left: 280px;
|
||||
padding-left: 268px;
|
||||
padding-top: 18px;
|
||||
}
|
||||
|
||||
.oauth2-authorize h1 {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.oauth2-authorize h1 a {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
@@ -5536,7 +5540,8 @@ tr.gold-accent + tr > td {
|
||||
|
||||
.oauth2-authorize .access {
|
||||
position: relative;
|
||||
margin: 0 -12px;
|
||||
float: right;
|
||||
width: 410px;
|
||||
padding: 10px 15px;
|
||||
font-size: 1.5em;
|
||||
line-height: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user