X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsidebar%2Fsidebar.css;h=164d6603124ea7933522bafe661e24b4fac3c917;hp=a7f3edc63fa900ef79f75e31b311402b6fb48afe;hb=9099c61da39b1346a25b1c01463829a44d72d6e1;hpb=80916bc42ca2ff0cb12a784cc644905b9036da6e diff --git a/LCARStrek/communicator/sidebar/sidebar.css b/LCARStrek/communicator/sidebar/sidebar.css index a7f3edc6..164d6603 100644 --- a/LCARStrek/communicator/sidebar/sidebar.css +++ b/LCARStrek/communicator/sidebar/sidebar.css @@ -1,42 +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 "Classic" theme of mozilla.org code. - * - * The Initial Developer of the Original Code is - * the Mozilla Organization. - * Portions created by the Initial Developer are Copyright (C) 1998-2001 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * Robert Kaiser - * - * 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 ***** */ +/* 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/. */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +/* ::::: sidebar container ::::: */ + #sidebar-box { border: none; } @@ -55,7 +24,7 @@ } #sidebar-splitter[state="collapsed"] { - margin-left: 0px; + -moz-margin-start: 0px; } /* ::::: sidebar header ::::: */ @@ -64,7 +33,8 @@ border: none; color: #FF9F00; background-color: #6000CF; - padding: 0px 2px 0px 4px; + padding: 0px 2px; + -moz-padding-start: 4px; } .sidebar-header-text { @@ -87,7 +57,7 @@ /* ..... panel picker button ..... */ #sidebar-panel-picker { - padding: 3px 1px 3px 1px; + padding: 3px 1px; } /* ::::: sidebar panel ::::: */ @@ -98,7 +68,7 @@ color: #FF9F00; } -.iframe-panel { +.iframe-panel, .browser-sidebar { } /* ::::: loading info ::::: */ @@ -108,7 +78,7 @@ } .text-panel-loading[loading="false"] { - margin-left: 11px; + -moz-margin-start: 11px; } .image-panel-loading { @@ -125,9 +95,9 @@ } .box-texttab > hbox { - -moz-border-radius: 5px; + border-radius: 5px; -moz-box-align: stretch; - padding: 2px 0px 2px 0px; + padding: 2px 0px; background-color: #FF9F00; color: #000000; } @@ -156,11 +126,11 @@ } .sbtab-label { - margin: 0px 0px 0px 0px !important; + margin: 0px !important; } .sbtab-twisty { - margin: 2px 3px 0px 3px; + margin: 2px 3px 0px; list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif"); } @@ -182,7 +152,7 @@ .sidebar-nav-button { -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image"); - padding: 5px 0px 5px 0px; + padding: 5px 0px; } .tab-fwd { @@ -191,4 +161,4 @@ .tab-back { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -} +} \ No newline at end of file