added margin to buttons

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gcube-widgets@83012 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-10-11 10:49:20 +00:00
parent ee4aad4874
commit 89fde0f3ea
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>gcube-widgets</artifactId> <artifactId>gcube-widgets</artifactId>
<version>1.6.1-SNAPSHOT</version> <version>1.6.2-SNAPSHOT</version>
<name>gCube Widgets Library</name> <name>gCube Widgets Library</name>
<description> <description>
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. 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.

View File

@ -28,8 +28,7 @@
border-radius: 4px !important; border-radius: 4px !important;
-moz-border-radius: 4px !important;; -moz-border-radius: 4px !important;;
-webkit-border-radius: 4px !important; -webkit-border-radius: 4px !important;
margin-left: 3px !important; margin: 5px !important;
margin-right: 3px !important;
} }
.gwt-Button:active { .gwt-Button:active {