X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2Fnewaddon.css;h=ea2eb100e8c6627472af47611ba4f1eb971c97c3;hp=4493d14fb10f62e94fb9961022df3e34877cf0d9;hb=f0a62060b4f916640a6c67be840b49b7713f1394;hpb=1e29db46dc44bb298673e0574cef312051e15a94 diff --git a/EarlyBlue/mozapps/extensions/newaddon.css b/EarlyBlue/mozapps/extensions/newaddon.css index 4493d14f..ea2eb100 100644 --- a/EarlyBlue/mozapps/extensions/newaddon.css +++ b/EarlyBlue/mozapps/extensions/newaddon.css @@ -1,44 +1,11 @@ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is the Extension Manager UI. - * - * The Initial Developer of the Original Code is - * the Mozilla Foundation. - * Portions created by the Initial Developer are Copyright (C) 2011 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * Dave Townsend - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -@import url("chrome://global/skin/inContentUI.css"); +/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/in-content/common.css"); #addon-page { - padding: 0; + font-size: 1.1em; } #addon-scrollbox { @@ -56,7 +23,8 @@ } #addon-container { - max-width: 600px; + overflow: visible; /* bug 761489 */ + max-width: 800px; margin: 20px; padding: 30px 90px; } @@ -67,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"); } @@ -84,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 { @@ -108,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; }