/** * EGroupware: CSS with less preprocessor * * 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 Reinhard * @package timesheet * @version $Id$ */ @import (reference) "../../../phpgwapi/templates/default/def_buttons.less"; @import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less"; // iframe #timesheet-index { .nextmatch_header{ div.ui-helper-clearfix, div.ui-helper-reset{ // linke Box #timesheet-index_timesheet-index-dates{ // Startdate #timesheet-index_startdate{} } // Enddate #timesheet-index_enddate{} } // rechte Box #timesheet-index_timesheet-index-add{ // Anzahl span.header_count ui-corner-all{} // Filter div.filters{ // 1. Filter #timesheet-index_filter{} // 2. Filter #timesheet-index_filter2{} // Suchfeld #timesheet-index_search{} // Suchen Button button{} } // Ende Filter table{} button[id*="timesheet-index_favorite"]{ img { height: 16px; width: 16px; } } } //nextmatch_header } // iframe } //