From 9c7fb67f3255787ed2411298a86533fe327956eb Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Thu, 7 Feb 2013 10:33:59 +0000 Subject: [PATCH] updated css git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@68957 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/workspace/public/workspacetree.css | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css b/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css index b24adf9..95ab299 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css +++ b/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css @@ -73,6 +73,43 @@ li.multivalue-panel-token-ws span { } +.wizardButton { + height: 22px !important; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top; + border-color: #BBB; + color: #464646; + font-size: 12px; + border-width: 1px; + border-style: solid; + cursor: pointer; + cursor: hand; + margin-right: 5px; + margin-right: 3px; + padding-bottom: 1px; +} + +.wizardButton[disabled]:hover,.wizardButton[disabled]:active,.wizardButton[disabled] + { + color: #CCC; + border-color: #BBB; + cursor: default; + opacity: 1.0; + background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top; +} + +.wizardButton:hover { + border-color: #222; + color: #222; + opacity: 0.8; +} + +.wizardButton:active { + background: #e3e8f3 url(images/white-grad.png) repeat-x scroll left top; +} + table.userssuggest {