Change cursor to cell for entry-select

pull/1/head
Florian Hartwich 2017-05-16 11:33:43 +02:00
parent bf722f48fb
commit 2537dcff07
6 changed files with 13 additions and 12 deletions

View File

@ -3,7 +3,7 @@ div.squad-list-entry, a.squad-list-entry {
width: 475px;
border-radius: 2px;
border: lightgrey solid 1px;
cursor: pointer;
cursor: cell;
margin-bottom: -1px;
}

View File

@ -3,7 +3,7 @@ div.rank-list-entry, a.rank-list-entry {
width: 475px;
border-radius: 2px;
border: lightgrey solid 1px;
cursor: pointer;
cursor: cell;
margin-bottom: -1px;
}

View File

@ -3,7 +3,7 @@ div.squad-list-entry, a.squad-list-entry {
width: 475px;
border-radius: 2px;
border: lightgrey solid 1px;
cursor: pointer;
cursor: cell;
margin-bottom: -1px;
}

View File

@ -3,6 +3,7 @@ div.user-list-entry, a.user-list-entry {
width: 475px;
border-radius: 2px;
border: lightgrey solid 1px;
cursor: cell;
margin-bottom: -1px;
}
@ -12,10 +13,16 @@ div.user-list-entry, a.user-list-entry {
.icon-award {
background: url(../../../assets/award.png);
width: 18px;
height: 29px;
width: 27px;
height: 42px;
display: block;
margin-right: 12px;
}
.trash {
font-size: 19px;
margin-left: 12px;
margin-top: 2px;
}
span {
@ -32,12 +39,6 @@ small {
font-size: x-small;
}
.trash {
font-size: 19px;
margin-left: 12px;
margin-top: 2px;
}
.edit {
font-size: 22px;
}

View File

@ -1,4 +1,4 @@
<div class="fade-in user-list-entry" [ngClass]="{selected : selected}" style="cursor: pointer;" (click)="select()">
<div class="fade-in user-list-entry" [ngClass]="{selected : selected}" (click)="select()">
<div class="row">
<div class="col-sm-9">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB