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 | b147b21af0f78fc76c170589badbd8407c92dfd9 (patch) | |
| tree | 98325dc072d62c5b1396aed03bbaada76b8c0651 /ishtar_common/static/media | |
| parent | 2c9c125831cd3b91fe9c9899d6a4246ed9962e60 (diff) | |
| download | Ishtar-b147b21af0f78fc76c170589badbd8407c92dfd9.tar.bz2 Ishtar-b147b21af0f78fc76c170589badbd8407c92dfd9.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')
| -rw-r--r-- | ishtar_common/static/media/images/info.png | bin | 0 -> 521 bytes | |||
| -rw-r--r-- | ishtar_common/static/media/style.css | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ishtar_common/static/media/images/info.png b/ishtar_common/static/media/images/info.png Binary files differnew file mode 100644 index 000000000..6d9beb9ed --- /dev/null +++ b/ishtar_common/static/media/images/info.png 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; |
