summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha Doherty <sammy@status.net>2010-10-25 16:00:34 -0400
committerSamantha Doherty <sammy@status.net>2010-10-25 16:00:34 -0400
commit01637bcd32921d6857fb7f5c0bbd40fba6bdb830 (patch)
tree38c62144330e50b502baa228de0a342f11fcddfb
parent78396db28a01866bd3bd8aad390a921e49d8e220 (diff)
Base theme styling for oauth pin and desktop mode.
-rw-r--r--theme/base/css/display.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index a278126dc..7ac66095a 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -975,6 +975,29 @@ max-height:96px;
margin-right:18px;
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 {
width:68%;
}