mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
25 lines
375 B
CSS
25 lines
375 B
CSS
/**
|
|
* Styles for Resources app
|
|
*
|
|
* @version: $Id$
|
|
*/
|
|
|
|
#resources-edit.et2_container
|
|
{
|
|
width:848px;
|
|
}
|
|
#resources-edit_res_id:before {content:"#"}
|
|
|
|
div.resources_pictureFile div.progress{
|
|
position: absolute;
|
|
width:226px;
|
|
}
|
|
|
|
#resources-acl_edit .permissions {
|
|
margin: 2em 0em;
|
|
height: auto;
|
|
}
|
|
|
|
#resources-acl_edit .permissions .th {
|
|
border-bottom: 1px solid #696969;
|
|
} |