You are here

nodeconnect.css in Node Connect 7

form div.nodeconnect-edit input,
form div.nodeconnect-add input{
  background: url(add.png) no-repeat;
  text-indent: -1000px;
  width: 16px;
  height : 16px;
  border:0px;
  -moz-box-shadow: none;
  box-shadow:none;
  margin: 0;
  padding: 0;
  /* IE 7 Hacks */
  *display: block;
  *font-size: 0;
  *line-height: 0;
}
form div.nodeconnect-edit input {
  background: url(pencil.png) no-repeat;
}
.nodeconnect-edit,
.nodeconnect-add{
  float: right;
  padding: 3px;
  min-width: 16px;
  width:3.5%;
  height : 16px;
}
.nodeconnect-edit input[disabled] {
  background: none;
}
.field-type-node-reference .form-type-textfield input[type=text] {
  width:88%;
}

File

nodeconnect.css
View source
  1. form div.nodeconnect-edit input,
  2. form div.nodeconnect-add input{
  3. background: url(add.png) no-repeat;
  4. text-indent: -1000px;
  5. width: 16px;
  6. height : 16px;
  7. border:0px;
  8. -moz-box-shadow: none;
  9. box-shadow:none;
  10. margin: 0;
  11. padding: 0;
  12. /* IE 7 Hacks */
  13. *display: block;
  14. *font-size: 0;
  15. *line-height: 0;
  16. }
  17. form div.nodeconnect-edit input {
  18. background: url(pencil.png) no-repeat;
  19. }
  20. .nodeconnect-edit,
  21. .nodeconnect-add{
  22. float: right;
  23. padding: 3px;
  24. min-width: 16px;
  25. width:3.5%;
  26. height : 16px;
  27. }
  28. .nodeconnect-edit input[disabled] {
  29. background: none;
  30. }
  31. .field-type-node-reference .form-type-textfield input[type=text] {
  32. width:88%;
  33. }