Show More
@@ -2800,7 +2800,7 b' table.code-browser .browser-dir {' | |||||
2800 | } |
|
2800 | } | |
2801 |
|
2801 | |||
2802 | .ac .yui-ac { |
|
2802 | .ac .yui-ac { | |
2803 |
position: |
|
2803 | position: inherit; | |
2804 | font-size: 100%; |
|
2804 | font-size: 100%; | |
2805 | } |
|
2805 | } | |
2806 |
|
2806 | |||
@@ -2815,12 +2815,11 b' table.code-browser .browser-dir {' | |||||
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: |
|
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; | |
@@ -2852,6 +2851,12 b' table.code-browser .browser-dir {' | |||||
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 { | |
@@ -2867,6 +2872,7 b' table.code-browser .browser-dir {' | |||||
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; | |
@@ -4166,7 +4172,9 b' form.comment-inline-form {' | |||||
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 | /***************************************************************************** |
@@ -696,7 +696,7 b' var MembersAutoComplete = function (user' | |||||
696 | if (group !== undefined){ |
|
696 | if (group !== undefined){ | |
697 | em = '/images/icons/group.png' |
|
697 | em = '/images/icons/group.png' | |
698 | } |
|
698 | } | |
699 | tmpl = '<img class="perm-gravatar-ac" src="{0}"/>{1}' |
|
699 | tmpl = '<div class="ac-container-wrap"><img class="perm-gravatar-ac" src="{0}"/>{1}</div>' | |
700 | return tmpl.format(em,res) |
|
700 | return tmpl.format(em,res) | |
701 | } |
|
701 | } | |
702 | // group |
|
702 | // group |
General Comments 0
You need to be logged in to leave comments.
Login now