From d1a520fccdec6e72f987aa1c402fef8e97129f92 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Thu, 4 Feb 2016 23:20:15 +0500 Subject: [PATCH] fix of #341: increase .following-own-modal width --- css/style.css | 11 ++++++++--- theme_calm/css/style.css | 11 ++++++++--- theme_nin/css/style.css | 10 +++++++--- 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/css/style.css b/css/style.css index dc3a83a..f9ab85f 100644 --- a/css/style.css +++ b/css/style.css @@ -2190,16 +2190,21 @@ ol.toptrends-list { **************************************/ .following-own-modal.modal-wrapper { - width: 662px; - margin-left: -331px; + width: 666px; + margin-left: -333px; +} + +.following-own-modal .following-list { + text-align: center; } .following-own-modal .following-list > li { + display: inline-block; + text-align: initial; width: 320px; height: 120px; margin: 2px; padding: 2px; - float: left; border: solid 1px rgba(69, 71, 77, .1); background: #fff; } diff --git a/theme_calm/css/style.css b/theme_calm/css/style.css index b7ec014..dc0fe85 100644 --- a/theme_calm/css/style.css +++ b/theme_calm/css/style.css @@ -2628,16 +2628,21 @@ textarea.splited-post { **************************************/ .following-own-modal.modal-wrapper { - width: 662px; - margin-left: -331px; + width: 666px; + margin-left: -333px; +} + +.following-own-modal .following-list { + text-align: center; } .following-own-modal .following-list > li { + display: inline-block; + text-align: initial; width: 320px; height: 120px; margin: 2px; padding: 2px; - float: left; border: solid 1px rgba(69, 71, 77, .1); background: #fff; border-radius: 10px; diff --git a/theme_nin/css/style.css b/theme_nin/css/style.css index 33ad59d..5925a73 100644 --- a/theme_nin/css/style.css +++ b/theme_nin/css/style.css @@ -3182,21 +3182,25 @@ ol.toptrends-list a:hover { **************************************/ .modal-wrapper.following-own-modal { - width: 674px; + width: 678px; height: 600px; - margin: -300px 0 0 -337px; + margin: -300px 0 0 -339px; } .following-own-modal .modal-content { padding: 0; } +.following-own-modal .following-list { + text-align: center; +} + .following-own-modal .following-list > li { + display: inline-block; width: 320px; height: 160px; margin: 2px; padding: 2px; - float: left; border: solid 1px rgba(69, 71, 77, .1); background: #FFF; text-align: center;