egroupware/infolog/templates/pixelegg/app.less

396 lines
9.6 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{
li {
a div.ui-icon-heart{
background-image: none;
}
2013-11-20 09:41:17 +01:00
img.sideboxstar{
2014-01-06 09:47:48 +01:00
.box_shadow(none);
2013-11-15 18:09:58 +01:00
border: 0px;
background-size: contain;
}
}
}
2013-11-14 20:29:55 +01:00
}
2013-11-22 06:28:19 +01:00
/* #############################################################################
2013-11-14 20:29:55 +01:00
// iframe
2013-11-22 06:28:19 +01:00
// Rahmen + padding**/
/*############################################
# # #
# # #
# # #
# # #
# # #
# # #
# # #
# # iframge #
# # #
# # #
# # #
# # #
# # #
# # #
##############################################
*/
2013-11-14 20:29:55 +01:00
.egw_fw_content_browser_div{
2013-11-22 06:28:19 +01:00
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{
2013-12-20 15:32:40 +01:00
/*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-22 06:28:19 +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;
2014-01-08 08:58:33 +01:00
margin-right: 0.2em;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
div.et2_box_widget{
2014-01-08 08:58:33 +01:00
/*border: 1px solid rgba(0, 0, 0, 0.15);*/
/*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
2014-01-06 09:47:48 +01:00
text-shadow: none;
.dimension_height_l;
2014-01-08 08:58:33 +01:00
margin-top: 5px;
2013-11-22 06:28:19 +01:00
background-image: none !important;
2014-01-08 08:58:33 +01:00
transition: all 0.5s linear;
-webkit-transition: all 0.5s linear; /* Safari */
&:before {
content: "+";
font-size: 2em;
color: @egw_color_1;
line-height: 0.5em;
}
/*Text ""hinzufügen" "*/
span {display: none;}
2013-11-20 09:41:17 +01:00
2013-12-20 10:35:46 +01:00
// IMG
img {
.Complete_Button_Icon_normal;
.dimension_width_height_s;
2014-01-08 08:58:33 +01:00
margin-left: 0.5em;
padding: 0px;
margin-top: 0px;
vertical-align: middle;
.gradient-vertical (@egw_color_2_a, @egw_color_2_a);
2013-12-20 10:35:46 +01:00
&:hover{.Complete_Button_Icon_hover ;}
2013-11-14 20:29:55 +01:00
2014-01-08 08:58:33 +01:00
&:active { .Complete_Button_Icon_active ;}
2013-12-20 10:35:46 +01:00
}
2014-01-08 08:58:33 +01:00
img:last-child {margin-right: 5px;};
/*MouseOver*/
&:hover {
.box_shadow_standard_light_hover;
background-color: @egw_color_2_a !important;
.border_radius_button_lefttop;
.dimension_height_l;
&:before {content: ""; font-size: 1em;padding-left: 5px;}
/*Text*/
span {visibility: hidden; display: none;};
img {.scale; margin: 0.5em; .gradient-vertical (@egw_color_2_a, @egw_color_2_a);}
}
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
2014-01-06 09:47:48 +01:00
border-color: @gray_30;
.background_color_0_gray;
.color_100_gray;
2013-11-15 18:09:58 +01:00
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 {
2013-11-22 06:28:19 +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 {
2013-11-22 06:28:19 +01:00
/* .Complete_Button_input;
2013-11-15 18:09:58 +01:00
&:hover{
.Complete_Button_input_hover;
}
&:focus{
.Complete_Button_input_focus;
2013-11-22 06:28:19 +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
// 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-28 21:21:17 +01:00
img{height: 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
2013-11-22 06:28:19 +01:00
/*###########################################
# #
2013-12-08 22:38:36 +01:00
# dialog-header #
2013-11-22 06:28:19 +01:00
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
/*Input beschränken*/
2013-11-14 20:29:55 +01:00
#infolog-edit{
2013-11-22 06:28:19 +01:00
margin: 0;
padding: 0.5em;
2013-12-03 08:06:08 +01:00
// input{ max-width: 95%; }
2013-11-15 18:09:58 +01:00
.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
}
2013-12-03 08:06:08 +01:00
.infolog_fixedHeight {
height: auto;
}
2013-11-14 20:29:55 +01:00
//TYP
select#infolog-edit_info_type {}
2013-12-08 22:38:36 +01:00
// Nummer hinter Typ
2013-11-14 20:29:55 +01:00
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
2013-12-08 22:38:36 +01:00
// Kategorie
// Eltereintrag
.searchParent {
input.ui-autocomplete-input {width: 95% !important;}
}
// Titel
input#infolog-edit_info_subject {width: 98% !important;}
2013-12-12 21:27:35 +01:00
/*#############################################*/
/*Tabs */
/*Beschreibung*/
2013-12-16 10:37:11 +01:00
/*Verknüpfung ************************************/
#infolog-edit_infolog-edit-links{
/*neue verknüpfung erstellen - div*/
div#addressbook-edit_link_to {
width: 100% !important;
}
// 1. with Addressbook
// 2. Icon
/*img.et2_button_icon defined in etemplate2.less*/
// Upload
div.et2_file {
float: left;
margin-left: 121px;
margin-top: -46px;
}
table#infolog-edit_link_to {overflow-y: scroll;}
}
/*Delegation ************************************/
#infolog-edit_infolog-edit-delegation {
.inputFullWidth input { width: 96%; }
}
2013-12-12 21:27:35 +01:00
/*Projektmanager*/
#infolog-edit_infolog-edit-project{
.et2_link_entry.no_app input.ui-autocomplete-input {
width: auto;
}
}
/*Historie*/
2013-12-08 22:38:36 +01:00
2013-11-20 09:41:17 +01:00
/**/// Ende der APP INfolo