From: Guillaume Pellerin Date: Fri, 14 Nov 2014 00:35:51 +0000 (+0100) Subject: fix marker buttons X-Git-Tag: 1.5.0rc1~27^2~21^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3bface9fd4f470d3c013e2e8319d67aef727a61f;p=telemeta.git fix marker buttons --- diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css index cb3b9fb6..8fd41ca8 100644 --- a/telemeta/static/telemeta/css/telemeta.css +++ b/telemeta/static/telemeta/css/telemeta.css @@ -1112,23 +1112,42 @@ a.image-link { display: inline-block; /*otherwise width and height do not work*/ background-repeat: no-repeat; text-decoration: none; - } .markerdiv .markersdivOffset, .markerdiv .markersdivOffset:hover, .markerdiv .markersdivOffset:visited{ color: #000; } .markerdiv .ts-marker, .markerdiv .ts-marker:hover, .markerdiv .ts-marker:visited{ - font-family: monospace; background: #e65911;color: #FFF;padding-left: .3ex; padding-right:.3ex; + font-family: monospace; + background: #e65911; + color: #FFF; + padding-left: .3ex; + padding-right:.3ex; +} +.markersdivDelete{ + background-image: url('../images/del_marker.png'); + width:15px; + height:2ex; + background-repeat: no-repeat; + padding-left: 13px; + padding-right: 2px; } -.markersdivDelete{ background-image: url('../images/del_marker.png');width:15px;height:2ex;background-repeat: no-repeat;} /*backfround-repeat is redundant with .markerDiv a,.. defined above but this way .markersDivDelete is re-usable in other context (eg popupdiv*/ -.markersdivAddPlaylist{ background-image: url('../images/add_playlist_marker.png');width:13px;height:2ex; } -.markersdivTitle{ font-weight:bold;} +.markersdivAddPlaylist{ + background-image: url('../images/add_playlist_marker.png'); + width:13px; + height:2ex; + padding-left: 13px; + padding-right: 2px; +} +.markersdivTitle{ + font-weight:bold; +} .markersdivEdit, .markersdivEdit:hover, .markersdivEdit:visited{ line-height: normal; color:#000; background-position: -2px center; - padding-left: 13px; padding-right: 2px; + padding-left: 13px; + padding-right: 2px; font-size: 65%; border:2px solid #666; background-color: #fff;