blob: b15e0b9ee83e8a09a6da23ec6cb020a4cd850568 [file] [log] [blame]
/* Copyright (c) 2016 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.code
{
font-family:monospace;
white-space:pre;
}
.docs-header
{
float:right;
padding-right:5px;
transform:translateY(60%);
}
.documentation-list
{
max-height:600px;
overflow:auto;
text-align:left;
}
.editor
{
border:1px solid lightgray;
font-size:16px!important;
min-height: 10em;
margin:auto;
position:relative!important;
width:90%;
}
.footer
{
border:3px;
height:auto;
margin:3px auto;
padding:10px;
bottom:0;
width:92%;
}
.graph,.table,.output
{
margin:auto;
position:relative!important;
width:90%;
}
.graph
{
min-height: 500
}
.h1
{
margin:.5em;
}
.header
{
border:3px;
height:auto;
margin:3px auto;
padding:10px;
top:0;
width:92%;
}
.help-button
{
margin:0 auto!important;
width:100%;
}
.help-button-wrapper
{
margin:26px 5px 0;
}
.help-click
{
margin:0 auto;
position:relative!important;
width:50%;
}
.help-link
{
color:blue;
cursor:pointer;
text-decoration:underline;
}
.help-options
{
margin:auto;
position:relative!important;
width:80%;
}
.long
{
max-height:600px;
overflow:auto;
text-align:left;
}
.tight
{
margin:.5em;
position:relative;
}
.wide-swal
{
/* swal's already have "important" default css */
display: block!important;
margin-left: auto!important;
margin-right: auto!important;
width: 50%!important;
left: 20%!important;
right: 20%!important;
}
.very-wide-swal
{
/* swal's already have "important" default css */
display: block!important;
margin-left: auto!important;
margin-right: auto!important;
width: 70%!important;
left: 15%!important;
right: 15%!important;
}
.workspace
{
border:3px solid lightgray;
margin:5px auto;
padding:10px;
width:90%;
}
body
{
font-family:Roboto, sans-serif;
margin:0;
}
li
{
text-align:left;
}
ul .documentation
{
margin:auto;
position:relative!important;
width:100%;
}
ul .features
{
margin:auto;
max-height:600px;
overflow:auto;
position:relative!important;
width:50%;
}