egroupware_official/infolog/templates/pixelegg/app.less

269 lines
5.5 KiB
Plaintext
Raw Normal View History

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$
*/
2013-11-20 09:41:17 +01:00
@import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
@import (less) "../default/app.css";
2013-11-14 20:29:55 +01:00
//********************************************
// 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;
}
2013-11-20 09:41:17 +01:00
img.sideboxstar{
2013-11-15 18:09:58 +01:00
.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-20 09:41:17 +01:00
// right Box with add item
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{
2013-11-20 09:41:17 +01:00
background-color: @egw_color_blue_lighter !important;
color: #FFF;
text-shadow: none;
height: 35px;
background-image: none !important;
.border_radius_button_lefttop;
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
2013-11-15 18:09:58 +01:00
.border_radius_button_lefttop;
.box_shadow_standard_light;
2013-11-20 09:41:17 +01:00
height: 39px; // hieght of add-item
2013-11-15 18:09:58 +01:00
.infolog_headertext{color: #FFF !important;}
2013-11-14 20:29:55 +01:00
2013-11-20 09:41:17 +01:00
&:hover {.box_shadow_standard_light_hover; background-color: @egw_color_blue_lightest !important;}
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-20 09:41:17 +01:00
div.filters {
.nm_filters_rectangle;
padding-bottom: 1.5em;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// 1 Filter
2013-11-20 09:41:17 +01:00
select#infolog-index_cat_id {width: 10%; margin-left: 1em;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// 2 Filter
2013-11-20 09:41:17 +01:00
select#infolog-index_filter {width: 10%;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// 3 Filter
2013-11-20 09:41:17 +01:00
select#infolog-index_filter2 {width: 10%;}
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{}
}
2013-11-20 09:41:17 +01:00
/**/// Ende der APP INfolo