You are here

workbench-link.css in Lingotek Translation 7.5

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

.comment {
  position: relative;
}

.node {
  position: relative;
}

a.lingotek-translation-link {
  position:absolute;
  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);
}

.node a.lingotek-translation-link {
  right: 5px;
  top: 0;
}

.node-teaser a.lingotek-translation-link {
  right: 5px;
  top: 20px;
}

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

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. a.lingotek-translation-link {
  11. position:absolute;
  12. z-index: 100;
  13. opacity:0.6;
  14. filter:alpha(opacity=60);
  15. padding: 5px 5px 0 5px;
  16. }
  17. a.lingotek-translation-link:hover {
  18. opacity:1.0;
  19. filter:alpha(opacity=100);
  20. }
  21. .node a.lingotek-translation-link {
  22. right: 5px;
  23. top: 0;
  24. }
  25. .node-teaser a.lingotek-translation-link {
  26. right: 5px;
  27. top: 20px;
  28. }
  29. .comment a.lingotek-translation-link {
  30. right: 10px;
  31. top: 10px;
  32. }