From afb16f1bd2f443ab80ace87947879276057b8072 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Sun, 26 Apr 2015 08:57:22 +0000 Subject: [PATCH] removed border for filedset in normalize css git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gcube-widgets@114421 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 2 +- .settings/com.google.gdt.eclipse.core.prefs | 3 +-- pom.xml | 2 +- .../org/gcube/portlets/user/gcubewidgets/public/normalize.css | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 7718eb1..1bf3bf4 100644 --- a/.classpath +++ b/.classpath @@ -24,5 +24,5 @@ - + diff --git a/.settings/com.google.gdt.eclipse.core.prefs b/.settings/com.google.gdt.eclipse.core.prefs index 09c1a25..8bad07c 100644 --- a/.settings/com.google.gdt.eclipse.core.prefs +++ b/.settings/com.google.gdt.eclipse.core.prefs @@ -1,5 +1,4 @@ -#Wed Mar 28 17:26:13 CEST 2012 eclipse.preferences.version=1 jarsExcludedFromWebInfLib= warSrcDir=war -warSrcDirIsOutput=true +warSrcDirIsOutput=false diff --git a/pom.xml b/pom.xml index 7a34d1c..4d0afff 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.portlets.user gcube-widgets - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT gCube Widgets Library gCube Widgets Library News Widget is a GWT Widget that can be used to uniform the Look and Feel for gCube Portlets using plain GWT.It also provides some out of the box widget to use. diff --git a/src/main/java/org/gcube/portlets/user/gcubewidgets/public/normalize.css b/src/main/java/org/gcube/portlets/user/gcubewidgets/public/normalize.css index 57b5d26..87bc372 100644 --- a/src/main/java/org/gcube/portlets/user/gcubewidgets/public/normalize.css +++ b/src/main/java/org/gcube/portlets/user/gcubewidgets/public/normalize.css @@ -238,11 +238,11 @@ figure { ========================================================================== */ /* - * Define consistent border, margin, and padding. + * Define consistent, margin, and padding. */ fieldset { - border: 1px solid #c0c0c0; + margin: 0 2px; padding: 0.35em 0.625em 0.75em; }