From 2157b47737bb15498147493682cdd56bf4839bd3 Mon Sep 17 00:00:00 2001 From: briandilley Date: Sat, 16 Oct 2004 05:17:51 +0000 Subject: [PATCH] browsers without javascript can also vote now, opens a new window... but at least it's the same window every time. (thanks blackbart) padding around "+" and "-" made larger so that it's easier to click. (thanks blackbart) --- Changelog | 10 ++++++++++ html/content-show-kwote.html | 12 ++++++++++-- html/quotes.css | 6 ++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..8df6151 --- /dev/null +++ b/Changelog @@ -0,0 +1,10 @@ +10-15-04 + * browsers without javascript can also vote now, + opens a new window... but at least it's the + same window every time. (thanks blackbart) + + * padding around "+" and "-" made larger so that + it's easier to click. (thanks blackbart) + +10-14-04 + * inital release diff --git a/html/content-show-kwote.html b/html/content-show-kwote.html index f6f66e7..3be0e17 100644 --- a/html/content-show-kwote.html +++ b/html/content-show-kwote.html @@ -2,9 +2,17 @@
#${KWOTE_ID} - - + -  ${KWOTE_RATING}  - + + +
diff --git a/html/quotes.css b/html/quotes.css index 2bb0541..248b9dc 100644 --- a/html/quotes.css +++ b/html/quotes.css @@ -72,6 +72,12 @@ a:hover, a:active right: 0px; } +/* make those little - + signs easier to click */ +.vote-controls a +{ + padding: 1em; +} + .quote-content { font-size: 0.9em;