Sha256: a6ff931df37f61fcca51c1593f9102bac3634ea07fe5d2e601e50911f8fb072b
Contents?: true
Size: 1.19 KB
Versions: 24
Compression:
Stored size: 1.19 KB
Contents
#gmap3-menu{ background-color: #FFFFFF; width:170px; padding:0px; border:1px; cursor:pointer; border-left:1px solid #cccccc; border-top:1px solid #cccccc; border-right:1px solid #676767; border-bottom:1px solid #676767; } #gmap3-menu .item{ font-family: arial,helvetica,sans-serif; font-size: 12px; text-align:left; line-height: 30px; border-left:0px; border-top:0px; border-right:0px; padding-left:30px; background-repeat: no-repeat; background-position: 4px center; } #gmap3-menu .item.itemA{ background-image: url(<%= asset_path 'my_admin/plugins/gmap/icon_greenA.png' %>); } #gmap3-menu .item.itemB{ background-image: url(<%= asset_path 'my_admin/plugins/gmap/icon_greenB.png' %>); } #gmap3-menu .item.zoomIn{ background-image: url(<%= asset_path 'my_admin/plugins/gmap/zoomin.png' %>); } #gmap3-menu .item.zoomOut{ background-image: url(<%= asset_path 'my_admin/plugins/gmap/zoomout.png' %>); } #gmap3-menu .item.centerHere{ background-image: url(<%= asset_path 'my_admin/plugins/gmap/here.png' %>); } #gmap3-menu .item.hover{ background-color: #d6e9f8; } #gmap3-menu .item.separator{ border-bottom:1px solid #cccccc; }
Version data entries
24 entries across 24 versions & 1 rubygems