Apply compiled mobile app.css

This commit is contained in:
Hadi Nategh 2020-02-19 11:59:00 +01:00
parent b8d36ce2b0
commit 20dff3e101

View File

@ -472,7 +472,7 @@ div#mail-index_mailPreview > div {
border: none; border: none;
} }
#mail-compose_composeToolbar > button { #mail-compose_composeToolbar > button {
padding: .2em .4em; padding: 0.2em 0.4em;
} }
#mail-compose_composeToolbar > img { #mail-compose_composeToolbar > img {
width: 16px; width: 16px;
@ -485,7 +485,7 @@ div#mail-index_mailPreview > div {
height: 16px !important; height: 16px !important;
} }
#mail-compose_composeToolbar > button { #mail-compose_composeToolbar > button {
padding: .2em .4em; padding: 0.2em 0.4em;
} }
#mail-compose_to div.ms-sel-ctn, #mail-compose_to div.ms-sel-ctn,
#mail-compose_cc .ms-sel-ctn, #mail-compose_cc .ms-sel-ctn,
@ -493,7 +493,7 @@ div#mail-index_mailPreview > div {
max-height: 75px; max-height: 75px;
} }
#mail-display_toolbar > button > span { #mail-display_toolbar > button > span {
padding: .2em .4em; padding: 0.2em 0.4em;
} }
#mail-display_toolbar > button > span > img { #mail-display_toolbar > button > span > img {
width: 16px; width: 16px;
@ -516,7 +516,7 @@ div#mail-index_mailPreview > div {
height: 35px; height: 35px;
} }
#mail-index_toolbar > button > span { #mail-index_toolbar > button > span {
padding: .2em .4em; padding: 0.2em 0.4em;
} }
#mail-index_toolbar > button > span > img { #mail-index_toolbar > button > span > img {
width: 16px; width: 16px;
@ -1652,11 +1652,11 @@ tr.mail.deleted td:first-child {
} }
span.status_img { span.status_img {
display: inline-block; display: inline-block;
width: 12px; width: 16px;
height: 12px; height: 16px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: url(../pixelegg/images/kmmsgread.svg); background-image: url(../pixelegg/images/kmmsgread.svg);
background-size: 12px 12px; background-size: 16px 16px;
} }
tr.deleted span.status_img { tr.deleted span.status_img {
background-image: url(../pixelegg/images/kmmsgdel.svg); background-image: url(../pixelegg/images/kmmsgdel.svg);
@ -1893,7 +1893,7 @@ input[type=button] {
padding: 0px; padding: 0px;
} }
#mail-display_toolbar > button > span { #mail-display_toolbar > button > span {
padding: .2em .4em; padding: 0.2em 0.4em;
} }
#mail-display_toolbar > button > span > img { #mail-display_toolbar > button > span > img {
width: 16px; width: 16px;