blob: c6b1ee14f56590b43ce99ce0fa95ae02f157e09d [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
h2 {
margin: 10px 0;
}
.CodeMirror {
border: 1px solid #0B61A4;
line-height: 1.25em !important;
}
#editor .editor_wrap textarea {
border: 1px solid #333;
width: 100%;
min-height: 10em;
}
#editor .editor_wrap {
margin: 0 2px 0 0;
}
#editor .editor_wrap .CodeMirror{
margin-right: -2px;
}
#editor .icon {
margin-left: 10px;
}
.chooseEditor {
float: right;
font-size: 80%
}
.chooseEditor a {
}
#editor.editor_cm .chooseEditor a.editor_cm,
#editor.editor_plain .chooseEditor a.editor_plain {
text-decoration: none;
}
#test_context span.context {
border: 1px solid blue;
border-radius: 5px;
padding: 2px;
margin: 1px;
display: inline-block;
}
#test_context span.context > .context {
text-decoration: none;
color: black;
}
#test_context span.context > .delete {
text-decoration: none;
color: red;
}
button#runTest {
font-size: 16px;
font-weight: bold;
margin: 10px;
}