aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2016-08-22 23:34:44 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2016-08-22 23:34:44 +0300
commite32aea53ab2aa6382c60ec194617aa8e0a79c28f (patch)
tree345057c3d690df5fc37cd71b836ad10b3a8e0b15 /src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
parent4b2774f8dbc8c2bff46d6ec3ca1d8553b1f9cebb (diff)
downloadwallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.tar.gz
wallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.tar.zst
wallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.zip
Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that allows you to clip a text on the second line and fixed cut entries title in card view
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
index b106d91a..f0beab98 100755
--- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
@@ -285,6 +285,12 @@ main ul.row {
285 285
286.card .card-content .card-title { 286.card .card-content .card-title {
287 line-height: 32px; 287 line-height: 32px;
288 max-height: 64px;
289 display: block;
290}
291
292.card .card-content i.right, .card .card-reveal i.right {
293 margin-left: 0;
288} 294}
289 295
290.card .card-content .estimatedTime { 296.card .card-content .estimatedTime {