From 3aa0fb90573d92b580215ab7ec346a0ceac91197 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 26 Sep 2013 11:27:34 +0200 Subject: [PATCH 1/1] buttons in the resources selected area are styled by bootstrap --- .../static/css/resources_selected.css | 10 ---------- .../resources_selected/static/js/resources_selected.js | 2 +- .../templates/resources_selected.html | 10 ++++++---- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/plugins/resources_selected/static/css/resources_selected.css b/plugins/resources_selected/static/css/resources_selected.css index a9a0bda0..1759ad2a 100644 --- a/plugins/resources_selected/static/css/resources_selected.css +++ b/plugins/resources_selected/static/css/resources_selected.css @@ -16,16 +16,6 @@ tr.remove td{ cursor: pointer; } -input.myslice_action { - font-size:13px; - font-family:Arial,sans-serif; - font-weight:bold; - color:#0066CC; - width:100px; - height:30px; - background-color:#FF9933; -} - .ResourcesSelected .added { background-color: #E3F6CE; } diff --git a/plugins/resources_selected/static/js/resources_selected.js b/plugins/resources_selected/static/js/resources_selected.js index fb498c2d..d8705c45 100644 --- a/plugins/resources_selected/static/js/resources_selected.js +++ b/plugins/resources_selected/static/js/resources_selected.js @@ -32,7 +32,7 @@ var self = this; this.table = this.elmt('table').dataTable({ //sPaginationType: 'full_numbers', // Use pagination - sPaginationType: 'bootstrap', + sPaginationType: 'full_numbers', //bJQueryUI : true, //bRetrieve : true, sScrollX : '100%', // Horizontal scrolling diff --git a/plugins/resources_selected/templates/resources_selected.html b/plugins/resources_selected/templates/resources_selected.html index aa5e4855..e1e56bcb 100644 --- a/plugins/resources_selected/templates/resources_selected.html +++ b/plugins/resources_selected/templates/resources_selected.html @@ -8,8 +8,10 @@ +/- + - - - - + + + + + -- 2.43.0