view console/console.css @ 108:5cb4733c5189

many api changes
author Sonny Piers <sonny@fastmail.net>
date Fri, 13 Jul 2012 15:26:18 +0200
parents c06ec02217ee
children
line wrap: on
line source

html, body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  /*FIXME: delete me*/
  overflow: hidden;
}
.entry {
  width: 100%;
  margin-bottom: 15px;
}
.entry pre {
  margin: 0;
}
#entries {
  overflow: auto;
  height: -webkit-calc(100% - (30px + 100px));
  height: -moz-calc(100% - (30px + 100px));
}
#toolbar {
  width: 100%;
  height: 30px;
}
#input {
  height: 100px;
  width: 100%;
}
#input textarea {
  /*border: none;*/
  padding: 0;
  resize: none;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
}
#input input {
  width: 65px;
  -webkit-appearance: none;
}
#input > * {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}