summaryrefslogtreecommitdiff
path: root/python/res/jquery.tablesorter.pager.css
diff options
context:
space:
mode:
Diffstat (limited to 'python/res/jquery.tablesorter.pager.css')
-rw-r--r--python/res/jquery.tablesorter.pager.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/python/res/jquery.tablesorter.pager.css b/python/res/jquery.tablesorter.pager.css
deleted file mode 100644
index 8c8e9fca..00000000
--- a/python/res/jquery.tablesorter.pager.css
+++ /dev/null
@@ -1,25 +0,0 @@
-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