From b147b21af0f78fc76c170589badbd8407c92dfd9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 16 Jan 2014 22:20:15 +0100 Subject: Display of record carts from the shortcut menu (refs #1602) - change record cart links to a more explicit image --- ishtar_common/static/media/images/info.png | Bin 0 -> 521 bytes ishtar_common/static/media/style.css | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 ishtar_common/static/media/images/info.png (limited to 'ishtar_common/static/media') diff --git a/ishtar_common/static/media/images/info.png b/ishtar_common/static/media/images/info.png new file mode 100644 index 000000000..6d9beb9ed Binary files /dev/null and b/ishtar_common/static/media/images/info.png differ 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; -- cgit v1.2.3