From 9faa3bd3e079dd63b1308a507b58bfdbe5604fe3 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Thu, 8 May 2014 18:30:41 -0400 Subject: [PATCH 01/46] whoops, in ff4cd45 missed file type card #3961 - the highlights were being added to every card type --- src/main/webapp/search-include-fragment.xhtml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/search-include-fragment.xhtml b/src/main/webapp/search-include-fragment.xhtml index c63082dd079..1371abb95bf 100644 --- a/src/main/webapp/search-include-fragment.xhtml +++ b/src/main/webapp/search-include-fragment.xhtml @@ -597,17 +597,17 @@ - - -
- - - - -
+ +
+ + + + +
+
- -
+
+
From 51636d00623d429f74c0e81e952ce7550460119a Mon Sep 17 00:00:00 2001 From: mheppler Date: Fri, 9 May 2014 13:20:43 -0400 Subject: [PATCH 02/46] Added "disabled" style class to the pagination First/Previous links if you are on the first page of results. Added styling for the cursor hand icon, to the search icon in the persistent navbar, to show it is a clickable element. --- src/main/webapp/resources/css/structure.css | 1 + src/main/webapp/search-include-fragment.xhtml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/resources/css/structure.css b/src/main/webapp/resources/css/structure.css index 1c1a171f593..75122523db8 100644 --- a/src/main/webapp/resources/css/structure.css +++ b/src/main/webapp/resources/css/structure.css @@ -16,6 +16,7 @@ body .ui-widget {font-size: inherit;} #navbarFixed .navbar-brand {color:#C55B28; padding-left:34px;background: url(/resources/images/logo_dataverse.png) no-repeat left center;background-size:20% auto;} #navbarFixed .label.beta {display:block; float:left; margin-top:10px; background:#C55B28; font-size:1.4em; font-weight:normal;} +#navbarFixed #navbar-search-toggle {cursor: pointer; cursor: hand;} #navbarFixed .dropdown.accountName .label.label-danger {margin-left:.5em;} #navbarFixed .dropdown.accountName .logout form {margin:0; padding:0; width:100%;} #navbarFixed .dropdown.accountName .logout a {clear: both; color: #333333; display: block; font-weight: normal; line-height: 1.42857; padding: 3px 20px; white-space: nowrap; text-decoration: none;} diff --git a/src/main/webapp/search-include-fragment.xhtml b/src/main/webapp/search-include-fragment.xhtml index 1371abb95bf..636bc430785 100644 --- a/src/main/webapp/search-include-fragment.xhtml +++ b/src/main/webapp/search-include-fragment.xhtml @@ -256,7 +256,7 @@