summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-12-14 00:21:36 +0100
committerSarven Capadisli <csarven@status.net>2009-12-14 00:21:36 +0100
commit49ac5937c0dee0150ba0ef767413425af06045a8 (patch)
tree36a31e83e57bbc83d11049f9f06b6868d63a1a64 /theme
parent745e35ac1fcee01298db09a8649f79f410138652 (diff)
Initial UI for form repeat
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css1
-rw-r--r--theme/base/images/icons/icons-01.gifbin3097 -> 3154 bytes
-rw-r--r--theme/base/images/icons/twotone/green/recycle.gifbin0 -> 87 bytes
-rw-r--r--theme/default/css/display.css4
-rw-r--r--theme/identica/css/display.css4
5 files changed, 8 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 7446a42cd..bab6431b9 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1000,7 +1000,6 @@ float:left;
float:left;
margin-left:20%;
}
-.notice-options .form_repeat,
.notice-options .form_favor,
.notice-options .form_disfavor {
margin-left:0;
diff --git a/theme/base/images/icons/icons-01.gif b/theme/base/images/icons/icons-01.gif
index e910c86c0..5909d7b19 100644
--- a/theme/base/images/icons/icons-01.gif
+++ b/theme/base/images/icons/icons-01.gif
Binary files differ
diff --git a/theme/base/images/icons/twotone/green/recycle.gif b/theme/base/images/icons/twotone/green/recycle.gif
new file mode 100644
index 000000000..1fab5dcc7
--- /dev/null
+++ b/theme/base/images/icons/twotone/green/recycle.gif
Binary files differ
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index d4fcb2343..e0dda3de2 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -160,6 +160,7 @@ opacity:0;
.notice-options form.form_favor input.submit,
.notice-options form.form_disfavor input.submit,
.notice-options .notice_delete,
+.notice-options form.form_repeat input.submit,
#new_group a,
.pagination .nav_prev a,
.pagination .nav_next a,
@@ -334,6 +335,9 @@ background-position:0 -526px;
.notice-options .notice_delete {
background-position:0 -658px;
}
+.notice-options form.form_repeat input.submit {
+background-position:0 -1582px;
+}
.notices div.entry-content,
.notices div.notice-options {
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 0e8fa6d79..999af973c 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -160,6 +160,7 @@ opacity:0;
.notice-options form.form_favor input.submit,
.notice-options form.form_disfavor input.submit,
.notice-options .notice_delete,
+.notice-options form.form_repeat input.submit,
#new_group a,
.pagination .nav_prev a,
.pagination .nav_next a,
@@ -333,6 +334,9 @@ background-position:0 -526px;
.notice-options .notice_delete {
background-position:0 -658px;
}
+.notice-options form.form_repeat input.submit {
+background-position:0 -1582px;
+}
.notices div.entry-content,
.notices div.notice-options {