X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fnewaddon.css;h=abe8e7e7968a794b32c114f7ad7f41123a9112b9;hp=08066ebf0a8369e18e57dd8ba57ad09a3732936f;hb=5d891ecfda73ab1622e30641bee56eb01b4d0ca7;hpb=154ee8b3f00d30f053c7e7d189e6522075bf0654 diff --git a/LCARStrek/mozapps/extensions/newaddon.css b/LCARStrek/mozapps/extensions/newaddon.css index 08066ebf..abe8e7e7 100644 --- a/LCARStrek/mozapps/extensions/newaddon.css +++ b/LCARStrek/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"); } @@ -83,6 +54,10 @@ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } +.addon-info[type="dictionary"] #icon { + list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); +} + #name { font-size: 130%; } @@ -104,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; }