commit d16caf892eed177cfe0363f04ffc5e9183deb827
Author: Alessandro_N <alessandro.nastasi@ias.u-psud.fr>
Date:   Mon Apr 27 15:42:51 2015 +0200

    Change necessary to hide the top toolbar in News column - update

diff --git a/szcluster-db/workspace/client-public/js/forms/components/NumberBetween.js b/szcluster-db/workspace/client-public/js/forms/components/NumberBetween.js
index 0746a83..162b2d2 100644
--- a/szcluster-db/workspace/client-public/js/forms/components/NumberBetween.js
+++ b/szcluster-db/workspace/client-public/js/forms/components/NumberBetween.js
@@ -22,7 +22,6 @@
  * @include "../ComponentFactory.js"
  */
 Ext.ns('sitools.common.forms.components');
-
 /**
  * A number between form component. 
  * @cfg {string} parameterId Id of the future component.
@@ -72,12 +71,6 @@ sitools.common.forms.components.NumericBetween = Ext.extend(sitools.common.forms
 	        flex : 1, 
 	        //height : this.height,
 
-                /* Comment here and uncomment line 95 for the 2nd option */
-	        /*value : this.defaultValues[0],
-		fieldClass : "defaultGray",
-		focusClass : "textblack",*/
-                /****/
-
 		validator : function (value) {
 		        if (Ext.isEmpty(this.ownerCt.fieldTo.getValue())) {
 			        return true;
@@ -102,12 +95,6 @@ sitools.common.forms.components.NumericBetween = Ext.extend(sitools.common.forms
 	        flex : 1,
 	        //height : this.height,
 
- 		/* Comment here and uncomment line 124 for the 2nd option */
-	        /*value : this.defaultValues[1],
-		fieldClass : "defaultGray",
-                focusClass : "textblack",*/
-		/****/
-
 		validator : function (value) {
 		        if (value < this.ownerCt.fieldFrom.getValue()) {
 			        return "invalid Value";
diff --git a/szcluster-db/workspace/client-user/js/components/dataviews/services/servicesToolbar.css b/szcluster-db/workspace/client-user/js/components/dataviews/services/servicesToolbar.css
index d96efc6..4dc0acf 100644
--- a/szcluster-db/workspace/client-user/js/components/dataviews/services/servicesToolbar.css
+++ b/szcluster-db/workspace/client-user/js/components/dataviews/services/servicesToolbar.css
@@ -32,7 +32,7 @@ the ComboBox at the top of the News column */
 .services-toolbar-feeds {
 	visibility: hidden;
 	border-bottom-color: #d0d0d0;
-	height: 15px;
+	height: 21px !important;
 }
 /******************************************/
 
