comparison rhodecode/public/css/style.css @ 2368:5143b8df576c beta

Added mentions autocomplete into main comments form - recompiled yui.2.9.js using google compiler
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Jun 2012 18:34:32 +0200
parents 1b12e71b636f
children c2f131502037
comparison
equal deleted inserted replaced
2367:86aa4f1f130b 2368:5143b8df576c
2816 -webkit-border-radius: 8px 8px 8px 8px; 2816 -webkit-border-radius: 8px 8px 8px 8px;
2817 -khtml-border-radius: 8px 8px 8px 8px; 2817 -khtml-border-radius: 8px 8px 8px 8px;
2818 -moz-border-radius: 8px 8px 8px 8px; 2818 -moz-border-radius: 8px 8px 8px 8px;
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 }
2822
2823 .mentions-container{
2824 width: 100% !important;
2825 }
2826 .mentions-container .yui-ac-content{
2827 width: 90% !important;
2821 } 2828 }
2822 2829
2823 .ac { 2830 .ac {
2824 vertical-align: top; 2831 vertical-align: top;
2825 } 2832 }