diff --git a/app/css/app.css b/app/css/app.css index 0732dbd..02007e2 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -14,6 +14,15 @@ html { text-align: center; } +.list .item.item-button-right { + padding-right: 45px; +} + +.list .item.item-no-avatar { + padding: 10px; + padding-right: 45px; +} + .icon-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; @@ -46,4 +55,4 @@ html { to { transform: rotate(360deg); } -} \ No newline at end of file +} diff --git a/app/partials/bookmarks/list.html b/app/partials/bookmarks/list.html index c2e139e..d99f31c 100644 --- a/app/partials/bookmarks/list.html +++ b/app/partials/bookmarks/list.html @@ -10,15 +10,15 @@ /> - - + +

{{bookmark.name}}

{{bookmark.account_number}}/{{bookmark.role_name}}