mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 02:06:00 +02:00
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.
This commit is contained in:
parent
a41677aea1
commit
5012893c1d
2396 changed files with 0 additions and 0 deletions
61
java/google/registry/ui/css/epp.css
Normal file
61
java/google/registry/ui/css/epp.css
Normal file
|
@ -0,0 +1,61 @@
|
|||
/* 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue