linkit.admin.theme.css 212 B

1234567891011121314
  1. /**
  2. * @file
  3. * Stylesheet for the Linkit module admin GUI.
  4. */
  5. .linkit-plugin-summary {
  6. float: left;
  7. font-size: .9em;
  8. line-height: 1.2em;
  9. }
  10. .linkit-matcher-add-form tbody td:first-child {
  11. width: 1%;
  12. }