[keys] fix layout of buttons in portals-list on mobile
This commit is contained in:
parent
de999f43c0
commit
5339e55542
@ -73,7 +73,11 @@
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
margin: -0.5em 0;
|
margin: -6px 0 -3px;
|
||||||
|
}
|
||||||
|
#portalslist.mobile .portal-list-keys button {
|
||||||
|
width: 3em;
|
||||||
|
height: 1.5em;
|
||||||
}
|
}
|
||||||
.portal-list-keys .plus {
|
.portal-list-keys .plus {
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
|
@ -216,7 +216,7 @@ window.plugin.keys.setupPortalsList = function() {
|
|||||||
},
|
},
|
||||||
format: function(cell, portal, guid) {
|
format: function(cell, portal, guid) {
|
||||||
$(cell)
|
$(cell)
|
||||||
.addClass("alignR portal-list-keys")
|
.addClass("alignR portal-list-keys ui-dialog-buttonset") // ui-dialog-buttonset for proper button styles
|
||||||
.append($('<span>')
|
.append($('<span>')
|
||||||
.text(plugin.keys.keys[guid] || 0)
|
.text(plugin.keys.keys[guid] || 0)
|
||||||
.attr({
|
.attr({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user