jquery.tagsinput.css 1.3 KB

1234567891011121314
  1. div.tagsinput { border: none; background: #ffffff; padding: 1px; min-height: 24px; max-height: 66px; overflow-y: auto; }
  2. div.tagsinput.readonly { border: none; background: #ffffff; padding: 1px; overflow-y: auto; }
  3. div.tagsinput span.tag { border: 1px solid #585858; display: block; float: left; height: 19px; padding: 1px 2px 0px 2px; min-height: 17px; text-decoration:none; background: #585858; color: #ffffff; margin: 1px; white-space: pre; }
  4. div.tagsinput span.tag span { line-height: 19px; bottom: 0px; }
  5. div.tagsinput span.tag span, x:-moz-any-link, x:default { line-height: 17px; }
  6. div.tagsinput span.tag a { font-weight: 400; color: #d0d0d0; text-decoration:none; padding-left: 4px; }
  7. div.tagsinput.readonly span.tag { border: 1px solid #e0e0e0; background: #ffffff; color: #2d2d2d; }
  8. div.tagsinput.readonly span.tag a { display: none; }
  9. div[id$="_addTag"] { padding: 2px 0px 2px 3px;} /*div#tags_addTag { padding: 2px 0px 2px 3px;}*/
  10. div.tagsinput input { width:130px; margin: 0px; border: none; padding: 0px; background: transparent; color: #000; outline:0px; }
  11. div.tagsinput div.input_container { width:130px; position: relative; }
  12. div.tagsinput div { display:block; float: left; }
  13. .tags_clear { clear: both; width: 100%; height: 0px; }
  14. .not_valid { color: #90111a !important; }