first react view up

This commit is contained in:
Peter Cottle 2015-04-06 11:53:52 -07:00
parent c76963d86e
commit a7b23e0342
5 changed files with 88 additions and 3 deletions

View file

@ -443,6 +443,10 @@ div.controls div.box.flex1 div.plus {
/* Command Line */
div.reactCommandView p.commandLine i {
margin: 0 5px;
}
p.commandLine,
div.commandLineResult {
opacity: 1;
@ -482,6 +486,12 @@ p.commandLine span.icons i:first-child {
margin-left: 5px;
}
div.reactCommandView p.commandLine span.icons i:first-child {
margin-left: 4px;
position: relative;
left: 1px;
}
p.commandLine span.icons i {
opacity: 0;
}