]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Base theme styling for oauth pin and desktop mode.
authorSamantha Doherty <sammy@status.net>
Mon, 25 Oct 2010 20:00:34 +0000 (16:00 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 25 Oct 2010 20:00:34 +0000 (16:00 -0400)
theme/base/css/display.css

index a278126dc29dd74e7e59835abc6d1eff59dfdd01..7ac66095a83510cff63c1800da9b70a7d06af9e4 100644 (file)
@@ -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%;
 }