Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1609683
FloatingPane.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
FloatingPane.css
View Options
.
dojoxFloatingPane
{
background-color
:
#fff
;
position
:
relative
;
border
:
1
px
solid
#dedede
;
overflow
:
hidden
;
-webkit-
box-shadow
:
0
px
5
px
10
px
#adadad
;
}
.
dojoxFloatingPaneFg
{
-webkit-
box-shadow
:
0
px
8
px
20
px
#525252
;
}
/* titleNode */
.
dojoxFloatingPaneTitle
{
background
:
#cccccc
;
background
:
#fafafa
url
(
"images/floatTitleBarBg.gif"
)
repeat-x
bottom
left
;
border
:
1
px
solid
#bfbfbf
;
padding
:
4
px
4
px
2
px
4
px
;
cursor
:
pointer
;
white-space
:
nowrap
;
}
.
soria
.
dojoxFloatingPaneTitle
{
background
:
#4f8ced
url
(
"../../../dijit/themes/soria/images/gradientTopBg.png"
)
repeat-x
top
left
;
border
:
1
px
solid
#6969FF
;
background-position
:
0
px
-1
px
;
color
:
#fff
;
font-weight
:
bold
;
}
.
tundra
.
dojoxFloatingPaneTitle
{
background
:
#fafafa
url
(
"../../../dijit/themes/tundra/images/titleBarBg.gif"
)
repeat-x
bottom
left
;
border
:
1
px
solid
#bfbfbf
;
color
:
#000
;
}
/* Icons */
.
dojoxFloatingCloseIcon
{
background
:
url
(
'../../../dijit/themes/tundra/images/tabClose.png'
)
no-repeat
center
center
;
width
:
16
px
;
height
:
16
px
;
overflow
:
hidden
;
float
:
right
;
}
.
dojoxFloatingMinimizeIcon
{
background
:
url
(
'../../../dijit/themes/tundra/images/arrowDown.png'
)
no-repeat
center
center
;
width
:
16
px
;
height
:
16
px
;
overflow
:
hidden
;
float
:
right
;
}
.
floatingPaneMaximized
.
dojoxFloatingMaximizeIcon
{
display
:
none
;
}
.
dojoxFloatingMaximizeIcon
{
background
:
url
(
'../../../dijit/themes/tundra/images/arrowUp.png'
)
no-repeat
center
center
;
width
:
16
px
;
height
:
16
px
;
overflow
:
hidden
;
float
:
right
;
}
.
floatingPaneMaximized
.
dojoxFloatingRestoreIcon
{
display
:
inline
;
}
.
dojoxFloatingRestoreIcon
{
background
:
url
(
'../../../dijit/themes/tundra/images/arrowDown.png'
)
no-repeat
center
center
;
width
:
16
px
;
height
:
16
px
;
overflow
:
hidden
;
float
:
right
;
display
:
none
;
}
.
dojoxFloatingResizeHandle
{
background
:
url
(
'icons/resize.png'
)
no-repeat
bottom
right
;
position
:
absolute
;
right
:
0
;
bottom
:
0
;
width
:
16
px
;
height
:
16
px
;
cursor
:
nw-resize
;
}
.
dojoxFloatingCloseIcon
{
width
:
16
px
;
height
:
16
px
;
overflow
:
hidden
;
float
:
right
;
cursor
:
pointer
;
}
.
soria
.
dojoxFloatingCloseIcon
{
background
:
url
(
'../../../dijit/themes/soria/images/arrows.png'
)
no-repeat
center
center
;
background-position
:
-65
px
-1
px
;
}
.
tundra
.
dojoxFloatingCloseIcon
{
background
:
url
(
'../../../dijit/themes/tundra/images/tabClose.png'
)
no-repeat
center
center
;
}
/* our un-used dock styles for now */
.
dojoxFloatingDockDefault
{
position
:
absolute
;
bottom
:
0
px
;
left
:
0
px
;
overflow
:
hidden
;
margin
:
0
;
margin-bottom
:
3
px
;
padding
:
0
px
;
width
:
100
%
;
z-index
:
99
;
/* position the dock _just_ below the lowest pane */
background
:
transparent
;
/* background-color:#fff;
border-top:1px solid #ccc;
*/
}
.
dojoxDockList
{
padding
:
0
px
;
margin
:
0
px
;
}
.
dojoxDockRestoreButton
{
background
:
url
(
'../../../dijit/themes/tundra/images/arrowUp.png'
)
no-repeat
center
center
;
width
:
16
px
;
height
:
16
px
;
overflow
:
hidden
;
float
:
left
;
margin-top
:
2
px
;
}
.
dojoxDockTitleNode
{
overflow
:
hidden
;
}
/* Modifications */
.
dojoxDock
{
display
:
block
;
border
:
1
px
solid
black
;
position
:
absolute
;
padding
:
0
;
margin
:
0
;
background
:
#fcfcfc
;
}
.
dojoxDockNode
{
border
:
1
px
solid
#adadad
;
border-radius
:
2
px
;
-webkit-
border-radius
:
2
px
;
-moz-
border-radius
:
3
px
;
cursor
:
pointer
;
list-style
:
none
;
padding
:
2
px
;
margin
:
0
px
;
height
:
16
px
;
width
:
auto
;
float
:
left
;
background
:
#fafafa
url
(
"images/floatTitleBarBg.gif"
)
repeat-x
bottom
left
;
}
.
soria
.
dojoxDockNode
{
background
:
#b7cdee
url
(
"../../../dijit/themes/soria/images/gradientTopBg.png"
)
repeat-x
;
}
.
dojoxFloatingPaneContent
{
overflow
:
auto
;
background-color
:
#fff
;
height
:
100
%
;
width
:
100
%
;
}
.
dojoxFloatingPaneCanvas
{
background-color
:
#fff
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 29, 03:54 (21 h, 23 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26954
Default Alt Text
FloatingPane.css (3 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment