Mercurial > eldonilo > lightstring
diff console/console.css @ 106:c06ec02217ee
many changes
author | Sonny Piers <sonny@fastmail.net> |
---|---|
date | Tue, 26 Jun 2012 12:02:14 +0200 |
parents | |
children | 5cb4733c5189 |
line wrap: on
line diff
new file mode 100755 --- /dev/null +++ b/console/console.css @@ -0,0 +1,44 @@ +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; +} +#input > * { + display: inline-block; + height: 100%; + vertical-align: top; +} \ No newline at end of file