mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
removed unneeded styles
This commit is contained in:
parent
a6c1a21a2b
commit
a91e35d287
2 changed files with 6 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ var CloudCommander, Util, DOM, $;
|
|||
* functin show jquery-terminal
|
||||
*/
|
||||
JqueryTerminal.show = function(){
|
||||
DOM.Images.hideLoad();
|
||||
DOM.Images.hideLoad();
|
||||
/* only if panel was hided */
|
||||
if( DOM.hidePanel() ){
|
||||
Hidden = false;
|
||||
|
|
|
|||
|
|
@ -22,15 +22,17 @@
|
|||
}
|
||||
.terminal .terminal-output div div, .terminal .prompt {
|
||||
display: block;
|
||||
line-height: 9px;
|
||||
/* line-height: 9px; */
|
||||
height: 14px;
|
||||
}
|
||||
.terminal {
|
||||
font-family: FreeMono, monospace;
|
||||
color: #aaa;
|
||||
background-color: #000;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
/* font-size: 12px; */
|
||||
/* line-height: 14px; */
|
||||
line-height: 16px;
|
||||
/* removing breaking the lines */
|
||||
}
|
||||
.terminal .terminal-output div span {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue