[Rt-commit] rt branch, 4.6/search-selection-next, repushed
Blaine Motsinger
blaine at bestpractical.com
Wed Jan 29 15:03:44 EST 2020
The branch 4.6/search-selection-next was deleted and repushed:
was 96a8ea058e1d258320f84da3a75bc5141b769082
now 39f3b9e8ffe89252fc1ac7b27209190762e35a48
1: 6a6be39aa4 = 1: 6a6be39aa4 Add RT-Extension-DashboardSelectionUI to core
2: c363780e3f = 2: c363780e3f Upgrade jQuery ui sortable and add disableSelection
3: 96a8ea058e ! 3: 39f3b9e8ff Update DashboardSelectionUI to elevator-light
@@ -69,8 +69,10 @@
% }
</div>
</div>
+-</div>
+ </div>
-+
+
+-<div class="clear"></div>
+ <div class="col-md-3">
+ <div class="destinations">
+% for my $pane (sort keys %pane_name) {
@@ -89,9 +91,10 @@
+ </div>
+
+ </div>
- </div>
++</div>
- <div class="clear"></div>
+ <%INIT>
+ use utf8;
diff --git a/share/static/css/elevator-light/forms.css b/share/static/css/elevator-light/forms.css
--- a/share/static/css/elevator-light/forms.css
@@ -104,11 +107,11 @@
- width: 750px;
-}
-
- .selectionbox-js .source,
- .selectionbox-js .destinations {
- width: 350px;
- }
-
+-.selectionbox-js .source,
+-.selectionbox-js .destinations {
+- width: 350px;
+-}
+-
-.selectionbox-js .destinations {
- float: right;
-}
@@ -117,29 +120,29 @@
display: none;
}
@@
- margin-bottom: 2em;
}
--.selectionbox-js .source .contents {
+ .selectionbox-js .source .contents {
- height: 450px;
--}
--
- /* include ul rule specifically to make the drop target work when there are
- no selected searches */
- .selectionbox-js .destination .contents,
- .selectionbox-js .destination .contents ul {
-- height: 200px;
-+ height: auto;
++ height: 526px;
}
- .selectionbox-js h2 {
+ /* include ul rule specifically to make the drop target work when there are
@@
+ margin: 0 0 .5em 0;
}
++.selectionbox-js .source .filters {
++ margin-bottom: 1em;
++}
++
++.selectionbox-js .destinations {
++ margin-top: 7.6rem;
++}
++
.selectionbox-js .contents {
- border: 2px solid #aaa;
-- overflow-y: scroll;
-+ border: 1px solid #aaa;
++ border: 1px solid #ccc;
+ overflow-y: scroll;
padding: 0 .5em;
}
-
More information about the rt-commit
mailing list