summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css23
-rw-r--r--theme/rebase/css/display.css5
2 files changed, 26 insertions, 2 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%;
}
diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css
index 19ef2b577..ab7516567 100644
--- a/theme/rebase/css/display.css
+++ b/theme/rebase/css/display.css
@@ -687,6 +687,7 @@ display:none;
float: left;
position: relative;
margin-bottom: 10px;
+ width: 100%;
}
#aside_primary .notices li {
@@ -1398,7 +1399,7 @@ display:block;
padding: 4px 4px 4px 26px;
}
-.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input {
+.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input {
background-color: #ccc !important;
border: none;
}
@@ -1407,7 +1408,7 @@ display:block;
padding: 2px 4px 4px 28px;
}
-.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input {
+.entity_actions a:hover, .entity_actions p:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover {
background-color: #f2f2f2 !important;
}