egroupware_official/mail/templates/pixelegg/app.less

1211 lines
26 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!
*
* @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 mail
* @version $Id$
*/
@import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
2013-12-19 04:14:47 +01:00
@import (less) "../default/app.css";
2013-11-27 08:21:32 +01:00
#popupMainDiv{
padding: 5px;
.et2_grid{
tr{
td{
padding: 5px 0;
}
}
}
}
2013-11-22 06:28:19 +01:00
/*##############################################
# # #
# # #
# # #
# # #
# # #
# # #
# # #
2013-11-27 08:21:32 +01:00
# # iframe #
2013-11-22 06:28:19 +01:00
# # #
# # #
# # #
# # #
# # #
# # #
##############################################
*/
2013-11-14 20:29:55 +01:00
div#mail-index{
2013-11-15 18:09:58 +01:00
table.egwGridView_grid{
// border-collapse: inherit;
// width: 99%;
}
// Rahmen + padding
// .box_shadow_dialog;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
#mail-index_mailPreviewContainer {}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Message - standdardmäßig ausgeblendet
span#mail-index_msg{
span {
// background: red;
// height: 30px;
}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// alles
2013-11-14 20:29:55 +01:00
2013-11-27 08:21:32 +01:00
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
margin: 0 1% 0 0 !important;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Box mit Header und Liste
div#mail-index_nm{
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Header
div.nextmatch_header{
// Counter
span.header_count ui-corner-all{
span{}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Filter
div.filters{
// Fläche
2013-11-22 06:28:19 +01:00
2013-12-19 04:14:47 +01:00
select {margin-top: 8px;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
select#mail-index_filter{
}
2013-11-14 20:29:55 +01:00
2013-12-19 04:14:47 +01:00
select#mail-index_filter2{ }
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Suchfeld
input#mail-index_search{
2013-12-19 04:14:47 +01:00
height: 20px !important;
2013-11-15 18:09:58 +01:00
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Suchknopf
button.et2_button {
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
} // Ende Filter
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
} // Ende Header
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Listenausgabe der Emails
div {}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Bilder in den Listen
tr.mail td img {height: 16px;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
} // Ende: Box mit Header und Liste
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Splitterbar
div.splitter-bar,
div.splitter-bar-horizontal {}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Ansicht der Emails
div#mail-index_mailPreview{
2013-11-28 07:20:18 +01:00
// padding: 3px;
2013-11-27 08:21:32 +01:00
margin: 0;
2013-11-15 18:09:58 +01:00
.background-color-25-gray;
// From
div#mail-index_mailPreviewHeadersFrom{
width: 50%;
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// An
div#mail-index_mailPreviewHeadersTo{
width: 50%;
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Date
div#mail-index_mailPreviewHeadersDate{
width: 50%;
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Subject
div#mail-index_mailPreviewHeadersSubject{
width: 100%;
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Icons
div#mail-index_mailPreviewIcons{}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Email Inhalt
div#mail-index_mailPreviewContainer{
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
iframe#mail-index_messageIFRAME{
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Email Inhalt
div{}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Zeit für das Anzeigen
div#divGenTime{}
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
} // Ende: Ansicht der Emails
2013-11-14 20:29:55 +01:00
2013-11-27 08:21:32 +01:00
2013-11-14 20:29:55 +01:00
} // iframe
2013-12-19 04:14:47 +01:00
/*##############################################
# # #
# # #
# # #
# # #
# # #
# # #
# # #
# Side # #
# bar # #
# # #
# # #
# # #
# # #
# # #
############################################## */
2013-11-14 20:29:55 +01:00
.egw_fw_ui_category_content{
2013-11-15 18:09:58 +01:00
// Create Feld
#mail-index_buttonmailcreate{
margin-left: 0px;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// #####################################################
// Create Button (mail)
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
button#mail-index_button[mailcreate],
button[id*="mailcreate"]{
.Complete_Button_add;
background-image: url("images/write_mail.png") !important;
background-position: right center !important;
background-repeat: no-repeat;
2013-12-03 08:06:08 +01:00
background-size: 24px 24px;
2013-11-15 18:09:58 +01:00
padding-left: 25px;
text-align: left;
width: 93%;
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
&:focus {
.border_radius_button_lefttop ;
.box_shadow_standard_light_inset;
}
}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Mail Liste der Postfächer
span#mail-tree_target {
max-height: 50%;
}
.dtree {
.basefontfamily;
}
2013-12-08 22:38:36 +01:00
2013-12-19 04:14:47 +01:00
/*new mail in FOlder
2013-12-08 22:38:36 +01:00
span.standartTreeRow b {color: @egw_color_2_a;}
2013-12-19 04:14:47 +01:00
*/
2013-11-14 20:29:55 +01:00
} // Ende Sidebox
2013-12-19 04:14:47 +01:00
/* ##################################################################################
* E-Mail Dialog "Compose"
*
* ##################################################################################
*/
2013-11-22 06:28:19 +01:00
/*###########################################
# #
# #
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
2013-12-19 04:14:47 +01:00
2013-11-14 20:29:55 +01:00
#mail-compose{
2013-11-15 18:09:58 +01:00
// gesamtbreite
width: 870px;
padding: 5px;
// ##################################
// Toolbar
.mail-compose_toolbar{
img{width: 22px;}
// Button senden -> dev_buttons.less
.mail-compose_button{
margin-right: 15px;
padding: 0 3px 0 0;
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
// Save
img#mail-compose_button[saveAsDraft],
.et2_button_icon {
vertical-align: middle;
padding: 2px;
.Complete_Button_Icon_normal;
&:hover {.box_shadow_standard_light_hover; .background-color-15-gray;}
&:focus {.box_shadow_standard_light_inset; .background-color-15-gray;}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Dateien Upload
.et2_file,
.mail-compose_fileselector{
vertical-align: middle;
#mail-compose_uploadForCompose{
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
font-size: 0.7em;
.Complete_Button_text_icon_before;
background-image: url(images/attach.png) !important;
.background-color-5-gray;
height: 20px;
margin-left: 5px;
&:hover {.box_shadow_standard_light_hover; .background-color-15-gray;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:focus {.box_shadow_standard_light_inset; .background-color-15-gray;}
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
div.progress {width: 247px;}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Speichern als
span.et2_label {font-size: 0.7em;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
//als INfolog
.mail-compose_infolog{
vertical-align: middle;
height: 20px;
padding: 3px 2px;
.Complete_Button_Icon_normal;
margin-right: 3px;
.et2_button_icon {border: none; box-shadow: none; border-radius: 0px; background-color: transparent;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
}
//als Ticket
.mail-compose_tracker{
vertical-align: middle;
height: 20px;
padding: 3px 2px;
.Complete_Button_Icon_normal;
margin-right: 3px;
span.et2_label {font-size: 0.7em; height: 20px;}
.et2_button_icon {border: none; box-shadow: none; border-radius: 0px; background-color: transparent;}
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
// Empfangsbenachrichtigung
.mail-compose_notification{
vertical-align: middle;
height: 20px;
padding: 3px 2px;
.Complete_Button_Icon_normal;
margin-right: 3px;
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
// Priorität
.mail-compose_priority{
vertical-align: middle;
height: 20px;
padding: 3px 2px;
.Complete_Button_Icon_normal;
margin-right: 3px;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
span.et2_label {margin-right: 3px;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
select#mail-compose_priority{
box-shadow: none;
font-size: 0.8em;
border: none;
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
} // Toolbar Ende
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// #############################
// Mail Header
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
.mailComposeHeaders,.mailComposeHeadersSection{
margin: 2px 0;
width: 98%;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
span { width: 8em; font-size: 0.8em;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
div{ max-width: 770px; }
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Automatische Auwahlliste
span.ui-state-error {color: @egw_color_2_c;}
div.ms-res-item-active {
background: @egw_color_2_a;
span {color: #FFFFFF;}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Betreff
input#mail-compose_subject { max-width: 750px;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
} // Ende Header
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Mail Body
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Signature
fieldset.mailSignature {
font-size: 0.8em;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
select {}
span {margin-left: 8px;}
}
2013-11-14 20:29:55 +01:00
} // Ende Dialog
/* ##################################################################################
* E-Mail Dialog "Ansehen"
*
* ##################################################################################
*/
#mail-display{
2013-11-15 18:09:58 +01:00
// gesamtbreite
width: 870px;
padding: 5px;
.mailDisplayHeaderSection{
top: 0;
position: relative;
#mail-display_toolbar{
background-color: @egw_color_2_e;
background-image: none;
padding: 5px 3px;
height: 25px;
display: -webkit-box;
button {
// float: left;
.Complete_Button_Icon_normal;
height: 20px;
&:hover {.box_shadow_standard_light_hover; .background-color-15-gray;}
&:focus {.box_shadow_standard_light_inset; .background-color-15-gray;}
}
span.ui-state-default{
float: left;
background-image: none;
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Button ?
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Button antworten
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// allen antworten
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// Forward
#mail-display_forward_wrapper {
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:hover {}
&:focus {}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
li {
a {
img { width: 16px;margin-right: 3px;}
}
}
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
// speichern
#mail-display_save_wrapper{
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:hover {}
&:focus {}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// das Wort speichern
button#mail-display_save {
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
background-image: url('../images/speichern.png');
background-position: left center;
background-repeat: no-repeat;
background-size: 16px 16px;
box-shadow: none;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:hover {
img {display: none; background-image: none;}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:focus {box-shadow: none; }
}
li {
a {
img { width: 16px;margin-right: 3px;}
}
}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// anzeigen
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
#mail-display_view_wrapper{
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:hover {}
&:focus {}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
button#mail-display_view{
box-shadow: none;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:hover {
img {display: none; background-image: none;}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:focus {box-shadow: none; }
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
li {
a {
img { width: 16px;margin-right: 3px;}
}
}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
// mark
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
#mail-display_mark_wrapper{
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:hover {}
&:focus {}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
button#mail-display_mark{
box-shadow: none;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:hover {
img {display: none; background-image: none;}
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:focus {box-shadow: none; }
}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
li {
a {
img { width: 16px;margin-right: 3px;}
}
}
}
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
// Dateianhänge
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
.mailDisplayAttachments {
// background-color:#efefdf;
.background-color-10-gray;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
max-height: 10%;
position: fixed;
bottom: 26px;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
border: 0px solid @egw_color_3_a;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
border-bottom: 0px;
opacity: 1;
-moz-opacity:1;
// filter: Alpha(opacity=100);
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
img {width: 16px;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
}
.mail_DisplayNone{
display: none;
}
2013-11-14 20:29:55 +01:00
} // Ende Display
/* ##################################################################################
* E-Mail
*
* ##################################################################################
*/
/* felamimail uses the styledefinitions below to format navButton/navSeparator */
tr.navbarBackground {
2013-11-15 18:09:58 +01:00
background-color:#dddddd;
2013-11-14 20:29:55 +01:00
}
div.navButton {
2013-11-15 18:09:58 +01:00
background-color:#dddddd;
float:left;
padding: 2px;
margin: 2px;
border: solid #dddddd 1px;
2013-11-14 20:29:55 +01:00
}
div.navButton:hover, div.navButtonHover {
2013-11-15 18:09:58 +01:00
background-color:#eeeeee;
float:left;
padding: 2px;
margin: 2px;
border: solid white 1px;
border-right: solid black 1px;
border-bottom: solid black 1px;
position: relative;
2013-11-14 20:29:55 +01:00
}
div.navButton:active, div.navButtonActive {
2013-11-15 18:09:58 +01:00
background-color:#dddddd;
float:left;
padding: 2px;
margin: 2px;
border: solid white 1px;
border-left: solid black 1px;
border-top: solid black 1px;
position: relative;
2013-11-14 20:29:55 +01:00
}
div.navSeparator {
2013-11-15 18:09:58 +01:00
background-color:#dddddd;
float:left;
padding: 0px;
margin: 2px;
border: solid silver 1px;
height:24px;
position: relative;
2013-11-14 20:29:55 +01:00
}
/* Fixes z-index problem with the calendar year selection (displays behind selectboxes)*/
.calendar .combo {
2013-11-15 18:09:58 +01:00
z-index: 1 !important;
2013-11-14 20:29:55 +01:00
}
//#############################################################################################
// mail/templates/app.css
textarea
{
2013-11-15 18:09:58 +01:00
font-family: monospace, sans-serif;
font-size: 110%;
2013-11-14 20:29:55 +01:00
}
.defaultProfile { color:#000000; font-weight:bold !important; }
.quoted1 { color:#660066; }
.quoted2 { color:#007777; }
.quoted3 { color:#990000; }
.quoted4 { color:#000099; }
.quoted5 { color:#bb6600; }
tr.mail div {
2013-11-15 18:09:58 +01:00
cursor: default;
white-space: normal;
text-overflow: ellipsis;
span {text-overflow: ellipsis;white-space: normal;}
2013-11-14 20:29:55 +01:00
}
tr.mail a {
2013-11-15 18:09:58 +01:00
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
2013-11-14 20:29:55 +01:00
}
tr.recent div,
tr.recent span,
tr.recent time,
tr.recent a,
tr.unseen div,
tr.unseen span,
tr.unseen time,
tr.unseen a {
2013-11-15 18:09:58 +01:00
color: #003075;
font-weight: bold;
2013-11-14 20:29:55 +01:00
}
tr.labelone div,
tr.labelone span,
tr.labelone time,
tr.labelone a {
2013-11-15 18:09:58 +01:00
color: #ff0080 !important;
2013-11-14 20:29:55 +01:00
}
tr.labeltwo div,
tr.labeltwo span,
tr.labeltwo time,
tr.labeltwo a {
2013-11-15 18:09:58 +01:00
color: #ff8000 !important;
2013-11-14 20:29:55 +01:00
}
tr.labelthree div,
tr.labelthree span,
tr.labelthree time,
tr.labelthree a {
2013-11-15 18:09:58 +01:00
color: #008000 !important;
2013-11-14 20:29:55 +01:00
}
tr.labelfour div,
tr.labelfour span,
tr.labelfour time,
tr.labelfour a {
2013-11-15 18:09:58 +01:00
color: #0000ff !important;
2013-11-14 20:29:55 +01:00
}
tr.labelfive div,
tr.labelfive span,
tr.labelfive time,
tr.labelfive a {
2013-11-15 18:09:58 +01:00
color: #8000ff !important;
2013-11-14 20:29:55 +01:00
}
tr.flagged div,
tr.flagged span,
tr.flagged time,
tr.flagged a {
2013-11-15 18:09:58 +01:00
color: #ff0000 !important;
2013-11-14 20:29:55 +01:00
}
tr.prio_high div,
tr.prio_high span,
tr.prio_high time,
tr.prio_high a {
2013-11-15 18:09:58 +01:00
color: #ac0000 !important;
2013-11-14 20:29:55 +01:00
}
tr.deleted div,
tr.deleted span,
tr.deleted time,
tr.deleted a {
2013-11-15 18:09:58 +01:00
color: silver;
text-decoration : line-through;
2013-11-14 20:29:55 +01:00
}
span.status_img {
2013-11-15 18:09:58 +01:00
display: inline-block;
width: 12px;
height: 12px;
background-repeat: no-repeat;
background-image: url(images/kmmsgread.png);
2013-11-18 20:31:54 +01:00
background-size: 12px 12px;
2013-11-14 20:29:55 +01:00
}
tr.deleted span.status_img {
2013-11-15 18:09:58 +01:00
background-image: url(images/kmmsgdel.png);
2013-11-14 20:29:55 +01:00
}
tr.unseen span.status_img {
2013-11-15 18:09:58 +01:00
background-image: url(images/kmmsgunseen.png);
2013-11-14 20:29:55 +01:00
}
tr.flagged_seen span.status_img {
2013-11-15 18:09:58 +01:00
background-image: url(images/read_flagged_small.png) !important;
2013-11-14 20:29:55 +01:00
}
tr.flagged_unseen span.status_img {
2013-11-15 18:09:58 +01:00
background-image: url(images/unread_flagged_small.png) !important;
2013-11-14 20:29:55 +01:00
}
tr.recent span.status_img {
2013-11-15 18:09:58 +01:00
background-image: url(images/kmmsgnew.png) !important;
2013-11-14 20:29:55 +01:00
}
tr.replied span.status_img {
2013-11-15 18:09:58 +01:00
background-image: url(images/kmmsgreplied.png) !important;
2013-11-14 20:29:55 +01:00
}
tr.forwarded span.status_img {
2013-11-15 18:09:58 +01:00
background-image: url(images/kmmsgforwarded.png) !important;
2013-11-14 20:29:55 +01:00
}
.subjectBold
{
2013-11-15 18:09:58 +01:00
font-size: 12px;
font-weight : bold;
font-family : Arial;
2013-11-14 20:29:55 +01:00
}
.subject
{
2013-11-15 18:09:58 +01:00
font-size: 12px;
font-family : Arial;
2013-11-14 20:29:55 +01:00
}
TR.sieveRowActive
{
2013-11-15 18:09:58 +01:00
font-size: 11px;
height : 20px;
padding: 0;
background : White;
2013-11-14 20:29:55 +01:00
}
A.sieveRowActive
{
2013-11-15 18:09:58 +01:00
font-size: 11px;
height : 14px;
padding: 0;
2013-11-14 20:29:55 +01:00
}
TR.sieveRowInActive
{
2013-11-15 18:09:58 +01:00
font-size: 11px;
height : 20px;
padding: 0;
background : White;
color: Silver;
2013-11-14 20:29:55 +01:00
}
A.sieveRowInActive
{
2013-11-15 18:09:58 +01:00
font-size: 11px;
height : 14px;
padding: 0;
color: Silver;
2013-11-14 20:29:55 +01:00
}
.bodyDIV {
2013-11-15 18:09:58 +01:00
position:absolute;
background-color:white;
top:134px;
bottom:0px;
width:100%;
border-top: 1px solid #efefdf;
2013-11-14 20:29:55 +01:00
}
.bodyDIVAttachment {
2013-11-15 18:09:58 +01:00
bottom:80px;
2013-11-14 20:29:55 +01:00
}
#attachmentSpanAllDIV{
2013-11-15 18:09:58 +01:00
background-color:#efefdf;
height:260px;
overflow:auto;
2013-11-14 20:29:55 +01:00
}
#attachmentDIV {
2013-11-15 18:09:58 +01:00
position:fixed;
background-color:#efefdf;
bottom:0px;
min-height:80px;
max-height:239px;
width:100%;
border-top: 1px solid silver;
overflow:auto;
2013-11-14 20:29:55 +01:00
}
#popupattachmentDIV {
2013-11-15 18:09:58 +01:00
position:top;
background-color:#efefdf;
bottom:0px;
min-height:80px;
max-height:239px;
width:100%;
border-top: 1px solid silver;
overflow:auto;
2013-11-14 20:29:55 +01:00
}
pre {
2013-11-15 18:09:58 +01:00
white-space: pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
width: 99%;
2013-11-14 20:29:55 +01:00
}
/*
avoid the vertical scrollbar within the sidebox section (triggered by the vertical dimension of the tree)
*/
.divSidebox {
2013-11-15 18:09:58 +01:00
overflow: hidden;
2013-11-14 20:29:55 +01:00
}
.textSidebox {
2013-11-15 18:09:58 +01:00
overflow-x: hidden;
overflow-y: auto;
2013-11-14 20:29:55 +01:00
}
/*
avoid the vertical scrollbar within the actual tablecontainer (of the tree)
*/
.containerTableStyle {
2013-11-15 18:09:58 +01:00
width: 100%;
overflow: hidden;
2013-11-14 20:29:55 +01:00
}
.dtree {
2013-11-15 18:09:58 +01:00
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
white-space: nowrap;
div {
width: 100%;
}
img {
border: 0px;
vertical-align: middle;
}
a {
color: #333;
text-decoration: none;
}
a.node, a.nodeSel {
white-space: nowrap;
padding: 1px 2px 1px 2px;
&:hover{
color: #333;
text-decoration: underline;
}
}
a.nodeSel {
background-color: #c0d2ec;
}
.clip {
overflow: hidden;
}
table, tr, td {
border: none;
}
table {
overflow: hidden;
width: 100%;
display: table-row;
}
tbody, tr, td, span {
width: 100%;
overflow: hidden;
}
// Ende dtree
2013-11-14 20:29:55 +01:00
}
.useEllipsis {
2013-11-15 18:09:58 +01:00
text-overflow: ellipsis;
width: 250px;
white-space: nowrap;
overflow: hidden;
2013-11-14 20:29:55 +01:00
}
#mail-index {
2013-11-15 18:09:58 +01:00
position: relative
2013-11-14 20:29:55 +01:00
}
.mail-index_quotabox {
2013-11-15 18:09:58 +01:00
position: absolute;
top:8px;
right:74px;
width:200px !important;
z-index:99;
2013-11-14 20:29:55 +01:00
}
.mail-index_quotaDisplayNone {
2013-11-15 18:09:58 +01:00
display: none !important;
2013-11-14 20:29:55 +01:00
}
.mail-index_QuotaGreen, .mail-index_QuotaYellow, .mail-index_QuotaRed {
2013-11-15 18:09:58 +01:00
height:12px !important;
width:100px !important;
2013-11-14 20:29:55 +01:00
}
.mail-index_QuotaGreen > div {
2013-11-15 18:09:58 +01:00
background-color: green !important;
height:11px !important;
2013-11-14 20:29:55 +01:00
}
.mail-index_QuotaYellow > div {
2013-11-15 18:09:58 +01:00
background-color: yellow !important;
height:11px !important;
2013-11-14 20:29:55 +01:00
}
.mail-index_QuotaRed > div {
2013-11-15 18:09:58 +01:00
background-color: red !important;
height:11px !important;
2013-11-14 20:29:55 +01:00
}
/*
influence the tree display and scrolling behavior
*/
#mail-tree_target {
2013-11-15 18:09:58 +01:00
min-height: 35px;
max-height: 450px;
display: block;
display: -moz-inline-stack;
display: -moz-box;
width: 100%;
overflow: hidden;
overflow-y: auto;
z-index:100;
2013-11-14 20:29:55 +01:00
}
/*
we need the the image displayed with our buttons on the left side
*/
input[type=button] {
2013-11-15 18:09:58 +01:00
background-position: left;
2013-11-14 20:29:55 +01:00
}
#mail-index_messageIFRAME {
2013-11-15 18:09:58 +01:00
width: 100%;
height: 100%;
border: 0;
2013-11-14 20:29:55 +01:00
}
//#mail-index_button\[mailcreate\]
#mail-index_button[id*="mailcreate"]{
2013-11-15 18:09:58 +01:00
width: 99%;
text-align: left;
font-weight: bold;
padding-left: 25px;
background-image: url(images/write_mail.png) !important;
background-position: left;
background-repeat: no-repeat;
2013-11-14 20:29:55 +01:00
}
//#mail-compose_button[id*="send"] {
// text-align: left;
// font-weight: bold;
// padding-left: 30px;
// width: 80px;
// margin: 0px !important;
// background-image: url(images/mail_send.png) !important;
// background-position: left;
// background-repeat: no-repeat;
//}
.mailDisplay, #mail-index_mailPreview {
2013-11-15 18:09:58 +01:00
overflow: hidden;
position: relative;
margin-top: 5px;
2013-11-14 20:29:55 +01:00
}
#mail-compose_fileselector {
2013-11-15 18:09:58 +01:00
width: 245px !important;
2013-11-14 20:29:55 +01:00
}
#mail-compose_toolbar {
2013-11-15 18:09:58 +01:00
padding: 0px !important;
2013-11-14 20:29:55 +01:00
}
#mail-compose_toolbar > button {
2013-11-15 18:09:58 +01:00
padding: .2em .4em;
2013-11-14 20:29:55 +01:00
}
#mail-compose_toolbar > img {
2013-11-15 18:09:58 +01:00
width: 16px;
padding: 0px;
height: 16px !important;
2013-11-14 20:29:55 +01:00
}
#mail-compose_toolbar > button > span > img {
2013-11-15 18:09:58 +01:00
width: 16px;
padding: 0px;
height: 16px !important;
2013-11-14 20:29:55 +01:00
}
#mail-display_toolbar {
2013-11-15 18:09:58 +01:00
padding: 0px;
2013-11-14 20:29:55 +01:00
}
#mail-display_toolbar > button > span {
2013-11-15 18:09:58 +01:00
padding: .2em .4em;
2013-11-14 20:29:55 +01:00
}
#mail-display_toolbar > button > span > img {
2013-11-15 18:09:58 +01:00
width: 16px;
padding: 0px;
height: 16px !important;
2013-11-14 20:29:55 +01:00
}
#mail-index_mailPreviewIcons {
2013-11-15 18:09:58 +01:00
position: absolute;
right: 0;
top: 0;
2013-11-14 20:29:55 +01:00
}
// Headerbereich grau hinterlegt
#mail-index_mailPreviewContainer {
2013-11-15 18:09:58 +01:00
position: absolute;
border: 1px solid silver;
top: 75px;
bottom: 0;
left: 3px;
right: 0;
2013-11-14 20:29:55 +01:00
}
2013-11-22 06:28:19 +01:00
/*Toolbar der Email*/
2013-11-14 20:29:55 +01:00
#mail-index_toolbar {
2013-11-15 18:09:58 +01:00
padding: 0px;
background: none;
margin: 5px 5px 0 0;
border: none;
2013-11-14 20:29:55 +01:00
2013-11-22 06:28:19 +01:00
/* Elemente */
2013-11-15 18:09:58 +01:00
button {
background: none;
background-image: none;
2013-11-22 06:28:19 +01:00
padding: 0px !important;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
.Complete_Button_Icon_normal;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
&:hover {.Complete_Button_Icon_hover;}
&:active {.Complete_Button_Icon_active;}
&:focus {border: none;}
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
span {
padding: .2em .6em;
2013-11-14 20:29:55 +01:00
2013-11-15 18:09:58 +01:00
img {
width: 16px;
padding: 0px;
height: 16px !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
}
// Anhänge an Email
#mail-index_previewAttachmentArea {
2013-11-15 18:09:58 +01:00
// background-color:#efefdf;
.background-color-10-gray;
max-height: 5%;
max-width: 50%;
position: absolute;
overflow:scroll;
overflow-x:hidden;
right: 7px;
2013-11-22 06:28:19 +01:00
top: 45px;
border-color: @gray-10;
2013-11-15 18:09:58 +01:00
.border_normal;
opacity: 1;
-moz-opacity:1;
2013-11-27 08:21:32 +01:00
z-index: 100;
2013-11-15 18:09:58 +01:00
// filter: Alpha(opacity=100);
img {width: 16px; height: 16px;}
2013-11-27 08:21:32 +01:00
td{padding: 2px;}
2013-11-14 20:29:55 +01:00
}
#mail-index_previewAttachmentArea.noContent {
2013-11-15 18:09:58 +01:00
border:0px !important;
2013-11-14 20:29:55 +01:00
}
.mailDisplayContainer, .mailDisplayAttachments {
2013-11-15 18:09:58 +01:00
display: block;
display: -moz-inline-stack;
display: -moz-box;
width: 99%;
overflow: hidden;
overflow-y: auto;
left: 3px;
right: 3px;
2013-11-27 08:21:32 +01:00
z-index: 100;
2013-11-14 20:29:55 +01:00
}
.mailDisplayContainer {
2013-11-15 18:09:58 +01:00
position: fixed;
overflow: hidden;
overflow-y: auto;
border: 1px solid silver;
top: 120px;
bottom: 100px;
2013-11-14 20:29:55 +01:00
}
2013-12-19 04:14:47 +01:00
2013-11-14 20:29:55 +01:00
.mailDisplayHeaders {
2013-11-15 18:09:58 +01:00
overflow: hidden;
2013-11-14 20:29:55 +01:00
}
.mailDisplayHeaderSection {
2013-11-15 18:09:58 +01:00
position: absolute;
top: 12px;
2013-11-14 20:29:55 +01:00
}
div.mailDisplayHeaders > div:first-parent {
2013-11-15 18:09:58 +01:00
overflow: hidden;
2013-11-14 20:29:55 +01:00
}
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailPreviewHeaders > span:first-child {
2013-11-15 18:09:58 +01:00
width: 7em;
display: inline-block;
2013-11-14 20:29:55 +01:00
}
div.mailComposeHeaders > span:first-child {
2013-11-15 18:09:58 +01:00
width: 8em;
2013-11-14 20:29:55 +01:00
}
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > * {
2013-11-15 18:09:58 +01:00
margin-left: 3px;}
2013-11-27 08:21:32 +01:00
#mail-importMessage{
.et2_button_icon{
height: auto;
width: 24px;
}
2013-12-19 04:14:47 +01:00
}
//