Created
July 24, 2012 19:01
-
-
Save ndv/3171909 to your computer and use it in GitHub Desktop.
Ecwid 11.0-12.0 CSS diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -230,7 +230,7 @@ | |
/* 3rd, 4th, etc level categories */ | |
div.ecwid-categories-MenuBarPopup td.gwt-MenuItem { | |
padding: 3px 40px 3px 10px; | |
- width: 100%; | |
+ width: auto; | |
} | |
@@ -3250,7 +3250,8 @@ | |
div.ecwid-Checkout-blockTitle, table.ecwid-Checkout-blockTitle { | |
margin: 30px 5px 15px 5px; | |
} | |
-div.ecwid-Checkout-blockTitle, table.ecwid-Checkout-blockTitle div.gwt-Label { | |
+div.ecwid-Checkout-blockTitle, table.ecwid-Checkout-blockTitle div.gwt-Label, | |
+table.ecwid-Checkout-blockTitle div.gwt-HTML { | |
font: normal 20px helvetica, arial, verdana, sans-serif; | |
color: #1e7ec8; | |
} | |
@@ -3274,6 +3275,7 @@ | |
div.ecwid-Checkout-PasswordBlock-tip { | |
font: 15px helvetica, arial, verdana, sans-serif; | |
color: #83898f; | |
+ max-width: 505px; | |
} | |
div.ecwid-Checkout-PasswordBlock div.ecwid-form { | |
padding: 20px; | |
@@ -3973,15 +3975,10 @@ | |
div.ecwid-productBrowser-likeButton span.fb_edge_comment_widget { | |
position: absolute; | |
} | |
- | |
-div.ecwid-productBrowser-details-like span.fb_edge_comment_widget { | |
- margin-left: -192px; | |
+div.ecwid-productBrowser-sharePanel-buttonsContainer-item span.fb_edge_comment_widget { | |
+ left: -192px !important; | |
} | |
-div.ecwid-productBrowser-details-like span.fb_send_button_form_widget { | |
- margin-left: -282px; | |
-} | |
- | |
div.ecwid-productBrowser-commentsWidget { | |
padding-top: 20px; | |
} | |
@@ -4044,7 +4041,7 @@ | |
background: url(icons/prevnext.png) center -44px no-repeat; | |
} | |
-div.ecwid-productBrowser-sharePanel-header { | |
+.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-sharePanel-header { | |
background: url(icons/share_ico.png) left no-repeat; | |
background-color: #e5e5e5; | |
padding: 2px 0 2px 34px; | |
@@ -4071,23 +4068,33 @@ | |
*display: inline; | |
} | |
-div.ecwid-productBrowser-sharePanel-waiting { | |
+.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-sharePanel-waiting { | |
+ width: 24px; | |
+ height: 24px; | |
+ background: #000000; | |
+ border: 1px solid #000000; | |
+ border-radius: 5px; | |
+ opacity: 0.6; | |
+ filter: alpha(opacity=80); | |
+} | |
+ | |
+.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-sharePanel-waiting-icon { | |
width: 20px; | |
height: 20px; | |
- background: url(icons/ajax-loader.gif) no-repeat 0px 2px; | |
+ background: url(icons/ajax-loader.gif) no-repeat 2px 4px; | |
} | |
.ecwid-productBrowser-details-rightPanel .ecwid-productBrowser-sharePanel-headerLabel { | |
padding: 5px; | |
} | |
-div.ecwid-vklikepanel { | |
+.ecwid div.ecwid-vklikepanel { | |
padding: 0; | |
white-space: nowrap; | |
cursor: pointer; | |
} | |
-div.ecwid-vklikepanel-container { | |
+.ecwid div.ecwid-vklikepanel-container { | |
display: inline; | |
font-family: tahoma,verdana,arial,sans-serif,Lucida Sans; | |
font-size: 11px; | |
@@ -4097,13 +4104,13 @@ | |
text-align: left; | |
} | |
-div.ecwid-vklikepanel-wrap { | |
+.ecwid div.ecwid-vklikepanel-wrap { | |
border: 1px solid #3B6798; | |
border-radius: 2px 2px 2px 2px; | |
float: left; | |
} | |
-div.ecwid-vklikepanel-likewrap { | |
+.ecwid div.ecwid-vklikepanel-likewrap { | |
background-color: #6D8FB3; | |
border-color: #7E9CBC #5C82AB #5C82AB; | |
border-radius: 1px 1px 1px 1px; | |
@@ -4116,23 +4123,23 @@ | |
text-shadow: 0 1px 0 #45688E; | |
} | |
-div.ecwid-vklikepanel-like { | |
+.ecwid div.ecwid-vklikepanel-like { | |
text-align: left; | |
height: 15px; | |
overflow: hidden; | |
padding: 0 3px 0 6px; | |
} | |
-div.ecwid-vklikepanel-like-hover { | |
+.ecwid div.ecwid-vklikepanel-like-hover { | |
background-color: #7997B7; | |
} | |
-div.ecwid-vklikepanel-like-pressed { | |
+.ecwid div.ecwid-vklikepanel-like-pressed { | |
background-color: #6688AD; | |
border-color: #51769E #51779F #7495B8; | |
} | |
-div.ecwid-vklikepanel-icon { | |
+.ecwid div.ecwid-vklikepanel-icon { | |
background: url(icons/vk.png) no-repeat scroll 0 0 transparent; | |
border-radius: 2px 2px 2px 2px; | |
display: inline-block; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment