mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
bugzilla 80397: r=kerz, sr=hewitt, a=asa@mozilla.org - themes pref panel was cut off in all skins.
This commit is contained in:
parent
64d4a2e2a2
commit
3f2c27c137
@ -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…
Reference in New Issue
Block a user