]> git.mxchange.org Git - friendica.git/commitdiff
Some small optical and structural changes to the manage template
authorMichael Vogel <icarus@dabo.de>
Mon, 26 Oct 2015 07:16:37 +0000 (08:16 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 26 Oct 2015 07:16:37 +0000 (08:16 +0100)
view/global.css
view/templates/manage.tpl

index 477f778d9a11aeffed52b9c5ca5cf62c9db2c4e9..e1ccd8b920f4af46aee777fa7abfde968de62311 100644 (file)
@@ -252,6 +252,7 @@ a {
   background: none;
   height: 80px;
   width: 80px;
+  cursor: pointer;
 }
 
 .selected-identity img {
index 8a7922d7be3149c357858fdbb13b236ee3ab7fd0..b1ccff519547b48aec6521a8b9469f0b085ca3ad 100644 (file)
@@ -3,13 +3,13 @@
 <div id="identity-manage-desc">{{$desc}}</div>
 <div id="identity-manage-choose">{{$choose}}</div>
 
-<div id="identity-selector-wrapper">
+<div id="identity-selector-wrapper" role="menu">
        <form action="manage" method="post" >
 
        {{foreach $identities as $id}}
                <div class="itentity-match-wrapper {{if $id.selected}}selected-identity{{/if}}" id="identity-match-{{$id.uid}}">
                        <div class="identity-match-photo" id="identity-match-photo-{{$id.uid}}">
-                               <button name="identity" value="{{$id.uid}}" onclick="this.form.submit();" title="{{$id.username}}">
+                               <button role="menuitem" name="identity" value="{{$id.uid}}" onclick="this.form.submit();" title="{{$id.username}}">
                                        <img src="{{$id.thumb}}" alt="{{$id.username}}" />
                                </button>
                        </div>
@@ -25,7 +25,7 @@
                </div>
        {{/foreach}}
 
+       <div class="identity-match-break"></div>
+
        </form>
 </div>
-       
-       
\ No newline at end of file