summaryrefslogtreecommitdiff
path: root/theme/identica/css/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/identica/css/display.css')
-rw-r--r--theme/identica/css/display.css28
1 files changed, 9 insertions, 19 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 576a2e14b..c32b6269d 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -17,10 +17,7 @@ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1em;
}
address {
-margin-right:71px;
-}
-address .fn {
-display:none;
+margin-right:7.18%;
}
input, textarea, select, option {
@@ -40,7 +37,6 @@ background:none;
input.submit,
#form_notice.warning #notice_text-count,
-#nav_register a,
.form_settings .form_note,
.entity_remote_subscribe {
background-color:#9BB43E;
@@ -51,7 +47,6 @@ input:focus, textarea:focus, select:focus,
border-color:#9BB43E;
}
input.submit,
-#nav_register a,
.entity_remote_subscribe {
color:#fff;
}
@@ -94,12 +89,10 @@ color:#333;
#form_notice.warning #notice_text-count {
color:#000;
}
-
-
-#nav_register a {
-text-decoration:none;
-font-weight:bold;
-padding:2px 4px;
+#form_notice.processing #notice_action-submit {
+background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
+cursor:wait;
+text-indent:-9999px;
}
#content,
@@ -120,10 +113,10 @@ background-color:rgba(255, 255, 255, 0.7);
}
-#page_notice .error {
+.error {
background-color:#F7E8E8;
}
-#page_notice .success {
+.success {
background-color:#EFF3DC;
}
@@ -171,7 +164,8 @@ background-color:#9BB43E;
color:#fff;
}
.form_user_unsubscribe input.submit,
-.form_group_leave input.submit {
+.form_group_leave input.submit,
+.form_user_authorization input.reject {
background-color:#87B4C8;
}
@@ -238,10 +232,6 @@ background-color:#fcfcfc;
#new_group a {
background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
}
-#usergroups #new_group {
-float: left;
-margin-right: 2em;
-}
.pagination .nav_prev a,
.pagination .nav_next a {