Browse Source

Fix buttons in cards

pull/1129/head
jlukic 10 years ago
parent
commit
c1ce7f2c5a
2 changed files with 3 additions and 1 deletions
  1. 2
      server/documents/views/card.html.eco
  2. 2
      src/definitions/views/card.less

2
server/documents/views/card.html.eco

@ -6,7 +6,7 @@ element : 'card'
elementType : 'view'
title : 'Card'
description : 'A card view lists site content as a playing card'
description : 'A card view lists site content as playing cards'
type : 'UI View'
themes : ['Default', 'Basic']

2
src/definitions/views/card.less

@ -287,6 +287,8 @@
Buttons
---------------*/
.ui.cards > .card > .buttons:last-child,
.ui.card > .buttons:last-child
.ui.cards > .card > .button:last-child,
.ui.card > .button:last-child {
margin-bottom: -@borderWidth;

Loading…
Cancel
Save