Last active
August 29, 2015 14:01
-
-
Save iameli/0e938fa14ef998c5f34b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .ghx-sprint-support .ghx-issue { | |
| height: 40px; | |
| overflow: hidden; | |
| padding: 0px 66px 0px 20px; | |
| } | |
| .ghx-issue .ghx-issue-content { | |
| padding: 0px 5px 5px 5px; | |
| } | |
| .ghx-issue-fields .ghx-type { | |
| top: -3px; | |
| left: 6px; | |
| } | |
| .ghx-issue-fields .ghx-type img { | |
| height: 10px; | |
| width: 10px; | |
| } | |
| .ghx-issue-fields .ghx-key { | |
| font-size: 0.8em; | |
| margin-bottom: 0px; | |
| margin-top: -9px; | |
| } | |
| .ghx-issue .ghx-summary { | |
| font-size: 0.8em; | |
| margin-top: -5px; | |
| } | |
| .ghx-avatar { | |
| right: 4px; | |
| top: 3px; | |
| } | |
| .ghx-sprint-support .ghx-issue .ghx-end { | |
| top: 9px; | |
| right: 41px; | |
| } | |
| .ghx-issue .ghx-flags { | |
| left: 7px; | |
| top: 11px; | |
| } | |
| .ghx-issue .ghx-priority { | |
| height: 10px; | |
| width: 10px; | |
| } | |
| .ghx-issue .ghx-priority img { | |
| height: 10px; | |
| width: 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment