From 50e3dffd04fa8a2dc919e3a3cef36d5c9d348ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 8 Sep 2014 10:50:24 +0200 Subject: [PATCH] Attachment list responsivized --- app/styles/modules/common/attachments.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/styles/modules/common/attachments.scss b/app/styles/modules/common/attachments.scss index 016472da..84edcd04 100644 --- a/app/styles/modules/common/attachments.scss +++ b/app/styles/modules/common/attachments.scss @@ -54,7 +54,7 @@ } .attachment-name { @include ellipsis(200px); - @include table-flex-child(1, 300px); + @include table-flex-child(1, 35%, 0); @extend %bold; padding-right: 1rem; .icon { @@ -62,18 +62,18 @@ } } .attachment-size { - @include table-flex-child(1, 100px); + @include table-flex-child(1, 15%, 0); color: $gray-light; margin-right: .5rem; } .attachment-comments { - @include table-flex-child(10, 300px); + @include table-flex-child(1, 35%, 0); span { color: $gray; } } .attachment-settings { - @include table-flex-child(1, 100px); + @include table-flex-child(1, 15%, 0); .settings, .editable-settings { @extend %large; @@ -107,9 +107,6 @@ right: 0; } } - .editable { - @include table-flex-child(10, 300px); - } .icon-delete { @extend %large; color: $gray-light;