|
|
|
|
@ -1537,23 +1537,16 @@ pre,code,kbd,samp{white-space:pre-wrap;}
|
|
|
|
|
#fonttest{font-family:monospace;}
|
|
|
|
|
p{margin-bottom:0;}
|
|
|
|
|
.end_space{height:200px;}
|
|
|
|
|
.celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;-webkit-box-pack:end;height:22px;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;}
|
|
|
|
|
.no_input_radius{border-top-right-radius:0px;border-top-left-radius:0px;}
|
|
|
|
|
.text_cell .ctb_prompt{display:none;}
|
|
|
|
|
.code_cell .ctb_prompt{display:block;}
|
|
|
|
|
.celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-radius:3px 3px 0px 0px;width:100%;-webkit-box-pack:end;height:22px;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;}
|
|
|
|
|
.ctb_hideshow{display:none;vertical-align:bottom;padding-right:2px;}
|
|
|
|
|
.celltoolbar>div{padding-top:0px;}
|
|
|
|
|
.ctb_area{margin:0;padding:0;width:100%;}
|
|
|
|
|
.ctb_show.ctb_hideshow,.ctb_show .ctb_hideshow{display:block;}
|
|
|
|
|
.ctb_show .input_area,.ctb_show .ctb_hideshow+div.text_cell_input{border-top-right-radius:0px;border-top-left-radius:0px;}
|
|
|
|
|
.ctb_show>.celltoolbar{border-bottom-right-radius:0px;border-bottom-left-radius:0px;}
|
|
|
|
|
.button_container{margin-top:0;margin-bottom:0;}
|
|
|
|
|
.ui-button{min-width:30px;}
|
|
|
|
|
.ctb_global_show .ctb_show.ctb_hideshow{display:block;}
|
|
|
|
|
.ctb_global_show .ctb_show+.input_area,.ctb_global_show .ctb_show+div.text_cell_input{border-top-right-radius:0px;border-top-left-radius:0px;}
|
|
|
|
|
.celltoolbar .button_container select{margin:10px;margin-top:1px;margin-bottom:0px;padding:0;font-size:87%;width:auto;display:inline-block;height:18px;line-height:18px;vertical-align:top;}
|
|
|
|
|
.celltoolbar label{display:inline-block;height:15px;line-height:15px;vertical-align:top;}
|
|
|
|
|
.celltoolbar label span{font-size:85%;}
|
|
|
|
|
.celltoolbar input[type=checkbox]{margin:0px;margin-left:4px;margin-right:4px;}
|
|
|
|
|
.celltoolbar .ui-button{border:none;vertical-align:top;height:20px;}
|
|
|
|
|
.celltoolbar .ui-button{border:none;vertical-align:top;height:20px;min-width:30px;}
|
|
|
|
|
.completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;border-radius:4px;-webkit-box-shadow:0px 6px 10px -1px #adadad;-moz-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;}
|
|
|
|
|
.completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;font-size:110%;color:#000000;}
|
|
|
|
|
.completions select option.context{color:#0064cd;}
|
|
|
|
|
|