Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
T
t3olayout
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 3
    • Merge Requests 3
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • services
    • T
      t3o sites
  • common
  • t3olayout
  • Issues
  • #627

Closed
Open
Opened Feb 04, 2020 by Mathias Bolt Lesniak@mabolekDeveloper

Add additional form styles

Form styling isn't perfect yet (though it's a lot better than it used to be).

These styles should make forms look even better (feel free to use standard values, this is just an approximation):

fieldset {
    padding: 1rem;
     border: 1px solid #ced4da;
     margin-top: 1rem;
}
legend {
     padding: 0px 1rem;
     display: inline-block;
     width: auto;
}

label {
     margin-right: .5rem;
     margin-left: .5rem;
}
Assignee
Assign to
Sprint 2 (2020) - t3o remote day
Milestone
Sprint 2 (2020) - t3o remote day (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: services/t3o-sites/common/t3olayout#627