summary page rebuild

This commit is contained in:
Mark Moser
2016-08-09 23:17:35 -05:00
parent 084a1a2326
commit 76bb21a150
17 changed files with 141 additions and 258 deletions

View File

@ -78,6 +78,10 @@ textarea {
padding: 0 0 3rem;
}
.summary_tpl textarea {
padding: 1rem 1rem 3rem;
}
[type="search"] {
appearance: none;
}

View File

@ -2,18 +2,12 @@
margin: 10px 0;
textarea {
background-color: #fff;
border: 1px solid black;
font-family: "Lucida Console", Monaco, monospace;
font-size: 10px;
// line-height: 1.6em;
margin-bottom: 0;
min-height: 205px;
width: 100%;
&[disabled] {
background-color: #ddd;
}
}
}
@ -44,12 +38,6 @@ iframe {
width: 100%;
}
.live-coder-summary{
button.update-button{
display: none;
}
}
@media only screen and (min-width: $desktop) {
.code-input {
float: left;
@ -107,7 +95,7 @@ iframe {
.linedtextarea textarea {
padding-right: 0.3em;
padding-top: 0.3em;
border: 0;
border: 0 !important;
}
.linedwrap .lines {