From de9a5228098f6139ffc28d84c7e0d123c215e4c9 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 14 Nov 2012 07:32:27 -0500 Subject: [PATCH] Implemented: - new pagination for lists --- interface/web/themes/default/css/styles.css | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/default/css/styles.css b/interface/web/themes/default/css/styles.css index 96815d0..913c33c 100644 --- a/interface/web/themes/default/css/styles.css +++ b/interface/web/themes/default/css/styles.css @@ -1787,4 +1787,31 @@ .ui-combobox-toggle { position: absolute !important; top: 0; bottom: 0; margin-left: -1px; padding: 1px !important; background: none repeat scroll 0 0 #FFFFFF !important; border: 1px solid #DFDFDF !important;} .ui-combobox-input { background: none repeat scroll 0 0 #FFFFFF !important; border: 1px solid #DFDFDF !important; padding: 1px; font-weight: normal !important; } .panel_install_package .ui-combobox { float: left; } -.clear-float { clear: both; } \ No newline at end of file +.clear-float { clear: both; } + +a.link-page, span.page-spacer { + display: inline-block; + text-align: center; + padding: 2px; + line-height: 16px; + text-decoration: none !important; + color: inherit !important; + min-width: 16px; +} +a.link-page { + border: 1px solid #FFFFFF; + margin: 0 5px; +} + +a.link-page:hover { + background-color: #DFDFDF; +} + +span.page-spacer { + margin: 0 -5px; +} + +a.link-page.current-page { + background-color: #DFDFDF; + font-weight: bold; +} \ No newline at end of file -- Gitblit v1.9.1