8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
29 lines
No EOL
537 B
CSS
29 lines
No EOL
537 B
CSS
@import "../../dojo/resources/dojo.css";
|
|
@import "../../dojox/widget/FisheyeList/FisheyeList.css";
|
|
|
|
.dojoxFisheyeListBar {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.outerbar {
|
|
background-color: #666;
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
border-bottom:2px solid #333;
|
|
}
|
|
|
|
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color:#fff;
|
|
background-image:none;
|
|
}
|
|
|
|
.page {
|
|
padding: 50px 20px 20px 20px;
|
|
} |