From faa3933fbb54d0fc4a12145bd0aefa899db30dea Mon Sep 17 00:00:00 2001 From: "matthew.gregg" Date: Tue, 15 Jul 2008 23:20:45 -0400 Subject: Added notice deletion http://laconi.ca/PITS/00045 Removes selected notice and any replies that reference it. Attempts to de-queue anything pending. This patch does not archive notices. darcs-hash:20080716032045-982e4-a0b5d37ecfa84796f1681dda54110094ad1424c6.gz --- theme/default/display.css | 18 ++++++++++++++++++ theme/stoica/display.css | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) (limited to 'theme') diff --git a/theme/default/display.css b/theme/default/display.css index 5ba7edc25..efc94331d 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -348,6 +348,24 @@ dl.statistics { margin: 0; padding: 0; } +#notice_delete_form #confirmation_text { + display: block; + font-size: 14px; + font-weight: bold; + } +input#submit_yes, input#submit_no { + margin: 18px 0; + padding: 8px; + font-weight: bold; + color: #fff6d5; + background-color: #F60; + cursor: pointer; + border: 0; + width: auto; + } +input#submit_yes:hover, input#submit_no:hover { + background-color: #701238; + } .avatar { float: left; margin: 0 10px 0 0; diff --git a/theme/stoica/display.css b/theme/stoica/display.css index d21c7cc24..60d477069 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -235,6 +235,24 @@ p#branding a { margin: 0; padding: 0; } +#notice_delete_form #confirmation_text { + display: block; + font-size: 14px; + font-weight: bold; + } +input#submit_yes, input#submit_no { + margin: 18px 10px 0px 0px; + padding: 4px; + font-weight: bold; + color: #FCFFF5; + background-color: #C15D42; + cursor: pointer; + border: 0; + width: 40px; + } +input#submit_yes:hover, input#submit_no:hover { + background-color: #904632; + } .avatar.stream { float: left; margin: 0 10px 0 0; -- cgit v1.2.3-54-g00ecf