Widget: 140px version
authorLukasz Anwajler <lukasz@anwajler.com>
Thu, 23 Sep 2010 09:32:17 +0000 (04:32 -0500)
committerLukasz Anwajler <lukasz@anwajler.com>
Thu, 23 Sep 2010 09:32:17 +0000 (04:32 -0500)
wolnelektury/static/css/widget.css
wolnelektury/static/js/catalogue.js
wolnelektury/static/js/widget.js

index 31349ef..6266988 100644 (file)
@@ -1,6 +1,9 @@
 #wl {
 background-color: white;
 }
+#wl a, a:visited, a:hover {
+border: 0;
+}
 #wl img {
 border: 0;
 }
index 7177c4c..1eede5c 100644 (file)
@@ -447,7 +447,7 @@ function serverTime() {
             return false;
         });
 
-        //$('.sponsors').cycle({timeout: 3000});
+        $('.sponsors').cycle({timeout: 3000});
 
         $('.widget-code').focus(
             function(){
index 7012e64..d058174 100644 (file)
@@ -64,3 +64,10 @@ widget.style.width = "160px";
 widget.style.padding = "10px";
 widget.style.fontSize = "12px";
 form.style.paddingTop = "10px";
+
+/* resize - if needed */
+if(widget.getAttribute('width') == '140'){
+    logo.setAttribute('width', '140');
+    inputText.setAttribute('size', '10');
+    widget.style.width = "140px";
+}