Yes I did. I even tried changing it back to returns.css....and that didn't change anything. I use HTMLKit to edit with. I used the search feature too look for 'returns'...and manually changed each one, so I could make sure of what i was changing inside of the files. Right now it is back to what I had it originally....return_authorization.css
Below is what the file contains:
HTML Code:
fieldset {
float: left;
clear: left;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
}
fieldset #personal, fieldset #order, fieldset #write{
padding:0;
border:1px solid #000;
border-width: 1px 0 0;
}
fieldset ol {
padding: .5em .5em 0 .5em;
list-style: none;
}
fieldset li {
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
legend {
padding: 0.3em;
font-size: 1.1em;
color: #000;
font-weight:bold;
}
select {
margin: 0.1em;
}
textarea {
margin: auto;
padding:0.5em;
display: inline;
width: 40%;
border:1px solid #B6ABD5;
overflow:auto;
}
/*label.inputLabel {
width: 11em;
float: left;
color: #000;
}*/
label {
float: left;
width: 11.5em;
margin-right: 1em;
color: #000;
font-weight: bold;
}
fieldset div {
text-align:left;
}
and it is in includes/templates/funky/css
Bookmarks