diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-30 16:01:28 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-30 16:02:25 +0200 |
commit | bc9d9c2a42dea3009104b78e827f3008ecc11958 (patch) | |
tree | 6fe6b2c83bc2ea7ea2b9b5b6ac5ecd89dae6c08f /client/components/cards/cardDetails.styl | |
parent | faa2fad1501a3f827fe270067c771265f32e7501 (diff) | |
download | wekan-bc9d9c2a42dea3009104b78e827f3008ecc11958.tar.gz wekan-bc9d9c2a42dea3009104b78e827f3008ecc11958.tar.bz2 wekan-bc9d9c2a42dea3009104b78e827f3008ecc11958.zip |
Redesign the card design header and change header menu icon
Diffstat (limited to 'client/components/cards/cardDetails.styl')
-rw-r--r-- | client/components/cards/cardDetails.styl | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 9a6736ee..8d71c54d 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -7,7 +7,7 @@ flex-basis: 470px will-change: flex-basis overflow: hidden - background: darken(white, 2%) + background: darken(white, 3%) border-radius: bottom 3px z-index: 20 !important animation: flexGrowIn 0.1s @@ -19,30 +19,30 @@ .card-details-header margin: 0 -20px 5px - padding 7px 20px 0 - border-bottom: 1px solid darken(white, 10%) - min-height: 38px - position: relative + padding 7px 16px + background: darken(white, 7%) + border-bottom: 1px solid darken(white, 14%) + + .close-card-details, + .card-details-menu + float: right .close-card-details - float: left font-size: 24px - padding: 8px - padding-right: 11px - margin-left: -18px + padding: 5px + margin-right: -8px .card-details-menu - float: right - position: absolute - bottom: 6px - right: 15px + font-size: 17px + padding: 10px .card-details-title font-weight: bold font-size: 1.33em - margin: 3px 0 + margin: 7px 0 0 padding: 0 + form.inlined-form margin-top: 5px margin-bottom: 10px |