summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-25 17:33:59 +0100
committerSarven Capadisli <csarven@status.net>2010-03-25 17:33:59 +0100
commit518551bf70429d10d5c7ce905a0e482bceffad18 (patch)
tree3e128e39e9c03df00d4603a7f155d18a05d727df /theme
parent1089c0e23c9b7be7128ee220959ce598db9a3cfe (diff)
Fix for processing indicator for aside
Diffstat (limited to 'theme')
-rw-r--r--theme/cloudy/css/display.css3
-rw-r--r--theme/default/css/display.css2
-rw-r--r--theme/identica/css/display.css2
-rw-r--r--theme/pigeonthoughts/css/display.css2
4 files changed, 5 insertions, 4 deletions
diff --git a/theme/cloudy/css/display.css b/theme/cloudy/css/display.css
index 5c3d8b5f7..caea5cf44 100644
--- a/theme/cloudy/css/display.css
+++ b/theme/cloudy/css/display.css
@@ -1663,7 +1663,8 @@ background-color:transparent;
}
#wrap form.processing input.submit,
-.entity_actions a.processing {
+#core a.processing,
+.dialogbox.processing .submit_dialogbox {
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
cursor:wait;
text-indent:-9999px;
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 7ccd234cd..5e3748cb7 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -214,7 +214,7 @@ background-color:transparent;
}
#wrap form.processing input.submit,
-#content a.processing,
+#core a.processing,
.dialogbox.processing .submit_dialogbox {
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
}
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 3972657a7..440dd8be2 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -215,7 +215,7 @@ background-color:transparent;
}
#wrap form.processing input.submit,
-#content a.processing,
+#core a.processing,
.dialogbox.processing .submit_dialogbox {
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
}
diff --git a/theme/pigeonthoughts/css/display.css b/theme/pigeonthoughts/css/display.css
index 62fa8817a..e584683fc 100644
--- a/theme/pigeonthoughts/css/display.css
+++ b/theme/pigeonthoughts/css/display.css
@@ -250,7 +250,7 @@ background-color:transparent;
#wrap form.processing input.submit,
-.entity_actions a.processing,
+#core a.processing,
.dialogbox.processing .submit_dialogbox {
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
}