diff options
author | matthew.gregg <matthew.gregg@gmail.com> | 2008-07-15 23:20:45 -0400 |
---|---|---|
committer | matthew.gregg <matthew.gregg@gmail.com> | 2008-07-15 23:20:45 -0400 |
commit | faa3933fbb54d0fc4a12145bd0aefa899db30dea (patch) | |
tree | b72d7e33ff8d7f7bc3f9dd93cb59429a89ab0fbf /theme/stoica/display.css | |
parent | b6efc9889f589ba5c526f12f8b60f77fd902de6b (diff) |
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
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 18 |
1 files changed, 18 insertions, 0 deletions
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; |