[Bps-public-commit] RT-Extension-PreviewInSearch branch, master, updated. dc52fc893d3111d6840305e49c99d8b1610356a2

Wallace Reis wreis at bestpractical.com
Fri Jan 9 12:16:59 EST 2015


The branch, master has been updated
       via  dc52fc893d3111d6840305e49c99d8b1610356a2 (commit)
       via  6db71352277cbe15725333ac06d47800e7ae16f8 (commit)
      from  e8f8cbeeef53b1fabf84bc1db9f86842e6f567a9 (commit)

Summary of changes:
 .../RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 6db71352277cbe15725333ac06d47800e7ae16f8
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Fri Jan 9 15:14:46 2015 -0200

    Vertical autoscrolling for searchresults

diff --git a/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults b/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults
index fb55ec9..5cdedc6 100644
--- a/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults
+++ b/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults
@@ -6,7 +6,7 @@ table.ticket-list, .ticket-list-with-previewinsearch {
     width: 42%;
     top: 10em;
     bottom: 6em;
-    overflow-y: scroll;
+    overflow-y: auto;
     overflow-x: hidden;
     z-index: 11;
 }

commit dc52fc893d3111d6840305e49c99d8b1610356a2
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Fri Jan 9 15:16:17 2015 -0200

    Fix UI for web2/ballard on Windows

diff --git a/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults b/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults
index 5cdedc6..73c4d34 100644
--- a/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults
+++ b/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/BeforeResults
@@ -22,7 +22,7 @@ table.ticket-list, .ticket-list-with-previewinsearch {
     position: fixed;
     top: 10em;
 % if ( $web_style =~ /web2|ballard/ ) {
-    left: 55%;
+    left: 57%;
 % }
 % else {
     left: 47%;

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list