comparison rhodecode/public/css/style.css @ 2369:c2f131502037 beta

Autocomplete fixes - use translation MAP - move translation to top level in order to be used inside rhodecode.js - re-use user and groups data in changesets page
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Jun 2012 23:29:41 +0200
parents 5143b8df576c
children 91fae60bf2b6 51b203e44202
comparison
equal deleted inserted replaced
2368:5143b8df576c 2369:c2f131502037
2819 border-radius: 8px 8px 8px 8px; 2819 border-radius: 8px 8px 8px 8px;
2820 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 2820 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2821 } 2821 }
2822 2822
2823 .mentions-container{ 2823 .mentions-container{
2824 width: 90% !important;
2825 }
2826 .mentions-container .yui-ac-content{
2824 width: 100% !important; 2827 width: 100% !important;
2825 }
2826 .mentions-container .yui-ac-content{
2827 width: 90% !important;
2828 } 2828 }
2829 2829
2830 .ac { 2830 .ac {
2831 vertical-align: top; 2831 vertical-align: top;
2832 } 2832 }