changeset 3568:9b0c7db2e895 beta

css: fix truncation of hover menu on last lines of summary page
author Mads Kiilerich <madski@unity3d.com>
date Wed, 20 Mar 2013 14:01:58 +0100
parents 32aec2a79eed
children aa8ec270178b
files rhodecode/public/css/style.css
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Mar 20 14:00:17 2013 +0100
+++ b/rhodecode/public/css/style.css	Wed Mar 20 14:01:58 2013 +0100
@@ -3690,7 +3690,7 @@
 
 #header #header-inner #home, #header #header-inner #logo,
 #content div.box ul.left, #content div.box ol.left,
-#content div.box div.pagination-left, div#commit_history,
+div#commit_history,
 div#legend_data, div#legend_container, div#legend_choices {
     float: left;
 }
@@ -3732,7 +3732,6 @@
 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
     position: relative;
     clear: both;
-    overflow: hidden;
     margin: 0;
     padding: 0 20px 10px;
 }