summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/nihilo/TitlePane.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
committerAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
commit81bea17aefb26859f825b9293c7c99192874806e (patch)
treefb244408ca271affa2899adb634788802c9a89d8 /lib/dijit/themes/nihilo/TitlePane.css
parent870a70e109ac9e80a88047044530de53d0404ec7 (diff)
upgrade Dojo to 1.6.1
Diffstat (limited to 'lib/dijit/themes/nihilo/TitlePane.css')
-rw-r--r--lib/dijit/themes/nihilo/TitlePane.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/dijit/themes/nihilo/TitlePane.css b/lib/dijit/themes/nihilo/TitlePane.css
index 58ca8e56c..6d16ff940 100644
--- a/lib/dijit/themes/nihilo/TitlePane.css
+++ b/lib/dijit/themes/nihilo/TitlePane.css
@@ -1,3 +1,7 @@
+/**
+ * dijit.TitlePane
+ *
+ */
.nihilo .dijitTitlePaneTitle {
background: #cccccc;
@@ -11,14 +15,17 @@
.nihilo .dijitTitlePaneTitleHover {
background: #f9f9f9 url("images/accordionItemActive.png") top repeat-x;
}
+
.nihilo .dijitTitlePane .dijitOpen .dijitArrowNode,
.nihilo .dijitTitlePane .dijitClosed .dijitArrowNode {
width:15px;
height:15px;
}
+
.nihilo .dijitTitlePaneTextNode {
color: #243C5F;
}
+
.nihilo .dijitTitlePane .dijitClosed .dijitArrowNode {
background: url('images/spriteRoundedIconsSmall.png') no-repeat -30px top;
}
@@ -31,15 +38,17 @@
.dj_ie6 .nihilo .dijitTitlePane .dijitOpen .dijitArrowNode {
background:url('images/spriteRoundedIconsSmall.gif') no-repeat -15px top;
}
+
.nihilo .dijitTitlePaneContentOuter {
background: #ffffff;
border:1px solid #bfbfbf;
- border-top: 0px;
+ border-top: 0;
}
.nihilo .dijitTitlePaneContentInner {
padding:10px;
}
+
.nihilo .dijitTitlePaneTextNode {
margin-left: 4px;
margin-right: 4px;
-}
+} \ No newline at end of file