From 4284c6f9ee471d253354b8ba9508281b98976f52 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 5 Jun 2011 17:32:56 -0700 Subject: use icon for language selector instead of hotkey --- view/theme/duepuntozero/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 58cf8646c..2aa0eb2e9 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2298,8 +2298,8 @@ a.mail-list-link { #language-selector { position: absolute; - top: 0; - left: 0; + top: 0px; + left: 16px; } #group-members { @@ -2403,6 +2403,13 @@ a.mail-list-link { margin: 5px 0px 0px 0px; } +#lang-select-icon { + cursor: pointer; + position: absolute; + left: 0px; + top: 0px; +} + /** * ICONS @@ -2439,6 +2446,7 @@ a.mail-list-link { .video { background-position: -48px -32px;} .youtube { background-position: -64px -32px;} .attach { background-position: -80px -32px; } +.language { background-position: -96px -32px; } .attachtype { -- cgit v1.2.3