fixed plain gwt button styles, removed fixed height

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gcube-widgets@69679 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-02-26 22:44:49 +00:00
parent 8a11a83324
commit e197aed431
1 changed files with 9 additions and 16 deletions

View File

@ -1,8 +1,11 @@
/** /**
* Common CSS for gCube Portlets * Common CSS for gCube Portlets
* *
* Massimiliano Assante, Dec 20009 * Massimiliano Assante, March 2013
*/ /****** PANELS STYLES *******/ */ /****** PANELS STYLES *******/
@import url(normalize.css);
/* Use it for your portlet main Panel */ /* Use it for your portlet main Panel */
.gcube_panel { .gcube_panel {
background: #FFFFFF; background: #FFFFFF;
@ -128,24 +131,16 @@
} }
.gwt-Button { .gwt-Button {
height: 25px !important; color: #464646;
line-height: 18px; border: 1px solid #BBB;
-moz-border-radius: 2em; -moz-border-radius: 2em;
-webkit-border-radius: 2em; -webkit-border-radius: 2em;
border-radius: 2em; border-radius: 2em;
background: #F2F2F2 url(gcube_images/white-grad.png) repeat-x scroll background: #F2F2F2 url(gcube_images/white-grad.png) repeat-x scroll left top;
left top;
border-color: #BBB;
color: #464646;
font-size: 12px; font-size: 12px;
border-width: 1px;
border-style: solid;
cursor: pointer; cursor: pointer;
cursor: hand; cursor: hand;
padding-bottom: 2px !important; padding: 3px 15px;
padding-top: 2px !important;
padding-left: 15px !important;
padding-right: 15px !important;
margin: 5px; margin: 5px;
} }
@ -157,7 +152,6 @@
opacity: 1.0; opacity: 1.0;
background: #F2F2F2 url(gcube_images/white-grad.png) repeat-x scroll background: #F2F2F2 url(gcube_images/white-grad.png) repeat-x scroll
left top; left top;
padding-bottom: 3px;
} }
.gwt-Button:hover { .gwt-Button:hover {
@ -167,8 +161,7 @@
} }
.gwt-Button:active { .gwt-Button:active {
background: #e3e8f3 url(tour_images/hborder.png) repeat-x scroll left background: #e3e8f3;
top;
} }
.gwt-TextArea { .gwt-TextArea {