diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-01-16 22:20:15 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-01-16 22:20:15 +0100 |
| commit | 4ffb67938358cbfedec0ac1fc75ba438c0af060f (patch) | |
| tree | 98325dc072d62c5b1396aed03bbaada76b8c0651 /ishtar_common/static/media/style.css | |
| parent | 6dab8cf237f0b6176dacc0ba03d6965f738266d3 (diff) | |
| download | Ishtar-4ffb67938358cbfedec0ac1fc75ba438c0af060f.tar.bz2 Ishtar-4ffb67938358cbfedec0ac1fc75ba438c0af060f.zip | |
Display of record carts from the shortcut menu (refs #1602) - change record cart links to a more explicit image
Diffstat (limited to 'ishtar_common/static/media/style.css')
| -rw-r--r-- | ishtar_common/static/media/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index e9f1a8bab..bbd14dd99 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -161,6 +161,16 @@ div#logo{ background-repeat:no-repeat; } +.display_details{ + display:inline-block; + font-size:0; + color:transparent; + width:18px; + height:16px; + background-image:url(images/info.png); + background-repeat:no-repeat; +} + div#language_form_div{ position:absolute; right:0; |
