3.0.24 (Classy Cassidy)
7f5158c797572fbfc123a63d6341e8c9bfe2dd24
o:Sass::Tree::RootNode
:
@linei:
@options{:
style:
expanded:load_paths[",/Users/rmwh84/Sites/Ninja/MainApp/_scss"o/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-0.10.6/frameworks/blueprint/stylesheets"~/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-0.10.6/frameworks/_blueprint_deprecated_imports/stylesheets"m/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-0.10.6/frameworks/compass/stylesheets"|/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-0.10.6/frameworks/_compass_deprecated_imports/stylesheets"l/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-960-plugin-0.10.0/lib/../stylesheets"j/Applications/compass.app/Contents/Resources/ruby/gem/gems/html5-boilerplate-0.2.6/lib/../stylesheets:
cacheT:cache_location"8/Users/rmwh84/Sites/Ninja/MainApp/_scss/.sass-cache:syntax: scss:line_commentsT:
quietT:
filename"G/Users/rmwh84/Sites/Ninja/MainApp/_scss/imports/scss/_PanelUI.scss:css_filename"=/Users/rmwh84/Sites/Ninja/MainApp/_scss/../css/ninja.css:property_syntax0:@template"†‡/* <copyright>
This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
</copyright> */
/*
* PanelUI.scss
* Styles governing the panels in the UI.
* Note that colors and font definitions go in
* _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss
*/
/* layout for the container of all panels within a dock area */
.panelContainer {
margin: 0px;
padding: 0px 0px;
position:relative;
/*
this is here to hopefully show vertical scroll bars when the panels exceed the height of the panel
unfortunately it doesn't seem to work properly. this is probably due to some of our box styling or positioning
overflow: auto; */
}
/* base layout style for all panels*/
.panelDisclosureIcon
{
background-image:url("../images/panels/panelDisclosureIcon.png");
background-repeat:no-repeat;
width:16px;
height:16px;
float:left;
-webkit-transition-property: rotate;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
padding-right:2px;
}
.panelBackground {
color: $color-panel-text;
background: $color-tool-bg;
}
.panelCollapseArr
|