[Bps-public-commit] RT-Extension-PreviewInSearch branch, side-by-side-preview, updated. e1295b0696812d81e1a0328f1e78a9f541e58a96
? sunnavy
sunnavy at bestpractical.com
Thu Nov 6 14:10:26 EST 2014
The branch, side-by-side-preview has been updated
via e1295b0696812d81e1a0328f1e78a9f541e58a96 (commit)
from 02ef985c23b88dacf9e501155ceba0ae40455613 (commit)
Summary of changes:
.../Search/Results.html/AfterResults | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit e1295b0696812d81e1a0328f1e78a9f541e58a96
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Nov 7 03:04:54 2014 +0800
fix sidebyside css to make preview box show in parallel with search results
diff --git a/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/AfterResults b/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/AfterResults
index 3af994f..05e8bb9 100644
--- a/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/AfterResults
+++ b/html/Callbacks/RT-Extension-PreviewInSearch/Search/Results.html/AfterResults
@@ -2,18 +2,15 @@
tr.in-preview td { background: #ffb }
% if ( RT->Config->Get('SideBySidePreview') ) {
table.collection-as-table-smaller-left {
- position: relative;
+ float: left;
width: 43%;
}
#ticket-preview-container {
float: right;
width: 56%;
- margin-top: -137%;
}
- at -moz-document url-prefix() {
- #ticket-preview-container {
- margin-top: -102%;
- }
+.refresh {
+ clear: both;
}
% }
</style>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list