From 5d4a0a39bee1fd1abd1a04e0614c75755df4485d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Nov 2009 02:06:01 -0500 Subject: The Python web server now uses jQuery Tablesorter --- python/res/jquery.tablesorter.pager.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 python/res/jquery.tablesorter.pager.css (limited to 'python/res/jquery.tablesorter.pager.css') diff --git a/python/res/jquery.tablesorter.pager.css b/python/res/jquery.tablesorter.pager.css new file mode 100644 index 00000000..8c8e9fca --- /dev/null +++ b/python/res/jquery.tablesorter.pager.css @@ -0,0 +1,25 @@ +div.tablesorterPager { + padding: 10px 0 10px 0; + background-color: #D6D2C2; + text-align: center; +} +div.tablesorterPager span { + padding: 0 5px 0 5px; +} +div.tablesorterPager input.prev { + width: auto; + margin-right: 10px; +} +div.tablesorterPager input.next { + width: auto; + margin-left: 10px; +} +div.tablesorterPager input { + font-size: 8px; + width: 50px; + border: 1px solid #330000; + text-align: center; +} + + + \ No newline at end of file -- cgit v1.2.3