Base theme styling for oauth pin and desktop mode.
This commit is contained in:
parent
78396db28a
commit
01637bcd32
|
@ -975,6 +975,29 @@ max-height:96px;
|
||||||
margin-right:18px;
|
margin-right:18px;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.oauth-desktop-mode #wrap {
|
||||||
|
min-width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.oauth-desktop-mode #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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.oauth-desktop-mode fieldset {
|
||||||
|
margin-bottom: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#oauth_pin {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
#showapplication .entity_profile {
|
#showapplication .entity_profile {
|
||||||
width:68%;
|
width:68%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user