Merge pull request #2380 from henningoschwald/76bb5221c7a1b71f0d617c55e844c51e889a2c70

Fixes keyboard accessibility of expandable settings
This commit is contained in:
Bernhard Posselt 2013-03-16 12:22:33 -07:00
commit b3499c8dc3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
src="<?php print_unescaped(image_path('', 'logo-wide.svg')); ?>" alt="ownCloud" /></a>
<ul id="settings" class="svg">
<span id="expand">
<span id="expand" tabindex="0" role="link">
<span id="expandDisplayName"><?php p(trim($_['user_displayname']) != '' ? $_['user_displayname'] : $_['user_uid']) ?></span>
<img class="svg" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" />
</span>