first major round of EMS changes. much more to come late tonight.

This commit is contained in:
Matthew Wilson 2006-04-07 00:02:45 +00:00
parent f3404c319a
commit 2c60283ba3
27 changed files with 5196 additions and 33 deletions

View file

@ -0,0 +1,41 @@
/*
* !!!!!!!!!!!!!!!!!!!!!!!!!!
* deprecated, not used anymore! check win2k_ie.css
* !!!!!!!!!!!!!!!!!!!!!!!!!!
*/
.bsBtnDefault {
display:inline;
/*float:left;*/
width:24;
height:22;
background-color:menu;
padding-left:4px;
padding-top:3px;
}
.bsBtnMouseOver {
display:inline;
/*float:left;*/
width:24;
height:22;
background-color:menu;
padding-left:3px;
padding-top:2px;
border-left:1px solid white;
border-top:1px solid white;
border-right:1px solid #808080;
border-bottom:1px solid #808080;
}
.bsBtnMouseDown {
display:inline;
/*float:left;*/
width:24;
height:22;
background-color:menu;
padding-left:4px;
padding-top:3px;
border-left:1px solid #808080;
border-top:1px solid #808080;
border-right:1px solid white;
border-bottom:1px solid white;
}