[Rt-commit] rt branch, 4.6/search-selection-next, repushed
Blaine Motsinger
blaine at bestpractical.com
Tue Feb 11 18:57:38 EST 2020
The branch 4.6/search-selection-next was deleted and repushed:
was 6c165c14f65f71227ca5d45e5062ac895bc9663e
now 79fadc84d6410e0f9439e8cf2a2968188f3b556c
1: 43f0d18798 = 1: 43f0d18798 Add RT-Extension-DashboardSelectionUI to core
2: 377d75bbc3 = 2: 377d75bbc3 Upgrade jQuery ui sortable and add disableSelection
3: 71c3e0c1be ! 3: 844af51589 Update DashboardSelectionUI to elevator-light
@@ -1,6 +1,9 @@
Author: Blaine Motsinger <blaine at bestpractical.com>
Update DashboardSelectionUI to elevator-light
+
+ General design updates were also made from the original import to
+ make it look better with our elevator-light theme.
diff --git a/share/html/Admin/Global/MyRT.html b/share/html/Admin/Global/MyRT.html
--- a/share/html/Admin/Global/MyRT.html
@@ -128,14 +131,13 @@
</div>
-</div>
+ </div>
-
--<div class="clear"></div>
++
+ <div class="col-md-4 ml-2">
+ <div class="destinations">
+% for my $pane (sort keys %pane_name) {
+ <div class="destination" data-pane="<% $pane %>">
-+ <h2><% $pane_name{$pane} %></h2>
+ <div class="contents">
++ <h3><% $pane_name{$pane} %></h3>
+ <ul>
+% for my $item (@{ $selected{$pane} }) {
+ <& /Elements/ShowSelectSearch, %$item &>
@@ -146,7 +148,8 @@
+% }
+ </div>
+ </div>
-+
+
+-<div class="clear"></div>
+ </div>
+</div>
@@ -185,7 +188,14 @@
}
/* 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: 250px;
+ }
+
+ .selectionbox-js h2 {
margin: 0 0 .5em 0;
}
@@ -194,7 +204,7 @@
+}
+
+.selectionbox-js .destinations {
-+ margin-top: 4.75rem;
++ margin-top: 3.75rem;
+}
+
.selectionbox-js .contents {
4: 0a098aa6dc = 4: acab32cfca Switch remove icon to fontawesome
5: 94804c5945 = 5: 4205d28849 Fix reset to defaults
6: 41d461de63 = 6: 920ba2a851 Force redirect back to the current page on submit
7: 6c165c14f6 = 7: 79fadc84d6 Add name to forms for UpdateDashboard
More information about the rt-commit
mailing list