equal
deleted
inserted
replaced
825 |
825 |
826 div.rankadmin-right { |
826 div.rankadmin-right { |
827 float: left; |
827 float: left; |
828 } |
828 } |
829 |
829 |
830 /* Spry auto-suggestion */ |
|
831 .hideSuggestClass |
|
832 { |
|
833 max-height: 200px; |
|
834 overflow:auto; |
|
835 display:none; |
|
836 width: 175px; |
|
837 margin: 0px; |
|
838 cursor: pointer; |
|
839 z-index: 1011; |
|
840 } |
|
841 |
|
842 .showSuggestClass .hideSuggestClass |
|
843 { |
|
844 display: block !important; |
|
845 } |
|
846 |
|
847 .adminiconsprite { |
830 .adminiconsprite { |
848 width: 16px; |
831 width: 16px; |
849 height: 16px; |
832 height: 16px; |
850 background-image: url(../../../images/icons/applets/sprite.png); |
833 background-image: url(../../../images/icons/applets/sprite.png); |
851 background-position: center center; |
834 background-position: center center; |