From d24ea04c56a519aa15be0d4d3d9ff4b894daf237 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 31 Jul 2008 14:27:22 +0000 Subject: footer logo added, widget gallery instructions changed, pagination block styles added to all pagination git-svn-id: https://code.elgg.org/elgg/trunk@1631 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/canvas/layouts/widgets.php | 2 +- views/default/css.php | 64 ++++++- views/default/navigation/pagination.php | 296 +++++++++++++++---------------- views/default/page_elements/footer.php | 8 +- 4 files changed, 215 insertions(+), 155 deletions(-) (limited to 'views/default') diff --git a/views/default/canvas/layouts/widgets.php b/views/default/canvas/layouts/widgets.php index a13b67679..57c46f3a4 100644 --- a/views/default/canvas/layouts/widgets.php +++ b/views/default/canvas/layouts/widgets.php @@ -72,7 +72,7 @@

Add widgets to your page

-Choose the features you want to add to your page by dragging them from the Widget gallery to either the Main content area or the Sidebar, and position them where you would like them to appear. +Choose the features you want to add to your page by dragging them from the Widget gallery on the right, to any of the three widget areas below, and position them where you would like them to appear.

To remove a widget drag it back to the Widget gallery.

diff --git a/views/default/css.php b/views/default/css.php index 593a18725..d22e8f9f3 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -86,7 +86,7 @@ a { outline: none; } a:visited { - color: #0054a7; + /* color: #0054a7; */ } a:hover { color: #0054a7; @@ -1944,7 +1944,67 @@ div.expandall p { } - + + +/* *************************************** + Pagination +*************************************** */ +.pagination { + margin:0 0 20px 0; + display: table; +} + +.pagination .pagination_number { + display:block; + float:left; + background:#ffffff; + border:1px solid #4690d6; + text-align: center; + color:#4690d6; + font-size: 12px; + font-weight: normal; + margin:0 6px 0 0; + padding:0px 4px; + cursor: pointer; +} +.pagination .pagination_number:hover, +.pagination .pagination_number:hover { + background:#4690d6; + color:white; + text-decoration: none; +} +.pagination .pagination_previous, +.pagination .pagination_next { + display:block; + float:left; + border:1px solid #4690d6; + color:#4690d6; + text-align: center; + font-size: 12px; + font-weight: normal; + margin:0 6px 0 0; + padding:0px 4px; + cursor: pointer; +} +.pagination .pagination_previous:hover, +.pagination .pagination_next:hover { + background:#4690d6; + color:white; + text-decoration: none; +} +.pagination .pagination_currentpage { + display:block; + float:left; + background:#4690d6; + border:1px solid #4690d6; + text-align: center; + color:white; + font-size: 12px; + font-weight: bold; + margin:0 6px 0 0; + padding:0px 4px; + cursor: pointer; +} diff --git a/views/default/navigation/pagination.php b/views/default/navigation/pagination.php index a4e2f16ac..bba122d5a 100644 --- a/views/default/navigation/pagination.php +++ b/views/default/navigation/pagination.php @@ -1,149 +1,149 @@ - - -