mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 07:13:34 +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
102
java/google/registry/ui/css/console.css
Normal file
102
java/google/registry/ui/css/console.css
Normal file
|
@ -0,0 +1,102 @@
|
|||
.description {
|
||||
display: block;
|
||||
clear: both;
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
.whoAreYou {
|
||||
width: 50%;
|
||||
margin: 5em auto;
|
||||
}
|
||||
|
||||
/* Console disabled page. */
|
||||
.whoAreYou-disabled {
|
||||
width: 50%;
|
||||
margin: 5em auto;
|
||||
}
|
||||
|
||||
.whoAreYou-disabled p img {
|
||||
display: block;
|
||||
margin: 3em auto;
|
||||
}
|
||||
|
||||
.whoAreYou-disabled h1 {
|
||||
border-top: solid 1px #ebebeb;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
/* XXX: Should be re-enabled when search works. */
|
||||
#kd-search {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* XXX: Should be generalized for use throughout console. */
|
||||
div.domain-registrar-contact div.tooltip {
|
||||
visibility: hidden;
|
||||
/* XXX: Should have auto-width. */
|
||||
width: 110px;
|
||||
left: -55px;
|
||||
height: 1em;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
color: white;
|
||||
background: #2d2d2d;
|
||||
padding: 0.5em;
|
||||
z-index: 2000;
|
||||
margin-top: -30px;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
div.domain-registrar-contact div.tooltip .pointer {
|
||||
outline: none;
|
||||
display: block;
|
||||
position: relative;
|
||||
bottom: -7px;
|
||||
left: 55px;
|
||||
margin: 0 0 0 -5px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
line-height: 0px;
|
||||
font-size: 0px;
|
||||
/* This sets the tooptip pointer color */
|
||||
border-bottom: transparent;
|
||||
border-left: 5px solid transparent;
|
||||
border-right: 5px solid transparent;
|
||||
border-top: 5px solid #2d2d2d;
|
||||
}
|
||||
|
||||
.reg-cryingAndroid {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.reg-bullets {
|
||||
padding-left: 1em;
|
||||
list-style: disc inside;
|
||||
}
|
||||
|
||||
.reg-payment p {
|
||||
max-width: 45em;
|
||||
}
|
||||
|
||||
/* Note: Empty definitions are for class name minimization. */
|
||||
|
||||
.reg-payment-form {}
|
||||
|
||||
.reg-payment-form-method {}
|
||||
|
||||
.reg-payment-form-method.kd-formerror {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.reg-payment-form-method-info {}
|
||||
|
||||
.reg-payment-form-submit {}
|
||||
|
||||
.reg-payment-form-loader {
|
||||
vertical-align: middle;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.reg-payment-again {}
|
Loading…
Add table
Add a link
Reference in a new issue