X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fdocs.css;h=032bb2a3fd494b7dc6b0637c7c893fff000134ad;hb=06633a6bb9c089952cb598846dae6666727037e7;hp=4325f4d97ccd4b5a4e60bac149f2550d77347685;hpb=d199aa8ed399874c753aa414c52dc3819a24e6de;p=roojs1 diff --git a/docs/docs.css b/docs/docs.css index 4325f4d97c..032bb2a3fd 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -471,9 +471,23 @@ header-menu-options ul.socials > li:first-child, display:inline-table; } @media (max-width: 768px) { - .general-content-body, - .slide-container { + .general-content-body > .container, + .general-content-body > .container > .column + { + margin: 0; + padding: 10px; + + } + .general-content-intro > .container, + .general-content-body > .container > .column + { + padding: 0; + } + .general-content-body > h1 + { margin: 10px; + margin-top: 50px; + } roo-select2-container .services .main-content { @@ -595,6 +609,7 @@ header-menu-options ul.socials > li:first-child, height: 34px; background-repeat: no-repeat; margin: 10px 10px 2px; + background-size: contain; } @@ -910,4 +925,29 @@ pre code { } code.jsdoc-pretty { background-color: #fff; +} + +/* optoional */ +.detailList dt i { + margin-left: 20px; + font-size: 10px; + font-weight: 100; +} + + +a.dropdown-toggle::before { + display: inline-block; + margin-right: .255em; + vertical-align: .255em; + content: ""; + border-top: .3em solid; + border-right: .3em solid transparent; + border-bottom: 0; + border-left: .3em solid transparent; +} +.doc-implementors .panel-body { + max-height: 300px; + overflow-y: scroll; + overflow-x: hidden; + padding-left: 0; } \ No newline at end of file