[ARVADOS] updated: d54ace4fb5dd3ce7d010c956d42113811b7b6df1
git at public.curoverse.com
git at public.curoverse.com
Thu Dec 4 15:28:06 EST 2014
Summary of changes:
apps/workbench/app/assets/javascripts/selection.js.erb | 4 ----
apps/workbench/app/assets/stylesheets/selection.css | 17 -----------------
2 files changed, 21 deletions(-)
delete mode 100644 apps/workbench/app/assets/stylesheets/selection.css
via d54ace4fb5dd3ce7d010c956d42113811b7b6df1 (commit)
from cdef2ed51aff8d9878fa23778689f4a2a2e492d6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d54ace4fb5dd3ce7d010c956d42113811b7b6df1
Author: Radhika Chippada <radhika at curoverse.com>
Date: Thu Dec 4 15:23:11 2014 -0500
4525: delete assets/stylesheets/selection.css
diff --git a/apps/workbench/app/assets/javascripts/selection.js.erb b/apps/workbench/app/assets/javascripts/selection.js.erb
index 0032ebd..0068b73 100644
--- a/apps/workbench/app/assets/javascripts/selection.js.erb
+++ b/apps/workbench/app/assets/javascripts/selection.js.erb
@@ -8,10 +8,6 @@ jQuery(function($){
on('change', '.persistent-selection:checkbox', function(e) {
$(document).trigger('selections-updated');
});
-
- $('#selection-form-content').on("click", function(e) {
- e.stopPropagation();
- });
});
function dispatch_selection_action() {
diff --git a/apps/workbench/app/assets/stylesheets/selection.css b/apps/workbench/app/assets/stylesheets/selection.css
deleted file mode 100644
index 5e0da41..0000000
--- a/apps/workbench/app/assets/stylesheets/selection.css
+++ /dev/null
@@ -1,17 +0,0 @@
-#persistent-selection-list {
- width: 500px;
-}
-
-#selection-form-content > li > a, #selection-form-content > li > button {
- margin: 3px 20px;
-}
-
-#selection-form-content li table tr {
- padding: 3px 20px;
- line-height: 1.42857;
- border-top: 1px solid rgb(221, 221, 221);
-}
-
-#selection-form-content li table tr:last-child {
- border-bottom: 1px solid rgb(221, 221, 221);
-}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list