[extensions-web/wip/tomtryf/redesign: 1/2] sweettooth.css: Fix alignment of extension url with its description



commit b5d317f26f2540b6d4853639b2a51fbf20c1e82f
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Sat Feb 25 12:10:42 2017 +0200

    sweettooth.css: Fix alignment of extension url with its description

 sweettooth/static/css/sweettooth.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 262c7af..bccf76b 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -372,6 +372,10 @@ li.extension:last-child, #local_extensions div.extension:last-child {
     border-color: #d92400;
 }
 
+.extension-details dl {
+    padding-left: 36px;
+}
+
 /* Extension switch */
 
 .extension ._gnome-switch {
@@ -386,7 +390,7 @@ li.extension:last-child, #local_extensions div.extension:last-child {
 }
 
 .extension .description {
-    margin: 0.5em 32px 0.5em 0.5em;
+    margin: 0.5em 32px 0.5em 0;
     font-size: 1.2em;
     overflow: auto;
     white-space: pre-line;


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