google-nomulus/java/google/registry/ui/css/security-settings.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

67 lines
1.1 KiB
CSS

/** 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;
}