From 49ac5937c0dee0150ba0ef767413425af06045a8 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 14 Dec 2009 00:21:36 +0100 Subject: [PATCH] Initial UI for form repeat --- theme/base/css/display.css | 1 - theme/base/images/icons/icons-01.gif | Bin 3097 -> 3154 bytes .../images/icons/twotone/green/recycle.gif | Bin 0 -> 87 bytes theme/default/css/display.css | 4 ++++ theme/identica/css/display.css | 4 ++++ 5 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 theme/base/images/icons/twotone/green/recycle.gif diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 7446a42cdd..bab6431b9a 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 e910c86c002fb7f303963108ac2d6fe1163b736a..5909d7b19cdee858a479674064bff32745ebc122 100644 GIT binary patch delta 110 zcmbO!aY=&5-P6s&GEs`bj_vvXjXeLDME?K(ulSRNk&EF!gAM}_fTT9dF@NK*+xu?2 z#rePQs^|CZS#D|km^b7_vdq!A_+Z^fq{uZhXDvc@(fHGA$>EKz2#t<@&1gr k?6jS+w?iK-pOA3ERiJ7ef0ygV@3|(aU3`n#ofsLc0gB=r!2kdN literal 0 HcmV?d00001 diff --git a/theme/default/css/display.css b/theme/default/css/display.css index d4fcb23434..e0dda3de28 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 0e8fa6d793..999af973c6 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 { -- 2.39.5