mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
refactor(console) set correct order
This commit is contained in:
parent
700946b066
commit
4c4c7b5df3
1 changed files with 9 additions and 9 deletions
|
|
@ -7,15 +7,15 @@
|
|||
}
|
||||
|
||||
.error-msg, .log-msg{
|
||||
background-color: #f5f5f5;
|
||||
display: block;
|
||||
font: 16px "Droid Sans Mono";
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
background: beige;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
display : block;
|
||||
padding : 10px;
|
||||
margin : 10px;
|
||||
font : 16px "Droid Sans Mono";
|
||||
background : beige;
|
||||
background-color : #f5f5f5;
|
||||
-webkit-border-radius : 5px;
|
||||
-moz-border-radius : 5px;
|
||||
border-radius : 5px;
|
||||
}
|
||||
|
||||
.jqconsole {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue