You are here

background_image.admin.css in Background Image 2.0.x

Same filename and directory in other branches
  1. 8 css/background_image.admin.css
  2. 2.x css/background_image.admin.css
/* Background Image admin styling */

th.small,
td.small {
  text-align: center;
  width: 1px;
  white-space: nowrap;
}

th.op {
  text-align: left;
}

td.small div {
  display: inline;
}

table.entities {
  margin-top: 30px;
}

td.entity-type {
  font-weight: 700;
}

td.entity-bundle {
  padding-left: 2.5em;
}

File

css/background_image.admin.css
View source
  1. /* Background Image admin styling */
  2. th.small,
  3. td.small {
  4. text-align: center;
  5. width: 1px;
  6. white-space: nowrap;
  7. }
  8. th.op {
  9. text-align: left;
  10. }
  11. td.small div {
  12. display: inline;
  13. }
  14. table.entities {
  15. margin-top: 30px;
  16. }
  17. td.entity-type {
  18. font-weight: 700;
  19. }
  20. td.entity-bundle {
  21. padding-left: 2.5em;
  22. }