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:
Justine Tunney 2016-05-13 18:55:08 -04:00
parent a41677aea1
commit 5012893c1d
2396 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,58 @@
.domain-registrar-contacts {
vertical-align: top;
text-align: top;
}
.domain-registrar-contact {
display: table-cell;
padding-right: 4em;
padding-bottom: 2em;
}
.domain-registrar-contact div {
margin: 0.5em 0;
}
.domain-registrar-contact + br {
display: table-row;
}
.domain-registrar-contact-name {
font-weight: bold;
display: inline;
padding-right: 30px;
}
.domain-registrar-contact-name i {
float: right;
width: 16px;
height: 16px;
}
.domain-registrar-contact-name i.domain-registrar-contact-visible-in-whois {
background: url('/assets/images/visibleOn_16.png') no-repeat right;
}
/** Postal style for address. */
td.setting-group-compact div.contact-address-city,
td.setting-group-compact div.contact-address-state,
td.setting-group-compact div.contact-address-zip,
td.setting-group-compact div.contact-address-cc {
width: initial;
display: inline;
}
/** Back to regular box flow for phone. */
td.setting-group-compact input#phoneNumber {
clear: both;
}
/**
* Vertical align shim for contact tds. Using border here instead of
* padding since this is a table and padding is ignored.
*
* @see td.setting p
*/
td.domain-registrar-contacts {
border-top: solid 0.5em white;
}