bugzilla 80397: r=kerz, sr=hewitt, a=asa@mozilla.org - themes pref panel was cut off in all skins.
git-svn-id: svn://10.0.0.236/trunk@96739 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ce8b81a75c
commit
386b85fb3f
@ -15,6 +15,15 @@
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/smile.gif");
|
||||
}
|
||||
|
||||
#previewImageContainer {
|
||||
overflow: hidden;
|
||||
height: 92px;
|
||||
max-width: 360px;
|
||||
background-color: #000000;
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* File icon (32x32)
|
||||
|
||||
@ -14,7 +14,16 @@
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/smile.gif");
|
||||
}
|
||||
|
||||
|
||||
#previewImageContainer {
|
||||
overflow: hidden;
|
||||
height: 92px;
|
||||
max-width: 360px;
|
||||
background-color: #000000;
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* File icon (32x32)
|
||||
**/
|
||||
|
||||
@ -33,6 +33,16 @@
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
#previewImageContainer {
|
||||
overflow: hidden;
|
||||
height: 92px;
|
||||
max-width: 360px;
|
||||
background-color: #000000;
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* ::::: Fonts ::::: */
|
||||
|
||||
#sizeVar,
|
||||
@ -60,3 +70,4 @@
|
||||
list-style-image: url("chrome://communicator/skin/icons/content-large.gif");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
<box class="inset" align="center" style="overflow: hidden; height: 92px; background-color: #000000; padding: 2px;">
|
||||
<box id="previewImageContainer" class="inset" align="center" >
|
||||
<image id="previewImage"/>
|
||||
</box>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user