From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: 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 --- .../layout/resources/ExpandoPane.css.commented.css | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 includes/js/dojox/layout/resources/ExpandoPane.css.commented.css (limited to 'includes/js/dojox/layout/resources/ExpandoPane.css.commented.css') diff --git a/includes/js/dojox/layout/resources/ExpandoPane.css.commented.css b/includes/js/dojox/layout/resources/ExpandoPane.css.commented.css new file mode 100644 index 0000000..4edd3f5 --- /dev/null +++ b/includes/js/dojox/layout/resources/ExpandoPane.css.commented.css @@ -0,0 +1,116 @@ +.dojoxExpandoPane { + overflow:hidden; + margin-top:1px; + border-top:1px solid #ccc; + z-index:440; + background:#fff; +} +.dojoxExpandoPane .dojoxExpandoWrapper { + overflow:hidden; +} +.dojoxExpandoIcon { + width:14px; + cursor:pointer; + background-position:-60px 0px; + height:14px; +} + +.soria .dojoxExpandoIcon { + background: url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat center center; +} + +.tundra .dojoxExpandoLeft .dojoxExpandoIcon, +.nihilo .dojoxExpandoLeft .dojoxExpandoIcon { + /* + background: url('../../presentation/resources/icons/prev.png') no-repeat; + */ + background: url('../../../dijit/themes/tundra/images/minusButton.gif') no-repeat; +} + +.tundra .dojoxExpandoRight .dojoxExpandoIcon, +.nihilo .dojoxExpandoRight .dojoxExpandoIcon { + /* + background: url('../../presentation/resources/icons/next.png') no-repeat; + */ + background: url('../../../dijit/themes/tundra/images/minusButton.gif') no-repeat; +} + +.tundra .dojoxExpandoClosed .dojoxExpandoIcon { + background: url('../../../dijit/themes/tundra/images/plusButton.gif') no-repeat; +} + +.dojoxExpandoClosed .dojoxExpandoIcon { + background-position: 0px 0px; +} +.dojoxExpandoClosed .dojoxExpandoTitleNode { + visibility:hidden; +} +.dojoxExpandoTitleNode { + padding-right:6px; padding-left:6px; +} +.dojoxExpandoClosed .dijitContentPane { + overflow: hidden; +} +.dojoxExpandoIcon .a11yNode { + display:none; + visibility:hidden; +} +.dojoxExpandoBottom .dojoxExpandoIcon, +.dojoxExpandoTop .dojoxExpandoIcon, +.dojoxExpandoLeft .dojoxExpandoIcon { + float:right; +} +.dojoxExpandoRight .dojoxExpandoIcon { + float:left; +} + +.nihilo .dojoxExpandoTitle { + height:18px; + font-size:0.9em; + font-weight:bold; + padding:3px; + padding-top:7px; + padding-bottom:7px; + background:#fafafa url("../../../dijit/themes/nihilo/images/tabStripe.gif") repeat-x left bottom; + +} + +.nihilo .dojoxExpandoTop { + border-bottom:1px solid #ccc; + border-left:1px solid #ccc; + border-right:1px solid #ccc; +} + +.soria .dojoxExpandoTop { + +} + +.soria .dojoxExpandoTitle { + height:18px; + font-size:0.9em; + font-weight:bold; + padding:3px; + padding-top:7px; + padding-bottom:7px; + background:#f0f4fc url("../../../dijit/themes/soria/images/tabStripe.gif") repeat-x left bottom; +} + +.tundra .dojoxExpandoTitle { + font-size: 0.9em; + font-weight: bold; + padding: 3px; + padding-top: 7px; + padding-bottom: 7px; + background: #fafafa url("../../../dijit/themes/tundra/images/accordionItemActive.gif") repeat-x scroll left bottom; +} + +.tundra .dojoxExpandoClosed { + /* + background: #ececec url("../../grid/_grid/images/tabEnabled_rotated.png") repeat-y scroll left top !important; + */ + background-color: #fafafa; +} +.tundra .dojoxExpandoClosed .dojoxExpandoTitle { + background-image: none; + background-color: transparent; +} -- cgit v1.2.3-54-g00ecf