egroupware/timesheet/templates/default/app.less

84 lines
1.5 KiB
Plaintext
Raw Normal View History

/**
* 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 <stefan.reinhard@pixelegg.de>
* @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 {
2013-11-15 18:09:58 +01:00
.nextmatch_header{
2013-11-15 18:09:58 +01:00
div.ui-helper-clearfix,
div.ui-helper-reset{
2013-11-15 18:09:58 +01:00
// linke Box
#timesheet-index_timesheet-index-dates{
2013-11-15 18:09:58 +01:00
// Startdate
#timesheet-index_startdate{}
}
2013-11-15 18:09:58 +01:00
// Enddate
#timesheet-index_enddate{}
2013-11-15 18:09:58 +01:00
}
2013-11-15 18:09:58 +01:00
// rechte Box
#timesheet-index_timesheet-index-add{
2013-11-15 18:09:58 +01:00
// Anzahl
span.header_count ui-corner-all{}
2013-11-15 18:09:58 +01:00
// Filter
div.filters{
2013-11-15 18:09:58 +01:00
// 1. Filter
#timesheet-index_filter{}
2013-11-15 18:09:58 +01:00
// 2. Filter
#timesheet-index_filter2{}
2013-11-15 18:09:58 +01:00
// Suchfeld
#timesheet-index_search{}
2013-11-15 18:09:58 +01:00
// Suchen Button
button{}
2013-11-15 18:09:58 +01:00
} // Ende Filter
2013-11-15 18:09:58 +01:00
table{}
2013-11-15 18:09:58 +01:00
button[id*="timesheet-index_favorite"]{
img {
height: 16px;
width: 16px;
}
2013-11-15 18:09:58 +01:00
}
} //nextmatch_header
} // iframe
2013-11-15 18:09:58 +01:00
}
//