From 9ac7ff10ced503723c061cecaf2e61c75a67b6b4 Mon Sep 17 00:00:00 2001 From: hritesh Date: Mon, 20 Nov 2017 16:36:38 +0530 Subject: [PATCH] Reduce OS icons size for clients Reviewed-by: James Valleroy --- static/themes/default/css/plinth.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 82b6c364a..41a46c29a 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -142,8 +142,11 @@ footer license-info p{ .os-icon { display: block; - width: 100%; + width: auto; height: auto; + max-height: 40px; + max-width: 40px; + margin: auto; } .shortcut-label {