linkit.admin.theme.css 261 B

123456789101112131415
  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. .linkit-attribute-add-form tbody td:first-child {
  12. width: 1%;
  13. }