Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ===== cardViewOverlay.css ============================================
== Styles for the Address Book Card view.
======================================================================= */
/* ::::: Card Edit dialog ::::: */
.CardEditWidth {
width: 42ch;
}
.CardEditLabel {
text-align: end;
}
.PhoneEditWidth {
width: 24ch;
}
.AddressCardEditWidth {
width: 72ch;
}
.YearWidth {
width: 8ch;
}
.stateZipSpacer {
width: 6ch;
}
.ZipWidth {
width: 14ch;
}
#photo {
}
#GenericPhotoList[value="default"] {
}
#PhotoContainer {
margin: 5px;
}
#PhotoDropTarget {
margin-top: 5px;
}
#PhotoDropTarget:hover {
border: 1px dashed #CACAFF;
}
#ProgressContainer {
max-height: 0;
transition: all .5s ease-out;
overflow: hidden;
}
#ProgressContainer.expanded {
margin-top: 10px;
max-height: 40px; /* something higher than the actual height, but not too large */
}