2014-01-17 09:10:46 +01:00
|
|
|
/**
|
|
|
|
* 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$
|
|
|
|
*/
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
|
|
|
|
font-size: 1.15em !important;
|
|
|
|
}
|
2014-03-17 12:42:54 +01:00
|
|
|
#resources-edit_res_id:before {
|
|
|
|
content: "#";
|
|
|
|
}
|
|
|
|
div.resources_pictureFile div.progress {
|
|
|
|
position: absolute;
|
|
|
|
width: 226px;
|
|
|
|
}
|
2015-02-06 15:12:11 +01:00
|
|
|
#resources-edit {
|
2014-01-17 12:53:31 +01:00
|
|
|
margin: 0.5em;
|
|
|
|
}
|
2015-02-06 15:12:11 +01:00
|
|
|
#resources-edit .et2_container {
|
2014-03-17 12:42:54 +01:00
|
|
|
width: 848px;
|
|
|
|
}
|