mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
pixelegg changes from Tuesday
This commit is contained in:
parent
d20ce47a8d
commit
66cc87f7a8
@ -1487,6 +1487,9 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
border: 1px solid gray;
|
||||
padding-right: 3px;
|
||||
}
|
||||
.calendar_plannerWidget img {
|
||||
height: 16px;
|
||||
}
|
||||
/* calendar_plannerHeader contains a calendar_plannerHeaderTitle and multiple calendar_plannerHeaderRows
|
||||
*/
|
||||
.calendar_plannerHeader {
|
||||
|
@ -1023,6 +1023,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
width: 99.5%;
|
||||
border: 1px solid gray;
|
||||
padding-right: 3px;
|
||||
|
||||
img{.dimension_height_s;}
|
||||
}
|
||||
|
||||
/* calendar_plannerHeader contains a calendar_plannerHeaderTitle and multiple calendar_plannerHeaderRows
|
||||
|
@ -190,7 +190,7 @@ div.filemanager_navigation > label {
|
||||
left: 0px;
|
||||
right: 30%;
|
||||
position: relative;*/
|
||||
top: -15px;
|
||||
top: 0px;
|
||||
float: left;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
@ -235,7 +235,7 @@ div.filemanager_navigation > label > input {
|
||||
width: 32px !important;
|
||||
height: 32px !important;
|
||||
position: relative;
|
||||
top: 13px;
|
||||
top: 0px;
|
||||
}
|
||||
#filemanager-index .filters {
|
||||
vertical-align: center;
|
||||
|
@ -87,7 +87,7 @@ div.filemanager_navigation > label {
|
||||
left: 0px;
|
||||
right: 30%;
|
||||
position: relative;*/
|
||||
top: -15px;
|
||||
top: 0px;
|
||||
|
||||
float: left;
|
||||
position: absolute;
|
||||
@ -128,7 +128,7 @@ div.filemanager_navigation > label > input {
|
||||
width: 32px !important;
|
||||
height: 32px !important;
|
||||
position: relative;
|
||||
top: 13px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
<html id="msg" class="message"/>
|
||||
<vbox class="mailCompose mailComposeHeaderSection" width="99%">
|
||||
<hbox class="et2_toolbar ui-widget-header ui-corner-all mail-compose_toolbar">
|
||||
<description class="email-button-group sent">
|
||||
|
||||
<button class="et2_button ui-button mail-compose_button" label="Send" id="button[send]"/>
|
||||
</description>
|
||||
|
||||
<description class="email-button-group save">
|
||||
<buttononly class="et2_button ui-button" label="Save as Draft" value="saveAsDraft" id="button[saveAsDraft]" image="fileexport" onclick="app.mail.saveAsDraft"/>
|
||||
<buttononly class="et2_button ui-button" label="Save as Draft and Print" value="saveAsDraftAndPrint" id="button[saveAsDraftAndPrint]" image="print" onclick="app.mail.saveAsDraftAndPrint"/>
|
||||
|
@ -779,14 +779,25 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
/*######################################*/
|
||||
}
|
||||
#mail-compose .mail-compose_toolbar span.email-button-group {
|
||||
margin: 3px 4px 4px 4px;
|
||||
padding: 2px;
|
||||
background-color: #cdcdcd;
|
||||
/*.background_linear_gradient !important;*/
|
||||
height: 24px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
float: left;
|
||||
margin: 0 6px 5px 0;
|
||||
padding: 0px 2px;
|
||||
border: 1px solid #a6a6a6;
|
||||
border-bottom-color: #979797;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
||||
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
||||
background: #e4e4e4;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
|
||||
background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4);
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4);
|
||||
background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
|
||||
background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
|
||||
background-image: linear-gradient(top, #ffffff, #e4e4e4);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
|
||||
}
|
||||
#mail-compose .mail-compose_toolbar span.sent {
|
||||
float: left;
|
||||
@ -818,11 +829,6 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
#mail-compose .mail-compose_toolbar span.priority span.et2_label {
|
||||
line-height: 25px;
|
||||
}
|
||||
#mail-compose .mail-compose_toolbar button.et2_button {
|
||||
height: 24px;
|
||||
/* &:hover {.box_shadow_standard_light_hover; background-color:@color_positive_action;}
|
||||
&:focus {.box_shadow_standard_light_inset; .background_color_15_gray;}*/
|
||||
}
|
||||
#mail-compose .mail-compose_toolbar img {
|
||||
height: 24px;
|
||||
}
|
||||
@ -854,15 +860,23 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
#mail-compose .mail-compose_toolbar span.et2_label {
|
||||
font-size: 9px;
|
||||
font-size: 8px;
|
||||
}
|
||||
#mail-compose .mail-compose_toolbar button.et2_button {
|
||||
/*.dimension_height_m;*/
|
||||
/* &:hover {.box_shadow_standard_light_hover; background-color:@color_positive_action;}
|
||||
&:focus {.box_shadow_standard_light_inset; .background_color_15_gray;}*/
|
||||
}
|
||||
#mail-compose .mail-compose_toolbar .mail-compose_button {
|
||||
/*margin-right: 15px !important;*/
|
||||
height: 27px;
|
||||
margin-right: 3px !important;
|
||||
margin-top: 0px !important;
|
||||
padding: 0 3px 0 0;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding-left: 20px;
|
||||
width: 71px;
|
||||
float: left;
|
||||
background-image: url(images/mail_send.png) !important;
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
@ -1043,6 +1057,12 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
}
|
||||
#mail-compose .mailComposeHeaders span.ms-close-btn,
|
||||
#mail-compose .mailComposeHeadersSection span.ms-close-btn {
|
||||
width: auto;
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 8px;
|
||||
}
|
||||
#mail-compose .mailComposeHeaders div,
|
||||
#mail-compose .mailComposeHeadersSection div {
|
||||
max-width: 770px;
|
||||
@ -1062,6 +1082,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
#mail-compose .mailComposeHeaders select#mail-compose_mailaccount,
|
||||
#mail-compose .mailComposeHeadersSection select#mail-compose_mailaccount {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
}
|
||||
#mail-compose .mailComposeHeaders span#mail-compose_cc_expander,
|
||||
#mail-compose .mailComposeHeadersSection span#mail-compose_cc_expander {
|
||||
|
@ -324,12 +324,7 @@ div#mail-index{
|
||||
width: 100%;
|
||||
|
||||
span.email-button-group {
|
||||
margin: 3px 4px 4px 4px;
|
||||
padding: 2px;
|
||||
background-color: @gray_20;
|
||||
/*.background_linear_gradient !important;*/
|
||||
.dimension_height_m;
|
||||
.rounded (5px);
|
||||
.span_tool_group;
|
||||
}
|
||||
|
||||
span.sent {float: left;}
|
||||
@ -350,12 +345,6 @@ div#mail-index{
|
||||
span.et2_label {line-height: 25px;}
|
||||
}
|
||||
|
||||
button.et2_button {
|
||||
.dimension_height_m;
|
||||
/* &:hover {.box_shadow_standard_light_hover; background-color:@color_positive_action;}
|
||||
&:focus {.box_shadow_standard_light_inset; .background_color_15_gray;}*/
|
||||
}
|
||||
|
||||
img{.dimension_height_m;}
|
||||
img[src$="svg"]{
|
||||
.gradient_vertical (@gray_30, @gray_40);
|
||||
@ -368,18 +357,28 @@ div#mail-index{
|
||||
}
|
||||
}
|
||||
|
||||
span.et2_label {font-size: 9px;}
|
||||
span.et2_label {font-size: 8px;}
|
||||
|
||||
/*######################################*/
|
||||
/*// Button senden -> dev_buttons.less*/
|
||||
button.et2_button {
|
||||
/*.dimension_height_m;*/
|
||||
|
||||
/* &:hover {.box_shadow_standard_light_hover; background-color:@color_positive_action;}
|
||||
&:focus {.box_shadow_standard_light_inset; .background_color_15_gray;}*/
|
||||
}
|
||||
|
||||
|
||||
.mail-compose_button{
|
||||
/*margin-right: 15px !important;*/
|
||||
height: 27px;
|
||||
margin-right: 3px !important;
|
||||
margin-top: 0px !important;
|
||||
padding: 0 3px 0 0;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding-left: 20px;
|
||||
width: 71px;
|
||||
|
||||
float: left;
|
||||
background-image: url(images/mail_send.png) !important;
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
@ -490,7 +489,18 @@ div#mail-index{
|
||||
margin: 2px 0;
|
||||
width: 98%;
|
||||
|
||||
span { width: 8em; font-size: 0.8em; text-align: right; padding-right: 5px;}
|
||||
span {
|
||||
width: 8em;
|
||||
font-size: 0.8em;
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
span.ms-close-btn {
|
||||
width: auto;
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
div{ max-width: 770px; }
|
||||
|
||||
@ -502,7 +512,7 @@ div#mail-index{
|
||||
}
|
||||
|
||||
/*Von*/
|
||||
select#mail-compose_mailaccount {width: 100%;}
|
||||
select#mail-compose_mailaccount {width: 100%; height: 30px;}
|
||||
/*An*/
|
||||
|
||||
/*Kopie*/
|
||||
@ -1422,4 +1432,4 @@ div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-c
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// |