[extensions-web/deploy] Revert "Remove left margin from the extension's page"



commit e33ab7b2ecff82ead34548d3d3324c31b70550be
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Fri Nov 25 22:46:04 2016 +0300

    Revert "Remove left margin from the extension's page"
    
    This reverts commit 9be6bf639d208a9bf751eddb2f6318ca7328b395.
    
    Left margin is needed for control buttons with low resolution.
    It's temporary solution and will be reviewed later.

 sweettooth/static/css/sweettooth.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index ba8285c..8390511 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -317,6 +317,7 @@ li.extension:last-child {
     padding: 0;
     margin-top: 10px;
     position: relative;
+    margin-left: 172px;
 }
 
 .extension.out-of-date > * {


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