comparison rhodecode/public/css/style.css @ 2145:f8e66d942dcb beta

autocomplete overflow fixes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 20 Mar 2012 13:23:38 +0200
parents 3600ebc731e6
children e77fbd3b069c
comparison
equal deleted inserted replaced
2144:3600ebc731e6 2145:f8e66d942dcb
2798 .ac { 2798 .ac {
2799 vertical-align: top; 2799 vertical-align: top;
2800 } 2800 }
2801 2801
2802 .ac .yui-ac { 2802 .ac .yui-ac {
2803 position: relative; 2803 position: inherit;
2804 font-size: 100%; 2804 font-size: 100%;
2805 } 2805 }
2806 2806
2807 .ac .perm_ac { 2807 .ac .perm_ac {
2808 width: 20em; 2808 width: 20em;
2813 } 2813 }
2814 2814
2815 .ac .yui-ac-container { 2815 .ac .yui-ac-container {
2816 position: absolute; 2816 position: absolute;
2817 top: 1.6em; 2817 top: 1.6em;
2818 width: 100%; 2818 width: auto;
2819 } 2819 }
2820 2820
2821 .ac .yui-ac-content { 2821 .ac .yui-ac-content {
2822 position: absolute; 2822 position: absolute;
2823 width: 100%;
2824 border: 1px solid gray; 2823 border: 1px solid gray;
2825 background: #fff; 2824 background: #fff;
2826 z-index: 9050; 2825 z-index: 9050;
2827 2826
2828 } 2827 }
2850 white-space: nowrap; 2849 white-space: nowrap;
2851 margin: 0; 2850 margin: 0;
2852 padding: 2px 5px; 2851 padding: 2px 5px;
2853 height: 18px; 2852 height: 18px;
2854 z-index: 9050; 2853 z-index: 9050;
2854 display: block;
2855 width: auto !important;
2856 }
2857
2858 .ac .yui-ac-content li .ac-container-wrap{
2859 width: auto;
2855 } 2860 }
2856 2861
2857 .ac .yui-ac-content li.yui-ac-prehighlight { 2862 .ac .yui-ac-content li.yui-ac-prehighlight {
2858 background: #B3D4FF; 2863 background: #B3D4FF;
2859 z-index: 9050; 2864 z-index: 9050;
2865 z-index: 9050; 2870 z-index: 9050;
2866 } 2871 }
2867 .ac .yui-ac-bd{ 2872 .ac .yui-ac-bd{
2868 z-index: 9050; 2873 z-index: 9050;
2869 } 2874 }
2875
2870 .follow { 2876 .follow {
2871 background: url("../images/icons/heart_add.png") no-repeat scroll 3px; 2877 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2872 height: 16px; 2878 height: 16px;
2873 width: 20px; 2879 width: 20px;
2874 cursor: pointer; 2880 cursor: pointer;
4164 vertical-align:middle; 4170 vertical-align:middle;
4165 padding:2px; 4171 padding:2px;
4166 } 4172 }
4167 .perm-gravatar-ac{ 4173 .perm-gravatar-ac{
4168 vertical-align:middle; 4174 vertical-align:middle;
4169 padding:2px; 4175 padding:2px;
4176 width: 14px;
4177 height: 14px;
4170 } 4178 }
4171 4179
4172 /***************************************************************************** 4180 /*****************************************************************************
4173 DIFFS CSS 4181 DIFFS CSS
4174 ******************************************************************************/ 4182 ******************************************************************************/