Commit:    ddc2e92602542b09defaed7d6f5a449e1a4d52e3
Author:    Levi Morrison <[email protected]>         Wed, 1 Jan 2014 12:36:28 -0700
Parents:   f7d77643d899c2bd8e88e4748533bf604f2dc749
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=ddc2e92602542b09defaed7d6f5a449e1a4d52e3

Log:
.title will no longer extend behind .page-tools

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 3d93d10..85a577f 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -451,28 +451,24 @@ hr {
 }
 
 .page-tools {
-    float: right;
-    position:relative;
-    text-align: right;
-    z-index:100;
+  margin-left:1.5em;
+  float: right;
+  text-align: right;
 }
-.change-language {
-    margin-bottom: 0.75em;
+.page-tools .change-language {
+  margin-bottom: 0.75em;
 }
-.change-language p {
-    margin:0;
+.page-tools #changelang-langs {
+  font-size:.75em;
+  line-height:2;
 }
-.change-language .select {
-    border-radius: 0;
+.page-tools .edit-bug {
+  line-height: 2;
+  font-size: 0.75em;
 }
-.edit-bug {
-    line-height: 2;
-    font-size: 0.75em;
-}
-.edit-bug a:link,
-.edit-bug a:visited {
+.page-tools .edit-bug a {
     border: 0;
-    padding-left: 1em;
+    margin-left: 1em;
 }
 
 /**
@@ -1181,6 +1177,7 @@ fieldset {
   padding:6px 12px;
   border-top:2px solid #669;
   border-bottom:1px solid;
+  overflow:hidden;
 }
 .title a {
   border:0;
@@ -1467,13 +1464,6 @@ ul.chunklist_children {
     left:-.675em;
 }
 
-#changelang-langs {
-    width:12em; 
-    font-size:.75em;
-    line-height:2;
-    margin: 0 0 0 .75em;
-}
-
 .docs .sect2 {
     margin-top: .75em;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to