app/assets/stylesheets/i_reach/admin.css in i_reach-0.0.2 vs app/assets/stylesheets/i_reach/admin.css in i_reach-0.1.0

- old
+ new

@@ -139,11 +139,11 @@ font-size: 11pt; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; border: 0; - background: url(/images/button_imgs/button1.gif) no-repeat; + background: url(/assets/i_reach/button_imgs/button1.gif) no-repeat; color: #555; height: 22px; overflow: visible; /* supposed to fix IE spacing */ /* used to catch the buttonEnding */ position: relative; @@ -161,11 +161,11 @@ padding-bottom: 3px; font-size: 11pt; font-weight: bold; text-decoration: none; border: 0; - background: url(/images/button_imgs/button1.gif) no-repeat; + background: url(/assets/i_reach/button_imgs/button1.gif) no-repeat; color: #555; height: 22px; /* used to catch the buttonEnding */ position: relative; cursor: pointer; @@ -182,20 +182,20 @@ margin-left: -10px; /* Firefox doesn't like the margin-top below */ margin-top: 6px; width: 17px; height: 22px; - background: url(/images/button_imgs/end1.gif) no-repeat; + background: url(/assets/i_reach/button_imgs/end1.gif) no-repeat; } div.linkbuttonEnding{ position: absolute; display: inline; margin-left: -6px; margin-top: -3px; width: 17px; height: 22px; - background: url(/images/button_imgs/end1.gif) no-repeat; + background: url(/assets/i_reach/button_imgs/end1.gif) no-repeat; } .newsletter_parts_group { margin-top: 10px; padding: 0 5px 5px 15px;