mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
All CSS font-size to % instead of px
This commit is contained in:
parent
c1c851c238
commit
c3f7827683
21 changed files with 52 additions and 52 deletions
|
|
@ -32,7 +32,7 @@
|
|||
.groupLabel {
|
||||
background:rgba(128,128,128,0.2);
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
font-size: 85%;
|
||||
line-height: 2;
|
||||
opacity: 0.6;
|
||||
text-align: center;
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
font-size: 18px;
|
||||
font-size: 128%;
|
||||
cursor: help;
|
||||
}
|
||||
}
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
|
||||
.btn.buttonMoreSearch {
|
||||
font-size: 11px;
|
||||
font-size: 80%;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
color: #999;
|
||||
text-align: center;
|
||||
padding: 60px 10px;
|
||||
font-size: 24px;
|
||||
font-size: 171%;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
|
|
@ -147,13 +147,13 @@
|
|||
}
|
||||
|
||||
.listSearchDesc {
|
||||
font-size: 16px;
|
||||
font-size: 114%;
|
||||
padding: 12px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.listThreadUidDesc {
|
||||
font-size: 16px;
|
||||
font-size: 114%;
|
||||
padding: 7px 20px 6px 20px;
|
||||
background-color: rgba(128,128,128,0.5);
|
||||
border-bottom: 1px solid #888;
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
|
||||
border-left: 6px solid transparent;
|
||||
display: flex;
|
||||
font-size: 13px;
|
||||
font-size: 90%;
|
||||
line-height: 2;
|
||||
position: relative;
|
||||
/*
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
}
|
||||
|
||||
.messageCheckbox {
|
||||
font-size: 16px;
|
||||
font-size: 114%;
|
||||
padding: 5px .5em 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
time, .sizeParent {
|
||||
margin: 0 5px 0 0;
|
||||
opacity: 0.7;
|
||||
font-size: 11px;
|
||||
font-size: 80%;
|
||||
white-space: nowrap;
|
||||
min-width: 3.5em;
|
||||
text-align: var(--right, right);
|
||||
|
|
@ -272,7 +272,7 @@
|
|||
.threads-len {
|
||||
border-radius: var(--border-radius, 5px);
|
||||
border: 1px solid #ccc;
|
||||
font-size: 11px;
|
||||
font-size: 80%;
|
||||
padding: 0 4px;
|
||||
white-space: nowrap;
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue