[extensions-web/wip/tomtryf/redesign] Revert "sweettooth.css: Make message box bigger"



commit 1519448b9a247b477a06dd9429f8650b7135ce95
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Feb 26 11:27:37 2017 +0400

    Revert "sweettooth.css: Make message box bigger"
    
    We should switch to default box-sizing to fix message block size
    This reverts commit 66eacdb576f31f1cbdd7676e2723d2f75f80c2fd.

 sweettooth/static/css/sweettooth.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 245395d..bccf76b 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -605,9 +605,9 @@ li.extension:last-child, #local_extensions div.extension:last-child {
 /* ==================================================================== */
 
 p.message {
-    min-height: 50px;
+    min-height: 42px;
     display: block;
-    padding: .9em;
+    padding: .5em;
     margin: 0 auto;
     padding-left: 72px;
     background-repeat: no-repeat;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]