Created
April 30, 2014 02:57
-
-
Save michaelschade/ac1585fa5c96b61a8698 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
.ticket-reply-button-wrap > div { | |
float: right !important; | |
} | |
#nav { | |
display: none !important; | |
} | |
.console-header { | |
display: none !important; | |
} | |
.header-message { | |
display: none !important; | |
} | |
.content-pane.inspector-open { | |
left: 0px !important; | |
} | |
#console { | |
top: 0px !important; | |
} | |
.console-search, .console-search-results { | |
width: 30%; | |
} | |
.console-viewport { | |
left: 30%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment