interconnectit/Search-Replace-DB

Poor CSS in search & replace script v. 4.1.3

aldemarcalazans opened this issue · 4 comments

I found this script's CSS very poor. I guess you should at least increase the search and replace fields, in some page widths, as well as the database, username, pass and host fields, as follows:

.fields-large .sr-boxes input[type="text"] {
	min-width:19em;
}
div.sr-boxes span.label-text {
	display:inline-block;
	width:3em;
	text-align:right;
}

div.field.field-short:nth-of-type(1), div.field.field-short:nth-of-type(2), div.field.field-short:nth-of-type(3), div.field.field-short:nth-of-type(4) {
	min-width:19em;
}
div.field.field-short:nth-of-type(5) {
	width:6em;
}

hello! thank you for spending your time on improving the script, the CSS code, like the rest is pretty old :)

could you please write a PR?

Well, I simply have no practice with GitHub. I will take a look at the site documentation, and try to do it later...

Hi. I guess I did it.
I modified a little the code (make it simpler)

awesome, let's close this one and discuss it over #361