forked from extern/egroupware
157 lines
2.8 KiB
Plaintext
157 lines
2.8 KiB
Plaintext
/**
|
|
* 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 preferences
|
|
* @version $Id$
|
|
*/
|
|
|
|
@import (reference) "../../../phpgwapi/templates/default/def_buttons.less";
|
|
@import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less";
|
|
|
|
#prefIndex {
|
|
|
|
background: red;
|
|
}
|
|
#divGenTime {
|
|
clear: left;
|
|
}
|
|
.prefAppBox {
|
|
// border: 1px solid lightgray;
|
|
// border-radius: 3px 3px 3px 3px;
|
|
float: left;
|
|
// height: 225px;
|
|
margin: 5px;
|
|
min-height: 12em;
|
|
padding-left: 5px;
|
|
width: 225px;
|
|
.bordered(@lightgray,@lightgray,@lightgray,@lightgray );
|
|
.rounded(2px);
|
|
}
|
|
|
|
.prefAppBox h3 {
|
|
height: 32px;
|
|
padding-left: 50px;
|
|
padding-top: 10px;
|
|
background-repeat: no-repeat;
|
|
background-position: left;
|
|
background-size: 32px;
|
|
opacity: 0.5;
|
|
margin: 0;
|
|
color: #000000;
|
|
|
|
&:hover {.background-color-15-gray;}
|
|
}
|
|
.prefAppBox ul {
|
|
margin: 0;
|
|
padding-left: 20px;
|
|
padding-top: 0;
|
|
list-style-type: none;
|
|
|
|
li{
|
|
padding: 0.5em 0 0.5em 0;
|
|
margin-left: -1em;
|
|
&:hover {.background-color-15-gray;}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
margin-left: 0.5em;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// iframe
|
|
|
|
|
|
|
|
#preferences-settings {
|
|
font-size: 0.9em;
|
|
// Rahmen + padding
|
|
// .box_shadow_dialog;
|
|
|
|
|
|
.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{
|
|
|
|
//ADD
|
|
button[id*="timesheet-index_add"]{
|
|
.Complete_Button_add;
|
|
|
|
.border_radius_button_lefttop;
|
|
|
|
&:hover {.Complete_Button_add_hover;}
|
|
|
|
// &:before {.Complete_Button_add_before; }
|
|
|
|
|
|
|
|
}
|
|
button[id*="timesheet-index_add"]:hover {.Complete_Button_add_hover;}
|
|
|
|
}
|
|
// Anzahl
|
|
span.header_count ui-corner-all{}
|
|
|
|
// Filter
|
|
div.filters{
|
|
|
|
.Rectangle_filters;
|
|
|
|
// 1. Filter
|
|
#timesheet-index_filter{}
|
|
|
|
// 2. Filter
|
|
#timesheet-index_filter2{}
|
|
|
|
// Suchfeld
|
|
#timesheet-index_search{}
|
|
|
|
// Suchen Button
|
|
button{}
|
|
|
|
|
|
} // Ende Filter
|
|
|
|
table{}
|
|
} //nextmatch_header
|
|
|
|
} // iframe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//#######################################################################################
|
|
// Dialog
|
|
// Rahmen um alles
|
|
|
|
|
|
|