From 9a1b46fe42873c5fa4c8bb9cf6755eed9e8315db Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 29 Dec 2007 11:36:30 +0000 Subject: New setting added to specify how many objects should be displayed on most paginated lists. Default is: 25, 50, 100 (users can choose one of these values). If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1026 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index aa4b29712..37bddbc05 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -126,6 +126,9 @@ div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid .autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;} #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; } +.pagination {font-size: 90%} +p.pagination {margin-top:8px;} + /***** Tabular forms ******/ .tabular p{ margin: 0; -- cgit v1.2.3