google-nomulus/java/google/registry/ui/css/epp.css
Justine Tunney 5012893c1d mv com/google/domain/registry google/registry
This change renames directories in preparation for the great package
rename. The repository is now in a broken state because the code
itself hasn't been updated. However this should ensure that git
correctly preserves history for each file.
2016-05-13 18:55:08 -04:00

61 lines
971 B
CSS

/* EPP styles */
.reg-add:before {
content: '+ ';
}
.contact h1 {
width: 650px;
background: url('/assets/images/ic_contacts_blue_12.png') no-repeat 0 0.7em;
padding-left: 2em;
margin-left: 0.75em;
}
/* Remove button. */
#contact-postalInfo table button {
margin: 1em;
float: right;
}
#contact-postalInfoHeader {
color: #777;
font-weight: normal;
}
#contact-postalInfo .info {
font-size: 11px;
color: #666;
}
#contact-postalInfo table {
margin: 0 0 1em 0;
padding: 1em;
}
#contact-postalInfo tr {
margin: auto 2em;
}
#contact-postalInfo tr:first-child {
margin-top: 1em;
}
#contact-postalInfo tr:last-child {
margin-bottom: 1em;
}
#contact-postalInfo table,
#contact-postalInfo input[readonly],
#contact-postalInfo textarea[readonly] {
background-color: #f1f1f1;
border-color: #f1f1f1;
}
#contact-postalInfoHeader button {
display: block;
margin: 1em 0;
}
#contact-postalInfoHeader button[disabled] {
display: none;
}