revert on css because I've removed #SearchAndFilter rule

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@128595 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-05-13 10:57:31 +00:00
parent f99ed1c53f
commit af28af06c6
1 changed files with 19 additions and 0 deletions

View File

@ -6,6 +6,25 @@
@import url(workspacebootstrap.min.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%, #d0def0 100%); */
}
#VerticalPanelSearchAndFilter table {
background: none repeat scroll 0 0 #D0DEF0;
}