mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-09 22:50:04 +01:00
Small fix the offline copy status layout
This commit is contained in:
parent
187959fd1e
commit
f4f77ab0e1
@ -1943,7 +1943,11 @@ span.count {
|
|||||||
display: block;
|
display: block;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
background-color: #1863a1;
|
background-color: #1863a1;
|
||||||
color: white; }
|
color: white;
|
||||||
|
padding: 8px 10px 6px 10px;
|
||||||
|
font-size: 9pt; }
|
||||||
|
.miscInfo .proxyInfo.OFFLINE_COPY .proxyDescription:after {
|
||||||
|
content: ':'; }
|
||||||
.miscInfo .proxyInfo.OFFLINE_COPY .referenceDate {
|
.miscInfo .proxyInfo.OFFLINE_COPY .referenceDate {
|
||||||
padding-left: 10px; }
|
padding-left: 10px; }
|
||||||
.miscInfo .accountStatus {
|
.miscInfo .accountStatus {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -10,7 +10,14 @@
|
|||||||
|
|
||||||
background-color: $clipperz-blue;
|
background-color: $clipperz-blue;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
padding: 8px 10px 6px 10px;
|
||||||
|
font-size: 9pt;
|
||||||
|
|
||||||
|
.proxyDescription:after {
|
||||||
|
content: ':';
|
||||||
|
}
|
||||||
|
|
||||||
.referenceDate {
|
.referenceDate {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user