X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2Fnewaddon.css;h=ea2eb100e8c6627472af47611ba4f1eb971c97c3;hb=c9b0a39698caad3beaf5228ce051ec83042d4de9;hp=a7a192620c75b3279a72462797ff7cfe155c2410;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1;p=themes.git diff --git a/EarlyBlue/mozapps/extensions/newaddon.css b/EarlyBlue/mozapps/extensions/newaddon.css index a7a19262..ea2eb100 100644 --- a/EarlyBlue/mozapps/extensions/newaddon.css +++ b/EarlyBlue/mozapps/extensions/newaddon.css @@ -2,10 +2,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -@import url("chrome://global/skin/inContentUI.css"); +@import url("chrome://global/skin/in-content/common.css"); #addon-page { - padding: 0; + font-size: 1.1em; } #addon-scrollbox { @@ -23,7 +23,8 @@ } #addon-container { - max-width: 600px; + overflow: visible; /* bug 761489 */ + max-width: 800px; margin: 20px; padding: 30px 90px; } @@ -34,7 +35,10 @@ } #icon { + margin-top: 8px; -moz-margin-end: 10px; + max-width: 64px; + max-height: 64px; list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); } @@ -51,7 +55,7 @@ } .addon-info[type="dictionary"] #icon { - list-style-image: url("chrome://mozapps/skin/plugins/dictionaryGeneric.png"); + list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); } #name { @@ -75,6 +79,7 @@ list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); width: 16px; height: 15px; + margin-top: 5px; -moz-margin-end: 5px; }