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$
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
2015-12-15 15:34:58 +01:00
|
|
|
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
2014-01-17 09:10:46 +01:00
|
|
|
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
2016-05-26 23:32:00 +02:00
|
|
|
@import (less) "../default/app.css";
|
2014-01-17 09:10:46 +01:00
|
|
|
|
|
|
|
//******************************************************************
|
|
|
|
// sidebar
|
2015-02-06 15:12:11 +01:00
|
|
|
#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-01-17 09:10:46 +01:00
|
|
|
|
2014-01-17 12:53:31 +01:00
|
|
|
// Dialog Resources bearbeiten und alle weiteren
|
|
|
|
//
|
2014-03-17 12:42:54 +01:00
|
|
|
#resources-edit_res_id:before {content:"#"}
|
2014-01-17 12:53:31 +01:00
|
|
|
|
2016-04-06 18:43:51 +02:00
|
|
|
div.resources_pictureFile div.progress {
|
2014-03-17 12:42:54 +01:00
|
|
|
position: absolute;
|
|
|
|
width:226px;
|
|
|
|
}
|
|
|
|
|
2016-04-06 18:43:51 +02:00
|
|
|
#resources-edit {
|
2014-03-17 12:42:54 +01:00
|
|
|
.et2_container {
|
|
|
|
width:848px;
|
|
|
|
}
|
2016-04-06 18:43:51 +02:00
|
|
|
margin: 0.5em;
|
2015-12-15 15:34:58 +01:00
|
|
|
}
|