display : view
delete border around iframe
This commit is contained in:
Stefan Reinhardt 2014-05-14 12:31:46 +00:00
parent e1a5ac7ffa
commit 0eeb20da86
2 changed files with 34 additions and 14 deletions

View File

@ -729,6 +729,14 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
# # # # # #
############################################## ##############################################
*/ */
/*Border around iframe*/
iframe#mail-display_mailDisplayBodySrc {
/*border: 4px solid yellow;*/
}
/*Border around iframe*/
.mailDisplayContainer {
border: 0px;
}
div#mail-index { div#mail-index {
margin: 0 1% 0 0 !important; margin: 0 1% 0 0 !important;
} }
@ -1118,11 +1126,9 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
#mail-compose .mail-compose_toolbar .mail-compose_fileselector span.et2_file_span { #mail-compose .mail-compose_toolbar .mail-compose_fileselector span.et2_file_span {
font-size: 1.1em; font-size: 1.1em;
font-weight: normal; font-weight: normal;
border: 1px solid rgba(0, 0, 0, 0.15); /*.border_normal;*/
/*.box_shadow_standard_light;*/ /*.box_shadow_standard_light;*/
-webkit-border-radius: 3px; /*.rounded (3px);*/
-moz-border-radius: 3px;
border-radius: 3px;
color: #000000; color: #000000;
-webkit-appearance: none; -webkit-appearance: none;
-webkit-transition-property: background-color; -webkit-transition-property: background-color;
@ -1261,11 +1267,9 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
} }
#mail-compose .mailComposeHeaders span#mail-compose_cc_expander, #mail-compose .mailComposeHeaders span#mail-compose_cc_expander,
#mail-compose .mailComposeHeadersSection span#mail-compose_cc_expander { #mail-compose .mailComposeHeadersSection span#mail-compose_cc_expander {
border: 1px solid rgba(0, 0, 0, 0.15); /*.border_normal;*/
/*.box_shadow_standard_light;*/ /*.box_shadow_standard_light;*/
-webkit-border-radius: 3px; /*.rounded (3px);*/
-moz-border-radius: 3px;
border-radius: 3px;
color: #000000; color: #000000;
-webkit-appearance: none; -webkit-appearance: none;
-webkit-transition-property: background-color; -webkit-transition-property: background-color;
@ -1297,11 +1301,9 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
} }
#mail-compose .mailComposeHeaders span#mail-compose_bcc_expander, #mail-compose .mailComposeHeaders span#mail-compose_bcc_expander,
#mail-compose .mailComposeHeadersSection span#mail-compose_bcc_expander { #mail-compose .mailComposeHeadersSection span#mail-compose_bcc_expander {
border: 1px solid rgba(0, 0, 0, 0.15); /*.border_normal;*/
/*.box_shadow_standard_light;*/ /*.box_shadow_standard_light;*/
-webkit-border-radius: 3px; /*.rounded (3px);*/
-moz-border-radius: 3px;
border-radius: 3px;
color: #000000; color: #000000;
-webkit-appearance: none; -webkit-appearance: none;
-webkit-transition-property: background-color; -webkit-transition-property: background-color;
@ -2577,6 +2579,8 @@ div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
width: 12px; width: 12px;
height: 12px; height: 12px;
} }
/*######################################################*/
/*Diplay : View */
.mailDisplayContainer, .mailDisplayContainer,
.mailDisplayAttachments { .mailDisplayAttachments {
display: block; display: block;
@ -2593,7 +2597,7 @@ div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
position: fixed; position: fixed;
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;
border: 1px solid silver; border: 0px solid silver;
top: 120px; top: 120px;
bottom: 100px; bottom: 100px;
} }

View File

@ -45,6 +45,20 @@
############################################## ##############################################
*/ */
/*Border around iframe*/
iframe#mail-display_mailDisplayBodySrc{
/*border: 4px solid yellow;*/
}
/*Border around iframe*/
.mailDisplayContainer{
border: 0px;
}
div#mail-index{ div#mail-index{
@ -1802,6 +1816,8 @@ div.mailPreviewHeaders div.mail_extraEmails {
/*######################################################*/
/*Diplay : View */
.mailDisplayContainer, .mailDisplayAttachments { .mailDisplayContainer, .mailDisplayAttachments {
display: block; display: block;
display: -moz-inline-stack; display: -moz-inline-stack;
@ -1817,7 +1833,7 @@ div.mailPreviewHeaders div.mail_extraEmails {
position: fixed; position: fixed;
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;
border: 1px solid silver; border: 0px solid silver;
top: 120px; top: 120px;
bottom: 100px; bottom: 100px;
} }