# HG changeset patch # User hamidouk # Date 1328190753 -3600 # Node ID 69d80dd9c9d8dac019ec045f2781259c348c3a69 # Parent 3460bee362db3ed8ff6c8f40b95154fd420319e7 replaced direct references to images to css classes. diff -r 3460bee362db -r 69d80dd9c9d8 src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Thu Feb 02 11:05:24 2012 +0100 +++ b/src/css/LdtPlayer.css Thu Feb 02 14:52:33 2012 +0100 @@ -75,6 +75,30 @@ } +.Ldt-fbShare { + display: block; + float: left; + width: 24px; + height: 24px; + background:url('imgs/facebook.png'); +} + +.Ldt-TwShare { + display: block; + float: left; + width: 24px; + height: 24px; + background:url('imgs/twitter.png'); +} + +.Ldt-GplusShare { + display: block; + float: left; + width: 24px; + height: 24px; + background:url('imgs/google.png'); +} + .Ldt-SaTitle{ padding-top:2px; padding-bottom:3px; @@ -399,6 +423,8 @@ height: 48px; margin-left: 5px; margin-right: 5px; + background:url('imgs/profile_arrow.png'); + background-position: 7 10px; } .Ldt-tweet_userHandle { @@ -424,6 +450,7 @@ height: 17px; width: 17px; margin-right: 1px; + background:url('imgs/minimize.png'); } .Ldt-tweetWidgetMinimize { @@ -432,6 +459,7 @@ height: 17px; width: 17px; right: 9px; + background:url('imgs/minimize.png'); } .Ldt-tweetWidget * a:link { @@ -618,6 +646,7 @@ display: block; border: 1px solid #babcbc; } + .Ldt-createAnnotation-profileArrow { display: table-cell; vertical-align: top; @@ -625,11 +654,9 @@ width: 15px; padding-right: 5px; padding-left: 3px; -} - -.Ldt-createAnnotation-profileArrow img { - display: block; - margin-left: 4px; + background:url('imgs/profile_arrow.png'); + background-repeat: no-repeat; + background-position: center; } .Ldt-createAnnotation-Description { @@ -695,6 +722,7 @@ height: 17px; width: 17px; right: 0px; + background:url('imgs/minimize.png'); } /* polemic tweet annotation buttons */ diff -r 3460bee362db -r 69d80dd9c9d8 src/templates/annotationWidget.html --- a/src/templates/annotationWidget.html Thu Feb 02 11:05:24 2012 +0100 +++ b/src/templates/annotationWidget.html Thu Feb 02 14:52:33 2012 +0100 @@ -5,9 +5,9 @@
- share on facebook - share on twitter - share on google+ + + +
diff -r 3460bee362db -r 69d80dd9c9d8 src/templates/createAnnotationWidget.html --- a/src/templates/createAnnotationWidget.html Thu Feb 02 11:05:24 2012 +0100 +++ b/src/templates/createAnnotationWidget.html Thu Feb 02 14:52:33 2012 +0100 @@ -7,14 +7,13 @@
{{^cinecast_version}} - Cancel +
{{/cinecast_version}}
-
- +
diff -r 3460bee362db -r 69d80dd9c9d8 src/templates/tweetWidget.html --- a/src/templates/tweetWidget.html Thu Feb 02 11:05:24 2012 +0100 +++ b/src/templates/tweetWidget.html Thu Feb 02 14:52:33 2012 +0100 @@ -2,10 +2,10 @@