You are here

formatted_number.css in Formatted Number 7

Same filename and directory in other branches
  1. 6 formatted_number.css
/**
 * Selectors using .node-form are required to override .form-text in node.css.
 * Selector without .node-form is required to style the element elsewhere.
 */
.node-form .formatted-number,
.node-form .container-inline .formatted-number,
.formatted-number {
  display: inline;
  width: auto;
  text-align: right;
}

File

formatted_number.css
View source
  1. /**
  2. * Selectors using .node-form are required to override .form-text in node.css.
  3. * Selector without .node-form is required to style the element elsewhere.
  4. */
  5. .node-form .formatted-number,
  6. .node-form .container-inline .formatted-number,
  7. .formatted-number {
  8. display: inline;
  9. width: auto;
  10. text-align: right;
  11. }