2013-11-14 20:29:55 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
*
|
|
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
|
|
* Pixleegg Template app.css
|
|
|
|
* @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 infolog
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import (reference) "../../../phpgwapi/templates/default/def_buttons.less";
|
|
|
|
@import (reference) "../../../phpgwapi/templates/default/def_content_elements.less";
|
|
|
|
@import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less";
|
|
|
|
|
|
|
|
//********************************************
|
|
|
|
// Seitenleiste links
|
|
|
|
|
|
|
|
// Favoriten
|
|
|
|
|
|
|
|
span#favorite_sidebox_infolog{
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
.favorites{
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
li {
|
|
|
|
a div.ui-icon-heart{
|
|
|
|
background-image: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
img.sideboxstar{
|
|
|
|
.box-shadow(none);
|
|
|
|
border: 0px;
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// #############################################################################
|
|
|
|
// iframe
|
|
|
|
|
|
|
|
// Rahmen + padding
|
|
|
|
|
|
|
|
.egw_fw_content_browser_div{
|
2013-11-15 18:09:58 +01:00
|
|
|
// .box_shadow_dialog;
|
2013-11-14 20:29:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#infolog-index {
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
height: auto !important;
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
table.et2_grid {border-top: 0px;}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
#infolog-index_nm{
|
|
|
|
min-height: 900px;
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// Header
|
|
|
|
.nextmatch_header{
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
div.ui-helper-clearfix,
|
|
|
|
div.ui-helper-reset{
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// rechte Box mit add
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
div.et2_hbox_right{
|
|
|
|
padding: 0 0em;
|
|
|
|
margin-right: 0em;
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
div.et2_box_widget{
|
|
|
|
.Complete_Button_add;
|
|
|
|
// .Complete_Button_text;
|
|
|
|
.border_radius_button_lefttop;
|
|
|
|
.box_shadow_standard_light;
|
|
|
|
height: 35px;
|
|
|
|
.infolog_headertext{color: #FFF !important;}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
&:hover {.box_shadow_standard_light_hover;}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
}
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// Anzahl
|
|
|
|
span.header_count ui-corner-all{}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
//Favoriten
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
div#infolog-index_favorite_wrapper{
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// Liste
|
|
|
|
ul#infolog-index_favorite_menu{
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
.border-color-25-gray;
|
|
|
|
.background-color-0-gray;
|
|
|
|
.color-100-gray;
|
|
|
|
li{
|
|
|
|
a {
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
height: 25px;
|
|
|
|
border: none;
|
|
|
|
padding-top: 5px 0 0 5px;
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
img {height: 16px; width: 16px;}
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
a:hover {
|
|
|
|
background: none;
|
|
|
|
text-indent: -22px;
|
|
|
|
margin-left: 21px;
|
|
|
|
height: 25px;
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
li#blank {}
|
|
|
|
li#add { }
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
} //Favoriten
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
div.filters{
|
|
|
|
.Rectangle_filters;
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// 1 Filter
|
|
|
|
select#infolog-index_cat_id {margin-left: 1em;}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// 2 Filter
|
|
|
|
select#infolog-index_filter {}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// 3 Filter
|
|
|
|
select#infolog-index_filter2 {}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// Suchfeld
|
|
|
|
input#infolog-index_search {
|
|
|
|
height: 20px;
|
|
|
|
.Complete_Button_input;
|
|
|
|
&:hover{
|
|
|
|
.Complete_Button_input_hover;
|
|
|
|
}
|
|
|
|
&:focus{
|
|
|
|
.Complete_Button_input_focus;
|
|
|
|
}
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// Suchen Button
|
|
|
|
button.et2_button {}
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
table{}
|
|
|
|
} //nextmatch_header
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
// ##################################
|
|
|
|
// Listendarstellung
|
|
|
|
.egwGridView_outer {}
|
|
|
|
table.egwGridView_outer thead tr th.optcol .selectcols{
|
|
|
|
margin-top: 1.5%;
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
.frame {min-height: 500px; height: 500px;}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
.egwGridView_scrollarea{
|
|
|
|
height: auto;
|
|
|
|
// overflow: auto;
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
table.egwGridView_grid {
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
img{height: 16px; width: 16px;}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
|
2013-11-15 18:09:58 +01:00
|
|
|
} // #infolog-index_nm
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
} // iframe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// #############################################################################
|
|
|
|
// Dialog infolog
|
|
|
|
|
|
|
|
// Input beschränken
|
|
|
|
|
|
|
|
#infolog-edit{
|
2013-11-15 18:09:58 +01:00
|
|
|
width: 800px;
|
|
|
|
padding: 5px;
|
|
|
|
input{ max-width: 300px; }
|
|
|
|
|
|
|
|
.et2_tabheader{
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
table.egwGridView_outer{
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
// Tab History
|
|
|
|
|
|
|
|
#infolog-edit_history{
|
|
|
|
max-width: 785px;
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
//TYP
|
|
|
|
|
|
|
|
select#infolog-edit_info_type {}
|
|
|
|
// Nummer hinter Typ
|
|
|
|
|
|
|
|
span#infolog-edit_info_number{}
|
|
|
|
|
|
|
|
//Kontakt
|
|
|
|
|
|
|
|
label.et2_label {}
|
|
|
|
|
|
|
|
// Eingabe via Select + Input
|
|
|
|
|
|
|
|
div.et2_box_widget {}
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
input.infolog-edit_info_custom_from {}
|
|
|
|
|
|
|
|
|
|
|
|
// Phone + Email
|
|
|
|
|
|
|
|
td.inputFullWidth{
|
2013-11-15 18:09:58 +01:00
|
|
|
input#infolog-edit_info_addr{}
|
|
|
|
}
|