[geeklog-cvs] geeklog: Denim: improved display of tabs navigation when it is f...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Apr 25 09:31:14 EDT 2012


changeset 8622:cea723791caf
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/cea723791caf
user: dengen
date: Wed Apr 25 22:29:57 2012 +0900
description:
Denim: improved display of tabs navigation when it is folded

diffstat:

 public_html/layout/denim/style.css     |  21 +++++++++------------
 public_html/layout/denim/style_rtl.css |  21 +++++++++------------
 2 files changed, 18 insertions(+), 24 deletions(-)

diffs (140 lines):

diff -r c7fad099de13 -r cea723791caf public_html/layout/denim/style.css
--- a/public_html/layout/denim/style.css	Wed Apr 25 19:51:33 2012 +0900
+++ b/public_html/layout/denim/style.css	Wed Apr 25 22:29:57 2012 +0900
@@ -1842,6 +1842,7 @@
 #navcontainer {
   width: 100%;
   margin-bottom: 10px;
+  padding-bottom: 2px;
   font-size: 90%;
   line-height: normal;
   border-bottom: 1px solid #ddd;
@@ -1852,7 +1853,6 @@
   display: block;
   margin: 0 0 20px 0;
   padding: 0;
-  border-bottom: solid 1px #ddd;
   list-style: none;
 }
 
@@ -1862,7 +1862,7 @@
   height: 30px;
   padding: 0;
   float: left;
-  margin-bottom: 0;
+  margin: 2px -1px 0 0;
 }
 
 .a-navlist {
@@ -1873,19 +1873,19 @@
   padding: 0px 12px;
   line-height: 30px;
   border: solid 1px #ddd;
-  border-width: 1px 1px 0 0;
+  border-width: 1px;
   margin: 0;
   background: #f5f5f5;
 }
 
 .li-navlist #current {
   background: #fff;
-  height: 30px;
+  height: 29px;
   position: relative;
-  top: -4px;
-  padding-top: 4px;
+  top: -5px;
+  padding-top: 5px;
   border-left-width: 1px;
-  margin: 0 0 0 -1px;
+  margin: 0;
   color: #111;
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
@@ -1893,14 +1893,11 @@
   -moz-border-radius-topright: 3px;
   -webkit-border-top-right-radius: 3px;
   border-top-right-radius: 3px;
-}
-
-.li-navlist:first-child a#current {
-  margin-left: 0;
+  border-bottom-color: #FFF;
 }
 
 .li-navlist:first-child a {
-  border-width: 1px 1px 0 1px;
+  border-width: 1px;
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
   border-top-left-radius: 3px;
diff -r c7fad099de13 -r cea723791caf public_html/layout/denim/style_rtl.css
--- a/public_html/layout/denim/style_rtl.css	Wed Apr 25 19:51:33 2012 +0900
+++ b/public_html/layout/denim/style_rtl.css	Wed Apr 25 22:29:57 2012 +0900
@@ -1846,6 +1846,7 @@
 #navcontainer {
   width: 100%;
   margin-bottom: 10px;
+  padding-bottom: 2px;
   font-size: 90%;
   line-height: normal;
   border-bottom: 1px solid #ddd;
@@ -1856,7 +1857,6 @@
   display: block;
   margin: 0 0 20px 0;
   padding: 0;
-  border-bottom: solid 1px #ddd;
   list-style: none;
 }
 
@@ -1866,7 +1866,7 @@
   height: 30px;
   padding: 0;
   float: left;
-  margin-bottom: 0;
+  margin: 2px -1px 0 0;
 }
 
 .a-navlist {
@@ -1877,19 +1877,19 @@
   padding: 0px 12px;
   line-height: 30px;
   border: solid 1px #ddd;
-  border-width: 1px 1px 0 0;
+  border-width: 1px;
   margin: 0;
   background: #f5f5f5;
 }
 
 .li-navlist #current {
   background: #fff;
-  height: 30px;
+  height: 29px;
   position: relative;
-  top: -4px;
-  padding-top: 4px;
+  top: -5px;
+  padding-top: 5px;
   border-left-width: 1px;
-  margin: 0 0 0 -1px;
+  margin: 0;
   color: #111;
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
@@ -1897,14 +1897,11 @@
   -moz-border-radius-topright: 3px;
   -webkit-border-top-right-radius: 3px;
   border-top-right-radius: 3px;
-}
-
-.li-navlist:first-child a#current {
-  margin-left: 0;
+  border-bottom-color: #FFF;
 }
 
 .li-navlist:first-child a {
-  border-width: 1px 1px 0 1px;
+  border-width: 1px;
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
   border-top-left-radius: 3px;



More information about the geeklog-cvs mailing list