aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dijit/themes/tundra/TitlePane.css.commented.css
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-11-13 09:49:11 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-11-13 09:49:11 +0000
commite44a7e37b6c7b5961adaffc62b9042b8d442938e (patch)
tree95b67c356e93163467db2451f2b8cce84ed5d582 /includes/js/dijit/themes/tundra/TitlePane.css.commented.css
parenta62b9742ee5e28bcec6872d88f50f25b820914f6 (diff)
downloadsemanticscuttle-e44a7e37b6c7b5961adaffc62b9042b8d442938e.tar.gz
semanticscuttle-e44a7e37b6c7b5961adaffc62b9042b8d442938e.tar.bz2
New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dijit/themes/tundra/TitlePane.css.commented.css')
-rw-r--r--includes/js/dijit/themes/tundra/TitlePane.css.commented.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/includes/js/dijit/themes/tundra/TitlePane.css.commented.css b/includes/js/dijit/themes/tundra/TitlePane.css.commented.css
new file mode 100644
index 0000000..b4fb596
--- /dev/null
+++ b/includes/js/dijit/themes/tundra/TitlePane.css.commented.css
@@ -0,0 +1,63 @@
+.tundra .dijitTitlePane .dijitTitlePaneTitle {
+ background: #cccccc;
+ background:#fff url("images/titleBar.png") repeat-x bottom left;
+ border:1px solid #bfbfbf;
+ padding:4px 4px 2px 4px;
+ cursor: pointer;
+}
+
+/* TODO: merge these, and all other icons to a series of background-image:() and background-position: -16*n px styles */
+.tundra .dijitTitlePane .dijitArrowNode {
+ width:16px;
+ height:16px;
+ float:right;
+}
+.tundra .dijitTitlePane .dijitClosed .dijitArrowNode {
+ background:url('images/arrowRight.png') no-repeat center center;
+}
+
+.tundra .dijitTitlePaneFocused .dijitTitlePaneTextNode {
+ text-decoration:underline;
+}
+
+.dj_ie6 .tundra .dijitTitlePane .dijitClosed .dijitArrowNode {
+ background-image:url('images/arrowRight.gif');
+}
+.tundra .dijitTitlePane .dijitOpen .dijitArrowNode {
+ background:url('images/arrowDown.png') no-repeat center center;
+}
+.dj_ie6 .tundra .dijitTitlePane .dijitOpen .dijitArrowNode {
+ background-image:url('images/arrowDown.gif');
+}
+.tundra .dijitTitlePane .dijitArrowNodeInner {
+ visibility:hidden;
+}
+.dijit_a11y .dijitTitlePane .dijitArrowNodeInner {
+ visibility:visible;
+}
+
+.tundra .dijitTitlePaneTitle .dijitOpenCloseArrowOuter {
+ margin-right:5px;
+}
+
+.tundra .dijitOpen .dijitTitlePaneTitle .dijitOpenCloseArrowOuter {
+ position:relative;
+ top:2px;
+}
+
+.tundra .dijitTitlePaneContentOuter {
+ background: #ffffff;
+ border:1px solid #bfbfbf;
+ border-top: 1px solid #ccc; /* w/out this, an <h1> on the top line causes a gap between the .content and .label */
+}
+.tundra .dijitTitlePaneContentInner {
+ padding:10px;
+}
+/* force hasLayout to ensure borders etc, show up */
+.dj_ie6 .tundra .dijitTitlePaneContentOuter,
+.dj_ie6 .tundra .dijitTitlePane .dijitTitlePaneTitle {
+ zoom: 1;
+}
+.tundra .dijitClickableRegion {
+ background-color : #ffc !important;
+}