[extensions-web/wip/tomtryf/redesign: 11/18] css: Minor layout fixes and cleanup



commit 17bad102c9a60c6eef36071fcee4f7e6d186d649
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Thu Feb 23 15:29:16 2017 +0200

    css: Minor layout fixes and cleanup

 sweettooth/static/css/sweettooth.css |    7 +++++--
 sweettooth/static/css/text.css       |    4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index d69030e..88774d2 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -2,7 +2,6 @@
 @import url("jquery.rating.css");
 @import url("jquery.colorbox.css");
 
-
 /* -> Action Button */
 
 span.action_button {
@@ -158,6 +157,7 @@ span.action_button {
 
 .fsui-dropdown ul {
     margin: 0;
+    padding: 0;
 }
 
 .fsui-dropdown-item {
@@ -185,10 +185,12 @@ span.action_button {
 
 #extensions-list {
     position: relative;
+    padding-left: 0;
 }
 
 ul.extensions {
     margin-top: 0;
+    padding-left: 0;
 }
 
 li.extension {
@@ -361,9 +363,11 @@ li.extension:last-child, #local_extensions div.extension:last-child {
 }
 
 .extension .description {
+    margin: 0.5em 32px 0.5em 0.5em;
     font-size: 1.2em;
     overflow: auto;
     white-space: pre-line;
+    padding-left: 36px;
 }
 
 .extension textarea {
@@ -505,7 +509,6 @@ li.extension:last-child, #local_extensions div.extension:last-child {
     font-size: 1.2em;
 }
 
-
 /* Comments */
 /* ==================================================================== */
 
diff --git a/sweettooth/static/css/text.css b/sweettooth/static/css/text.css
index c653e14..1993d0c 100644
--- a/sweettooth/static/css/text.css
+++ b/sweettooth/static/css/text.css
@@ -59,9 +59,9 @@ ol {
 ul {
     list-style:square;
 }
-li {
+/*li {
     margin-left:30px;
-}
+}*/
 dl,dt,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset {
     margin: 0.8em 0 0.4em;
 }


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