From 3ac4ce759ce287429fc04da2ce4323c3dba24237 Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Mon, 20 Feb 2017 17:03:26 -0500 Subject: [PATCH] fix responsive design - refs BT#12282 --- .../public/css/themes/rainbow/default.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/Resources/public/css/themes/rainbow/default.css b/app/Resources/public/css/themes/rainbow/default.css index c12f118daf..72d3f3c303 100755 --- a/app/Resources/public/css/themes/rainbow/default.css +++ b/app/Resources/public/css/themes/rainbow/default.css @@ -888,6 +888,23 @@ legend{ .admin-edit-block.pull-right{ float: right !important; } + .view-options{ + display: none; + } + .home-information p{ + font-size: 12px; + } + .home-information .title{ + font-size: 14px; + } + .home-information .item-icon .circle { + width: 50px; + height: 50px; + line-height: 58px; + } + .home-information .item-icon .circle .fa-3x{ + font-size: 2em; + } } .question-result .dl-horizontal {