Created
June 5, 2012 21:42
-
-
Save andyvanee/2878241 to your computer and use it in GitHub Desktop.
Safari style for campfire
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
| /* Campfire: https://nonfiction.campfirenow.com */ | |
| body.chat.with_launchbar #Tabs { min-width: 520px !important; } | |
| body.chat.with_launchbar .Left, body.chat.with_launchbar .speak { width: 100% !important; } | |
| body.chat.with_launchbar #input { width: 440px !important; } | |
| body.chat.with_launchbar #Wrapper { padding-left: 0 !important; padding-right: 0 !important; } | |
| body.chat.with_launchbar .Left .col, body.chat.with_launchbar .Full .col { padding: 5px 0 0 !important; background: #fff !important; } | |
| body.chat.with_launchbar #todays_transcript { padding: 5px !important; } | |
| body.chat.with_launchbar #Sidebar { right: 0 !important; } | |
| body.chat.with_launchbar #SidebarTop, body.chat.with_launchbar #search_form, body.chat.with_launchbar #guest_access, body.chat.with_launchbar #files, body.chat.with_launchbar #room_locking { display: none !important; } | |
| body.chat.with_launchbar #participants { background: #ebebeb !important; padding: 5px 2px 2px !important; margin-left: 60px !important; width: 110px !important; opacity: 0.8 !important; } | |
| body.chat.with_launchbar #participants ul { height: auto !important; } | |
| body.chat.with_launchbar #launchbar { display: none !important; } | |
| body.chat.with_launchbar div#Header { top: 0 !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment