Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
492 B

/*
** Copyright (c) 2000 Microsoft Corporation
*/
.Context-Button
{
height : 2em;
padding-left : 0.5em;
padding-right : 0.5em;
}
.Context-Input
{
height : 2em;
padding-left : 0.2em;
padding-right : 0.2em;
}
/* ****************************** Special Globalization Helper styles ************************************* */
.FlippableImage
{
filter = expression(window.document.documentElement.dir == "rtl" ? "flipH" : "");
}