SPR-814: detail.php "show img " - responsive dl

This commit is contained in:
Silke Pisulla 2017-04-20 12:29:06 +02:00
commit 9d6c0ae999

View file

@ -99,11 +99,11 @@
background-color: @ini_highlight; background-color: @ini_highlight;
color: @ini_highlight_text; color: @ini_highlight_text;
@media @screen_min-xxs { @media @screen_min-xs {
width: 33.3%; width: 33.3%;
} }
@media @screen_max-xxs { @media @screen_max-xs {
width: 40%; width: 40%;
} }
} }
@ -111,11 +111,11 @@
dd { dd {
padding-left: (@small-spacing * 2); padding-left: (@small-spacing * 2);
@media @screen_min-xxs { @media @screen_min-xs {
width: 66.6%; width: 66.6%;
} }
@media @screen_max-xxs { @media @screen_max-xs {
width: 59.9%; width: 59.9%;
} }
} }