Hi Norman,
You're awesome! Thanks that worked!
There's another one, but cosmetic. The inputs that has % or px at the end, isn't the input class supposedly input-append instead of input-prepend?
with current input-prepend it looks like this:
Screen Shot 2013-09-23 at 4.02.03 PM.png
when change to input-append it looks so much better:
Screen Shot 2013-09-23 at 4.02.35 PM.png
Files to update:
<gavick_template>/admin/scripts.js
on line# 323, 328, 332 - change
- Code: Select all
class=\"input-prepend\">" to class=\"input-append\">"
<gavick_template>/admin/style.css
on line#109 to 116 - change to
- Code: Select all
#sidebar_width_for_pages_select + span.unit,
#google_analytics_form > label {display: none}
div.label,
div.label + select,
div.label + input,
input#content_width_for_pages_add_btn + textarea,
div.label + div.input-prepend,
div.label + div.input-append { float: left; display: block; clear: both; margin: 0 0 4px 14px}
Thanks!