From c8fb0b7482c376de5dad3654d219a87b271ad0d9 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 13 Sep 2013 08:17:22 +0000 Subject: [PATCH] updated themes & csss, removed dotted pattern, shrinked icons to make copy and paste fit in the bar git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@81345 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/newtheme.css | 3 ++- src/main/webapp/workspaceportlet.css | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/newtheme.css b/src/main/webapp/newtheme.css index 0564a25..49c2a57 100644 --- a/src/main/webapp/newtheme.css +++ b/src/main/webapp/newtheme.css @@ -15,7 +15,7 @@ .x-toolbar { border-color: #226599; - background: #FFF url(images/bg-pattern.png) repeat !important; + background-color: #d0def0; } .x-panel-header { @@ -25,6 +25,7 @@ .x-toolbar .xtb-sep { background-image: none !important; background-color: transparent; + margin: -2px; } .x-accordion-hd { diff --git a/src/main/webapp/workspaceportlet.css b/src/main/webapp/workspaceportlet.css index 52b0c6c..1ddb4e8 100644 --- a/src/main/webapp/workspaceportlet.css +++ b/src/main/webapp/workspaceportlet.css @@ -1,6 +1,21 @@ @import url(http://fonts.googleapis.com/css?family=Architects+Daughter); @import url(newtheme.css); +#SearchAndFilter { + background-color: #d0def0; + /* Mozilla Firefox */ + background-image: -moz-linear-gradient(top, #DFEAF8 0%, #d0def0 100%); + /* Webkit (Safari/Chrome 10) */ + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DFEAF8), + color-stop(1, #d0def0) ); + /* Webkit (Chrome 11+) */ + background-image: -webkit-linear-gradient(top, #DFEAF8 0%, #d0def0 100%); + /* W3C Markup, IE10 Release Preview */ + background-image: linear-gradient(to bottom, #DFEAF8 0%, #d0def0 100%); + /* IE10 Consumer Preview */ + background-image: -ms-linear-gradient(top, #DFEAF8 0%, #052045 100%); +} + .nofeed-message { line-height: 40px; font-family: 'Architects Daughter', arial, sans-serif; @@ -264,9 +279,7 @@ } -#SearchAndFilter { - background: #FFF url(images/bg-pattern.png) repeat; -} + .myToolbar { background-color:transparent !important;