X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=static%2Fdojo-release-1.1.1%2Fdijit%2Fthemes%2Ftundra%2Flayout%2FAccordionContainer.css;fp=static%2Fdojo-release-1.1.1%2Fdijit%2Fthemes%2Ftundra%2Flayout%2FAccordionContainer.css;h=0000000000000000000000000000000000000000;hp=6d27e24a0cdae301cadf8577a4816f7e7fdd311c;hb=7beca26e6ea91745cd397ad69ac6e26bb934e683;hpb=bed7f6f60f166f71b2e3a98bb8d1e67c3e501909 diff --git a/static/dojo-release-1.1.1/dijit/themes/tundra/layout/AccordionContainer.css b/static/dojo-release-1.1.1/dijit/themes/tundra/layout/AccordionContainer.css deleted file mode 100644 index 6d27e24..0000000 --- a/static/dojo-release-1.1.1/dijit/themes/tundra/layout/AccordionContainer.css +++ /dev/null @@ -1,31 +0,0 @@ - -.tundra .dijitAccordionPane { - background-color: #e7e7e7; -} -.tundra .dijitAccordionTitle { - background:#fafafa url("../images/titleBar.png") repeat-x bottom left; - border-top: 1px solid #bfbfbf; - padding: 6px 4px 6px 8px; - cursor:pointer; -} -.tundra .dijitAccordionTitle-selected { - background: #f9f9f9 url("../images/accordionItemActive.gif") bottom repeat-x; - font-weight: bold; - border-top: 1px solid #aaaaaa; - border-bottom: 1px solid #bfbfbf; - padding: 6px 4px 6px 8px; - cursor: default; -} -.tundra .dijitAccordionArrow { - background:url("../images/plusButton.gif") no-repeat; - width:15px; - height:15px; - margin-top:2px; -} -.tundra .dijitAccordionTitle-selected .dijitAccordionArrow { - background:none; - margin-top:2px; -} -.tundra .dijitAccordionBody { - background: #fff; -}