mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 09:46:03 +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
67
java/google/registry/ui/css/security-settings.css
Normal file
67
java/google/registry/ui/css/security-settings.css
Normal file
|
@ -0,0 +1,67 @@
|
|||
/** Security Settings */
|
||||
#domain-registrar-phone-passcode,
|
||||
#domain-registrar-phone-passcode input {
|
||||
color: #3D9200;
|
||||
}
|
||||
|
||||
div#ips div.ip {
|
||||
width: 209px;
|
||||
}
|
||||
|
||||
#newIp {
|
||||
width: 187px;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
div#ips.editing div.ip input,
|
||||
div#ips.editing div.ip button[type=button] {
|
||||
display: inline-block;
|
||||
height: 27px;
|
||||
line-height: 27px;
|
||||
background: #ebebeb;
|
||||
vertical-align: top;
|
||||
border: none;
|
||||
border-bottom: solid 3px white;
|
||||
}
|
||||
|
||||
div#ips.editing div.ip input {
|
||||
width: 169px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #555;
|
||||
padding-left: 5px ! important;
|
||||
}
|
||||
|
||||
div#ips.editing div.ip input[readonly] {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
div#ips.editing div.ip button[type=button] {
|
||||
float: right;
|
||||
margin-left: -2px;
|
||||
width: 30px;
|
||||
min-width: 30px;
|
||||
height: 30px;
|
||||
color: grey;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
div#ips.editing div.ip button[type=button]:hover {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
div#ips.editing div.ip button[type=button] i {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
div#ips.editing .kd-errormessage {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.item td.certificate h4 {
|
||||
margin-top: 1em;
|
||||
text-transform: lowercase;
|
||||
border: solid 1px red;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue