Skip to content

Commit

Permalink
wip: style.css.erb: use ".console" instead of "#console"
Browse files Browse the repository at this point in the history
  • Loading branch information
sh19910711 committed Jun 16, 2015
1 parent 5a6dc8c commit 4cfad4a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions lib/web_console/templates/style.css.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#console { position: fixed; left: 0; bottom: 0; width: 100%; height: 148px; border: 1px solid; padding: 0 0 4px 0; overflow: none; margin: 0; background: none repeat scroll 0% 0% #333; z-index: 9999; }
#console div.console-inner { font-family: monospace; font-size: 11px; height: 100%; overflow: auto; background: #333; border: 0; padding: 0; margin: 0; }
#console div.console-prompt-box { color: #FFF; }
#console pre.console-message { color: #1AD027; margin: 0; border: 0; white-space: pre-wrap; background-color: #333; padding: 0; }
#console div.console-focus span.console-cursor { background: #FEFEFE; color: #333; font-weight: bold; }
#console div.resizer { width: 100%; height: 4px; cursor: ns-resize; }
#console input.clipboard { height: 0px; padding: 0px; margin: 0px; width: 0px; margin-left: -1000px; }
#console span.console-prompt-label { display: inline; color: #FFF; background: none repeat scroll 0% 0% #333; border: 0; padding: 0; }
#console pre.console-prompt-display { display: inline; color: #FFF; background: none repeat scroll 0% 0% #333; border: 0; padding: 0; }
.console { position: fixed; left: 0; bottom: 0; width: 100%; height: 156px; overflow: none; padding: 0; margin: 0; background: none repeat scroll 0% 0% #333; z-index: 9999; }
.console .console-inner { font-family: monospace; font-size: 11px; width: 100%; height: 100%; overflow: auto; background: #333; padding: 1px; }
.console .console-prompt-box { color: #FFF; }
.console .console-message { color: #1AD027; margin: 0; border: 0; white-space: pre-wrap; background-color: #333; padding: 0; }
.console .console-focus .console-cursor { background: #FEFEFE; color: #333; font-weight: bold; }
.console .console-top-bar { user-select: none; height: 14px; line-height: 12px; background: #444; color: #eee; font-size: 8px; font-family: monospace; font-weight: bold; }
.console .resizer { border-bottom: 1px solid #555; height: 100%; cursor: ns-resize; }
.console .clipboard { height: 0px; padding: 0px; margin: 0px; width: 0px; margin-left: -1000px; }
.console .console-prompt-label { display: inline; color: #FFF; background: none repeat scroll 0% 0% #333; border: 0; padding: 0; }
.console .console-prompt-display { display: inline; color: #FFF; background: none repeat scroll 0% 0% #333; border: 0; padding: 0; }

0 comments on commit 4cfad4a

Please sign in to comment.