includes/clientside/css/enano-shared.css
changeset 699 c7d737202d59
parent 673 99c617146a34
child 729 ebac7eeb89eb
equal deleted inserted replaced
696:bd5069e1f19a 699:c7d737202d59
   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;