gecko-dev/dom/xml/resources/XMLPrettyPrint.css
Chung-Sheng Fu e5b80e9a8f Bug 863246 - Move resources that need to be exposed to web content to locations that are marked as contentaccessible r=billm
MozReview-Commit-ID: ArhSHKPYOr8

--HG--
extra : rebase_source : 888f7ce8f9db809ad5abbe6340af74e9dfb1d73b
2017-06-08 17:52:46 +08:00

42 lines
799 B
CSS

@charset "UTF-8";
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@import url("resource://content-accessible/viewsource.css");
#header {
background-color: #ccc;
border-bottom: 3px solid black;
padding: 0.5em;
margin-bottom: 1em;
}
.expander-content {
padding-left: 1em;
}
.expander {
cursor: pointer;
-moz-user-select: none;
text-align: center;
vertical-align: top;
width: 1em;
display: inline-block;
margin-left: -1em;
}
#top > .expander-open, #top > .expander-closed {
margin-left: 1em;
}
.expander-closed > .expander-content {
display: none;
}
.comment {
font-family: monospace;
white-space: pre;
}