Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #7599
Closed
Open
Issue created Apr 17, 2013 by Administrator@rootContributor

small print styles issues

Created by: ktwalrus

I printed a sample page of a new BS3 design I am working on. I ran into a few small issues I thought I'd report.

  1. On the Mac, the Print operation inserts a header and footer for each printed page. The print css in BS3 sets the top and bottom margin to 0.5cm. This results in the page content overlapping with the inserted header and footer, resulting in a poor looking page. I set the top and bottom margins to 2cm ("margin: 2cm 0.5cm;") and pages look fine on the Mac. I don't have Windows to see if it does something similar.
  2. I have a btn with a caret (in a btn-group) and the caret is 'white w/ black background', but should be 'black w/ white background' for the printed page.
  3. I have some badges and labels and the printed page only shows the text and doesn't have a black border outlining the badge or label. So, the printed page just has some small text hanging around in some places that make the page look odd. It would be much better if badges or labels had a small black border so it looks more like it does on the screen.
  4. I have a fixed top navbar and the brand link text prints at the top of the page in the center overlapping the page text on subsequent pages (2 and beyond). Perhaps the navbar fixed top class needs to be made so it is only fixed to the top of the first page printed (if that is possible). Or, maybe just suppress printing the brand link altogether.
Assignee
Assign to
Time tracking