mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
52 lines
1.1 KiB
CSS
Executable File
52 lines
1.1 KiB
CSS
Executable File
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
*
|
|
* Ressources
|
|
*
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package tracker
|
|
* @version $Id$
|
|
*/
|
|
/**
|
|
* 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;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
|
|
font-size: 1.15em !important;
|
|
}
|
|
#resources-edit_res_id:before {
|
|
content: "#";
|
|
}
|
|
div.resources_pictureFile div.progress {
|
|
position: absolute;
|
|
width: 226px;
|
|
}
|
|
#resources-edit {
|
|
margin: 0.5em;
|
|
}
|
|
#resources-edit .et2_container {
|
|
width: 848px;
|
|
}
|