diff rhodecode/public/css/style.css @ 2391:91fae60bf2b6 codereview

merge with beta
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Jun 2012 21:22:23 +0200
parents a07e04ef7bb4 c2f131502037
children 471ac5256400
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed May 30 23:12:24 2012 +0200
+++ b/rhodecode/public/css/style.css	Tue Jun 05 21:22:23 2012 +0200
@@ -330,6 +330,11 @@
     z-index: auto !important;
 }
 
+.header-pos-fix{
+	margin-top: -44px;
+	padding-top: 44px;
+}
+
 #header #header-inner #home a {
 	height: 40px;
 	width: 46px;
@@ -2840,6 +2845,13 @@
 	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 
+.mentions-container{
+	width: 90% !important;
+}
+.mentions-container .yui-ac-content{
+	width: 100% !important;
+}
+
 .ac {
 	vertical-align: top;
 }