1
0
Fork 0

use icon for language selector instead of hotkey

This commit is contained in:
Friendika 2011-06-05 17:32:56 -07:00
commit 4284c6f9ee
5 changed files with 33 additions and 16 deletions

View file

@ -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 {

View file

@ -2319,7 +2319,7 @@ a.mail-list-link {
#language-selector {
position: absolute;
top: 0;
left: 0;
left: 16px;
}
@ -2419,6 +2419,13 @@ a.mail-list-link {
margin: 5px 0px 0px 0px;
}
#lang-select-icon {
cursor: pointer;
position: absolute;
left: 0px;
top: 0px;
}
/**
* ICONS
*/
@ -2454,6 +2461,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 {
display: block; width: 20px; height: 23px;