]> git.deb.at Git - deb/packages.git/commitdiff
Modified langContainer and langSelector to uniform it with the one present on
authorFrancesca Ciceri <madamezou@yahoo.it>
Tue, 1 Mar 2011 18:43:23 +0000 (19:43 +0100)
committerFrancesca Ciceri <madamezou@yahoo.it>
Tue, 1 Mar 2011 18:43:23 +0000 (19:43 +0100)
www.d.o, and added a small tweak to avoid right sidebar overlapping footer;
closes bug #612772

static/debian.css
static/debpkg.css

index 9bf6a638065a9837ff601b2e31c074d27585f2fc..6aeb222515a894da2b9404428609a0cb5b024325 100644 (file)
@@ -832,15 +832,16 @@ div.tabular table > td:fist-child, table.tabular  > td:fist-child, table.vendors
 }
 
 #langSelector {
-        color: #0035c7;
-        text-decoration: underline;
+/*      color: #0035c7;
+        text-decoration: underline; */
 }
 #langSelector:hover {
-        cursor: pointer;
-        text-decoration: none;
+/*      cursor: pointer;
+        text-decoration: none; */
 }
 #langContainer {
-        #background-color: #f5f6f7;
+       padding-top: 0.5em;
+/*     #background-color: #f5f6f7;
         background-color: white;
         background-image:url('Pics/gradient-flipped.png');
         background-position: bottom;
@@ -850,16 +851,12 @@ div.tabular table > td:fist-child, table.tabular  > td:fist-child, table.vendors
         left: -1em;
         border-bottom: 1px solid #dfdfe0;
         margin-right: -1em;
-        min-width: 100%;        /* make it reach the right edge if only a few
+        min-width: 100%; */    /* make it reach the right edge if only a few
                                    languages are available */
-        padding: 0.5em 1em 1em 1em;
-}
+       }
 #langContainer a {
         margin-right: 1em;
 }
-#pageLang {
-    position: relative;
-}
 #pageLang:hover #langContainer {
     display: block;
 }
index 9b7e6d396964cfc3abaa3c1b8f16bdf53b4e6250..95830bbf371c026a29bf5359a5a9b4ad85a77ddd 100644 (file)
@@ -24,6 +24,7 @@
 #footer {
        padding-right: 10px;
        margin-left: 52px;
+       clear: both; /* added because right sidebar overlaps footer */
 }
 #pnavbar {
        font-size: 0.75em;