You are here

base.css in Lingotek Translation 7.3

.lingotek-highlight {
  background-color: #ecf2f9 !important;
}

#navbar-link-admin-settings-lingotek::before {
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/ico_chevs_dd.png");
}

/*#lingotek-navbar-tab {
  margin-top: 8px;
  color: black;
  float: right;
}

#lingotek-navbar-tab .ddTitle {
  height: 23px;
}*/

div.form-item-create-lingotek-document-workbench-moderation, div.form-item-syncMethod-wb {
  margin-left: 50px;
}

/*div.form-item-create-lingotek-document-workbench-moderation label, div.form-item-syncMethod-wb label {
  font-weight: normal !important;
}*/

div.form-item-lingotek-create-documents-by-default-workbench-moderation, div.form-item-wb-options {
  margin-left: 50px;
}

#edit-wb-select {
  margin-left: 50px;
}

File

style/base.css
View source
  1. .lingotek-highlight {
  2. background-color: #ecf2f9 !important;
  3. }
  4. #navbar-link-admin-settings-lingotek::before {
  5. background-attachment: scroll;
  6. background-color: transparent;
  7. background-position: center center;
  8. background-repeat: no-repeat;
  9. background-image: url("../images/ico_chevs_dd.png");
  10. }
  11. /*#lingotek-navbar-tab {
  12. margin-top: 8px;
  13. color: black;
  14. float: right;
  15. }
  16. #lingotek-navbar-tab .ddTitle {
  17. height: 23px;
  18. }*/
  19. div.form-item-create-lingotek-document-workbench-moderation, div.form-item-syncMethod-wb {
  20. margin-left: 50px;
  21. }
  22. /*div.form-item-create-lingotek-document-workbench-moderation label, div.form-item-syncMethod-wb label {
  23. font-weight: normal !important;
  24. }*/
  25. div.form-item-lingotek-create-documents-by-default-workbench-moderation, div.form-item-wb-options {
  26. margin-left: 50px;
  27. }
  28. #edit-wb-select {
  29. margin-left: 50px;
  30. }