You are here

workbench-link.css in Lingotek Translation 7.4

Same filename and directory in other branches
  1. 7.5 style/workbench-link.css
  2. 7.6 style/workbench-link.css
.views-field {
  position: relative;
}

.comment {
  position: relative;
}

.node {
  position: relative;
}

.views-field-lingotek-workbench-link a {
  position:absolute;
  left: -25px;
  top: 5px;
  background-image: url('../images/ico_chevs_dd.png');
  background-repeat: no-repeat;
  background-position:center;
  width: 30px;
  text-indent: -9000px;
}

a.lingotek-translation-link {
  position:absolute;
  left: -25px;
  top: 5px;
  z-index: 100;
  opacity:0.6;
  filter:alpha(opacity=60);
  padding: 5px 5px 0 5px;
}

a.lingotek-translation-link:hover {
    opacity:1.0;
    filter:alpha(opacity=100);
}

.comment a.lingotek-translation-link {
  right: 10px;
  left: auto;
  top: 10px;
}

.node a.lingotek-translation-link {
  right: 40px;
  left: auto;
}

File

style/workbench-link.css
View source
  1. .views-field {
  2. position: relative;
  3. }
  4. .comment {
  5. position: relative;
  6. }
  7. .node {
  8. position: relative;
  9. }
  10. .views-field-lingotek-workbench-link a {
  11. position:absolute;
  12. left: -25px;
  13. top: 5px;
  14. background-image: url('../images/ico_chevs_dd.png');
  15. background-repeat: no-repeat;
  16. background-position:center;
  17. width: 30px;
  18. text-indent: -9000px;
  19. }
  20. a.lingotek-translation-link {
  21. position:absolute;
  22. left: -25px;
  23. top: 5px;
  24. z-index: 100;
  25. opacity:0.6;
  26. filter:alpha(opacity=60);
  27. padding: 5px 5px 0 5px;
  28. }
  29. a.lingotek-translation-link:hover {
  30. opacity:1.0;
  31. filter:alpha(opacity=100);
  32. }
  33. .comment a.lingotek-translation-link {
  34. right: 10px;
  35. left: auto;
  36. top: 10px;
  37. }
  38. .node a.lingotek-translation-link {
  39. right: 40px;
  40. left: auto;
  41. }