mirror of
https://github.com/google/nomulus.git
synced 2025-06-29 07:43:37 +02:00
67 lines
1.1 KiB
CSS
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;
|
|
}
|