You are here

autotag.css in Taxonomy Autotagger 6.2

Same filename and directory in other branches
  1. 6 autotag.css
#taxonomy-autotag > * {
 float:left;
 clear:both;
 font-size:110%;
}
#ahah-progress-edit-taxonomyautotagbutton{
 width:95%;
 margin:5px 0 0 0 !important;
}
#autotag-message{
 display:none;
}

File

autotag.css
View source
  1. #taxonomy-autotag > * {
  2. float:left;
  3. clear:both;
  4. font-size:110%;
  5. }
  6. #ahah-progress-edit-taxonomyautotagbutton{
  7. width:95%;
  8. margin:5px 0 0 0 !important;
  9. }
  10. #autotag-message{
  11. display:none;
  12. }