Fix for Bug 6689 - Improve styling of table pager
authorOwen Leonard <oleonard@myacpl.org>
Wed, 20 Jul 2011 19:21:17 +0000 (15:21 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 9 Oct 2011 07:10:46 +0000 (20:10 +1300)
Adds some style to the table pager include. Also
styles the pages "1/2" input field so that it
does not look like an input field (since editing
the value does nothing).

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index c52c252..8784694 100644 (file)
@@ -2048,3 +2048,24 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
     color : #cc0000;
     }
 
+div.pager {
+       background-color : #E8E8E8;
+       border : 1px solid #BCBCBC;
+       -moz-border-radius : 5px;
+       display : inline-block;
+       font-size : 85%;
+       padding : .3em .5em .3em .5em;
+       margin : .4em 0;
+}
+div.pager img {
+       vertical-align : middle;
+}
+div.pager img.last {
+       padding-right: 5px;
+}
+div.pager input.pagedisplay {
+       border : 0;
+       background-color : transparent;
+       font-weight: bold;
+       text-align : center;
+}
\ No newline at end of file