Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F4381128
tundraGrid.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Subscribers
None
tundraGrid.css
View Options
.
tundra
.
dojoxGrid
{
position
:
relative
;
background-color
:
#e9e9e9
;
font-size
:
0.85
em
;
/* inherit font-family from dojo.css */
-moz-
outline-style
:
none
;
outline
:
none
;
}
.
tundra
.
dojoxGrid
table
{
padding
:
0
;
}
.
tundra
.
dojoxGrid
td
{
-moz-
outline
:
none
;
}
/* master header */
.
tundra
.
dojoxGrid-master-header
{
position
:
relative
;
}
/* master view */
.
tundra
.
dojoxGrid-master-view
{
position
:
relative
;
}
/* views */
.
tundra
.
dojoxGrid-view
{
position
:
absolute
;
overflow
:
hidden
;
}
/* header */
.
tundra
.
dojoxGrid-header
{
position
:
absolute
;
overflow
:
hidden
;
}
.
tundra
.
dojoxGrid-header
{
background-color
:
#e9e9e9
;
}
.
tundra
.
dojoxGrid-header
table
{
text-align
:
center
;
}
.
tundra
.
dojoxGrid-header
.
dojoxGrid-cell-content
{
text-align
:
center
;
}
.
tundra
.
dojoxGrid-header
.
dojoxGrid-cell
{
border
:
1
px
solid
transparent
;
/* border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB; */
border-color
:
white
#ACA899
#919191
white
;
background
:
url
(
../../../dijit/themes/tundra/images/tabEnabled.png
)
#e9e9e9
repeat-x
top
;
padding-bottom
:
2
px
;
}
.
tundra
.
dojoxGrid-header
.
dojoxGrid-cell-over
{
background
:
url
(
../../../dijit/themes/tundra/images/tabHover.png
)
#e9e9e9
repeat-x
top
;
}
.
tundra
.
dojoxGrid-sort-down
{
background
:
url
(
../../../dijit/themes/tundra/images/arrowDown.png
)
right
no-repeat
;
padding-left
:
0
px
;
margin-left
:
0
px
;
}
.
tundra
.
dojoxGrid-sort-up
{
background
:
url
(
../../../dijit/themes/tundra/images/arrowUp.png
)
right
no-repeat
;
padding-left
:
0
px
;
margin-left
:
0
px
;
}
/* content */
.
tundra
.
dojoxGrid-scrollbox
{
position
:
relative
;
overflow
:
scroll
;
background-color
:
#fefefe
;
width
:
100
%
;
}
.
tundra
.
dojoxGrid-content
{
position
:
relative
;
overflow
:
hidden
;
-moz-
outline-style
:
none
;
outline
:
none
;
}
/* rowbar */
.
tundra
.
dojoxGrid-rowbar
{
border
:
none
;
/*
border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB;
*/
background
:
url
(
images/tabEnabled_rotated.png
)
#e9e9e9
repeat-y
right
;
border-right
:
1
px
solid
#cccccc
;
padding
:
0
px
;
}
.
tundra
.
dojoxGrid-rowbar-inner
{
border
:
none
;
border-bottom
:
1
px
solid
#cccccc
;
}
.
tundra
.
dojoxGrid-rowbar-over
{
background
:
url
(
images/tabHover_rotated.png
)
#e9e9e9
repeat-y
right
;
}
.
tundra
.
dojoxGrid-rowbar-selected
{
background-color
:
#D9E8F9
;
background-image
:
none
;
background
:
url
(
../../../dijit/themes/tundra/images/tabDisabled.png
)
#dddddd
repeat-x
top
;
border-right
:
1
px
solid
#cccccc
;
background-position
:
center
;
background-repeat
:
no-repeat
;
}
/* rows */
.
tundra
.
dojoxGrid-row
{
position
:
relative
;
width
:
9000
em
;
}
.
tundra
.
dojoxGrid-row
{
border
:
none
;
border-left
:
none
;
border-right
:
none
;
background-color
:
white
;
border-top
:
none
;
}
.
tundra
.
dojoxGrid-row-over
{
border-top-color
:
#cccccc
;
border-bottom-color
:
#cccccc
;
}
.
tundra
.
dojoxGrid-row-over
.
dojoxGrid-cell
{
/* background-color: #e9e9e9; */
background
:
url
(
../../../dijit/themes/tundra/images/tabEnabled.png
)
#e9e9e9
repeat-x
top
;
}
.
tundra
.
dojoxGrid-row-odd
{
background-color
:
#f2f5f9
;
/*background-color: #F9F7E8;*/
}
.
tundra
.
dojoxGrid-row-selected
{
background-color
:
#D9E8F9
;
/*
background: url(../../../dijit/themes/tundra/images/tabDisabled.png) #dddddd repeat-x top;
*/
}
.
tundra
.
dojoxGrid-row-table
{
table-layout
:
fixed
;
width
:
0
;
}
.
tundra
.
dojoxGrid-invisible
{
visibility
:
hidden
;
}
.
tundra
.
Xdojo-ie
.
dojoxGrid-invisible
{
display
:
none
;
}
.
tundra
.
dojoxGrid-invisible
td
,
.
dojoxGrid-header
.
dojoxGrid-invisible
td
{
border-top-width
:
0
;
border-bottom-width
:
0
;
padding-top
:
0
;
padding-bottom
:
0
;
height
:
0
;
overflow
:
hidden
;
}
/* cells */
.
tundra
.
dojoxGrid-cell
{
border
:
1
px
solid
transparent
;
border-right
:
1
px
solid
#D5CDB5
;
padding
:
3
px
3
px
3
px
3
px
;
text-align
:
left
;
overflow
:
hidden
;
}
.
dj_ie6
.
tundra
.
dojoxGrid-cell
{
border
:
1
px
solid
white
;
border-right
:
1
px
solid
#D5CDB5
;
}
.
tundra
.
dojoxGrid-cell-focus
{
border
:
1
px
dotted
#a6a6a6
;
}
.
tundra
.
dojoxGrid-cell-over
{
border
:
1
px
dotted
#a6a6a6
;
}
.
tundra
.
dojoxGrid-cell-focus
.
dojoxGrid-cell-over
{
border
:
1
px
dotted
#595959
;
}
.
tundra
.
dojoxGrid-cell-clip
{
width
:
100
%
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
/* editing */
/* FIXME: these colors are off! */
.
tundra
.
dojoxGrid-row-editing
td
{
/* background-color: #F4FFF4; */
background
:
#f1f6fc
url
(
../../../dijit/themes/tundra/images/buttonHover.png
)
repeat-x
bottom
;
/* padding: 0px 3px 0px 3px; */
}
.
tundra
.
dojoxGrid-row-inserting
td
{
background-color
:
#F4FFF4
;
}
.
tundra
.
dojoxGrid-row-inflight
td
{
background-color
:
#F2F7B7
;
}
.
tundra
.
dojoxGrid-row-error
td
{
background-color
:
#F8B8B6
;
}
.
tundra
.
dojoxGrid-input
,
.
tundra
.
dojoxGrid-select
,
.
tundra
.
dojoxGrid-textarea
{
margin
:
0
;
padding
:
0
px
;
border-style
:
none
;
width
:
100
%
;
font-size
:
100
%
;
font-family
:
inherit
;
}
.
dojoxGrid-hidden-focus
{
position
:
absolute
;
left
:
-1000
px
;
top
:
-1000
px
;
height
:
0
px
,
width
:
0
px
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 17:23 (18 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24521
Default Alt Text
tundraGrid.css (4 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment