home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 October
/
Gamestar_77_2005-10_dvd.iso
/
Programy
/
nsb-install-8-0.exe
/
chrome
/
fusion.jar
/
skin
/
fusion
/
aim
/
dialogs.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2005-07-29
|
1KB
|
65 lines
/* ===== dialogs.css ===================================================
== Used by each of the AIM dialogs.
===================================================================== */
@import url("chrome://aim/skin");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: Add Buddy dialog ::::: */
#AddBuddyGroupList {
border: 1px inset #B4C3D4;
height: 160px;
overflow: auto;
}
.overflow-box {
border: 1px inset #B4C3D4;
height: 200px;
overflow: auto;
}
#alertbox {
width: 200px;
height: 50px;
}
#alertBell {
list-style-image : url("chrome://aim/skin/icons/aimAlertBell.gif");
}
/* ::::: Get Member Info dialog ::::: */
#profilefieldcontainerbox {
border: 2px solid ;
-moz-border-top-colors: #BEC3D3 #5D616E;
-moz-border-right-colors: #F8FAFE #5D616E;
-moz-border-bottom-colors: #F8FAFE #5D616E;
-moz-border-left-colors: #BEC3D3 #5D616E;
}
/* ::::: Transfer dialogs ::::: */
#transferouterbox {
width: 300px;
height: 100px;
}
#sendfileouterbox {
width: 300px;
height: 400px;
}
.sendfiletextbox{
height: 100px;
}
#AimChangePassword {
width: 35em;
padding: 0px 0px 0px 0px;
}