X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Ftopic.css;h=9e0e1810e2a3b0f78b809f9dc105e9967417a827;hb=a4f9738a5d0f28c089dfa905781e2e292f8e83c2;hp=c7c9a3d12e014a348daace65e149995dfbf1ced0;hpb=d47009e372f60e6566343bc24a8ed6c23fc69c21;p=mkws-moved-to-github.git diff --git a/examples/htdocs/topic.css b/examples/htdocs/topic.css index c7c9a3d..9e0e181 100644 --- a/examples/htdocs/topic.css +++ b/examples/htdocs/topic.css @@ -50,8 +50,15 @@ b, strong { } .mkws-summary { - padding: .5em 0; + margin: .5em 0; line-height: 1.35; + min-height: 60px; +} +.articles .mkws-summary, .alltargets .mkws-summary { + min-height: 0; +} +.articles .mkws-field-thumb, .alltargets .mkws-field-thumb { + display: none; } .mkws-summary:last-child { padding-bottom: 0; @@ -74,13 +81,13 @@ b, strong { font-style: italic; } -.mkws-googleimage .mkws-summary { +.mkws-google-image .mkws-summary { padding: 0; font-weight: 400; } - .mkws-googleimage img { + .mkws-google-image img { max-width: 100%; - max-height: 200px; + max-height: 180px; padding: 1em 0 .5em; } .list-group-item { @@ -90,6 +97,25 @@ b, strong { box-shadow: none; -webkit-box-shadow: none; } + +/* Fields */ +.mkws-field-thumb { + height: 60px; + width: 80px; + overflow: hidden; + margin-right: 1em; + float: left; +} +.mkws-field-thumb > img { + height: 60px; + max-width: 80px; +} +.mkws-field-description { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + @media screen and (min-width:700px) { .multicol { column-count: 2; @@ -100,3 +126,13 @@ b, strong { -webkit-column-gap: 20px; } } +@media screen and (min-width:900px) { + .multicol { + column-count: 3; + column-gap: 20px; + -moz-column-count: 3; + -moz-column-gap: 20px; + -webkit-column-count: 3; + -webkit-column-gap: 20px; + } +}