Skip to content

Commit

Permalink
Convert smartmobile CSS px to em
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 24, 2013
1 parent 3c38bcd commit 314a30c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions imp/themes/default/smartmobile/screen.css
Expand Up @@ -15,7 +15,7 @@
.imp-mailbox-secondrow {
font-size: 80%;
font-weight: normal;
padding: 0 40px 11px 15px;
padding: 0 2.5em 0.688em 0.938em;
}
.imp-mailbox-from {
display: block;
Expand All @@ -33,10 +33,10 @@

.divSwipe a {
font-weight: bold;
margin-top: 15px;
margin-top: 0.938em;
}
.divSwipe span.ui-btn-inner {
padding-right: 20px;
padding-right: 1.25em;
}

/* Message */
Expand All @@ -48,7 +48,7 @@
}
.imp-header-label {
font-weight: bold;
padding-right: 5px;
padding-right: 0.313em;
vertical-align: top;
}
.imp-header-label-value {
Expand All @@ -60,10 +60,10 @@
#imp-message-date {
font-size: 90%;
font-weight: normal;
padding-left: 8px;
padding-left: 0.5em;
}
.imp-message-spacer {
margin: 12px;
margin: 0.75em;
}

/* Compose */
Expand Down Expand Up @@ -110,19 +110,19 @@

/* Mime Viewer styles. */
.mimeHeaders {
border: 1px solid #ccc;
border: 0.063em solid #ccc;
background: #f9f9f9;
display: inline-block;
margin: 5px 0 3px 0;
padding: 5px;
margin: 0.313em 0 0.188em 0;
padding: 0.313em;
}
.mimePartWrap, .mimePartWrapValid, .mimePartWrapInvalid {
border: 1px solid #d0d0d0;
margin: 2px 0;
padding: 10px;
border: 0.063em solid #d0d0d0;
margin: 0.125em 0;
padding: 0.625em;
}

/* Notification styles. */
#horde-notification {
bottom: 50px;
bottom: 3.125em;
}

0 comments on commit 314a30c

Please sign in to comment.