From fca737be13fa29da9fb521c94bc65d3b105d1317 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 18 May 2013 18:48:19 -0400 Subject: [PATCH] fixed user data icon wrapping --- dashboard-ui/css/librarybrowser.css | 10 +++-- dashboard-ui/itemdetails.html | 60 +++++++++++--------------- dashboard-ui/scripts/Itemdetailpage.js | 16 +++---- 3 files changed, 41 insertions(+), 45 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index dc825bfbd0..53a282e026 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -379,6 +379,13 @@ a.itemTag:hover { overflow: hidden; } +@media all and (min-width: 600px) { + .inlineDetailSection:not(.hide) { + display: inline-block; + margin-bottom: 2em; + } +} + @media all and (max-width: 750px) { .itemBackdrop { @@ -425,9 +432,6 @@ a.itemTag:hover { } } -@media all and (min-width: 1200px) { -} - @media all and (min-width: 650px) { .libraryPage .ui-content { padding: 15px 20px 100px; diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 3010694b8d..b755e5e05f 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -122,47 +122,39 @@
-
-