egroupware/home/templates/default/app.css

48 lines
826 B
CSS
Raw Normal View History

/**
* Home CSS
*/
2014-11-06 22:40:03 +01:00
#home-index_home-index {
height:100%;
}
#home-index_portlets {
background-color: inherit;
}
#portlets {
border: 1px solid silver;
width: 100%;
min-width: 100px;
min-height: 100px;
position: relative;
}
.home .et2_portlet > .ui-widget-header {
cursor: pointer;
}
.et2_portlet.ui-widget-content {
overflow: hidden;
}
.et2_portlet.ui-widget-content > div:last-of-type {
height: 100%;
}
2014-11-06 22:40:03 +01:00
.et2_portlet.ui-widget-content > div:last-of-type > div {
height: 100%;
background: linear-gradient(to bottom, rgba(255,255,255,.9) 10%,rgba(255,255,255,.75) 90%) /* W3C */
}
/* Gridster */
#portlets {
position: relative;
}
.home .et2_portlet {
position: absolute;
}
#portlets .preview-holder {
margin: 5px;
list-style: none;
background: transparent;
border: 1px dashed silver;
position: absolute;
}