restrict_by_ip.css in Restrict Login or Role Access by IP Address 5
Same filename and directory in other branches
.restrict-by-ip div {
display: inline;
}
.restrict-by-ip input.form-text {
display: inline;
width: auto;
}
.restrict-by-ip .description {
display: block;
}File
restrict_by_ip.cssView source
-
- .restrict-by-ip div {
- display: inline;
- }
- .restrict-by-ip input.form-text {
- display: inline;
- width: auto;
- }
- .restrict-by-ip .description {
- display: block;
- }