[extensions-web] css: Make the fsui dropdown look a little nicer



commit 3b573657cc90fd0fcacaeeb8aac8bb17c52dc18d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Mar 4 15:44:48 2012 -0500

    css: Make the fsui dropdown look a little nicer
    
    Add some padding on the right, and round the top-left corner.

 sweettooth/static/css/sweettooth.css |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index aa304dd..434c939 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -201,7 +201,7 @@ hr.bottom_shadow {
     background-color: #fff;
     position: absolute;
     margin-top: -4px;
-    border-radius: 0 0 4px 4px;
+    border-radius: 4px 0 4px 4px;
     box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
     z-index: 999;
 }
@@ -217,8 +217,7 @@ hr.bottom_shadow {
     list-style-type: none;
     cursor: pointer;
     margin-left: 0;
-    padding: .2em;
-    padding-left: 2em;
+    padding: .2em 1em .2em 2em;
 }
 
 .fsui-dropdown-item.selected {



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