X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FpageInfo.css;h=db5de41d2c09c4984782dbb93431f193f6d356fc;hp=4458aa022274c0194f59df403ef1218b98b6ad82;hb=b4888bae6fbc1a4e61b478a329f0dca352d0e5a7;hpb=319c652960805bfc825e4c20087f0235b3cab27b diff --git a/LCARStrek/browser/pageInfo.css b/LCARStrek/browser/pageInfo.css index 4458aa02..db5de41d 100644 --- a/LCARStrek/browser/pageInfo.css +++ b/LCARStrek/browser/pageInfo.css @@ -1,41 +1,6 @@ -/* ***** 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 mozilla.org code. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998-2004 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * Kevin Gerich - * Daniel Brooks - * Florian QUEZE - * - * 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/. */ @import "chrome://global/skin/"; @@ -52,15 +17,15 @@ padding: 5px 3px 1px 3px; margin: 0 1px; min-width: 4.5em; + border-radius: 3px; } #viewGroup > radio:hover { - border: 1px solid #008484; - color: #FFCF00; + background-color: #FFCF00; + color: #000000; } #viewGroup > radio[selected="true"] { - border: 1px solid #9C9CFF; background-color: #008484; color: #FFCF00; } @@ -125,6 +90,10 @@ tree { width: .5em; } +row > label { + padding: 3px 0; +} + textbox { background: transparent !important; border: none; @@ -152,14 +121,14 @@ textbox[disabled] { } /* General Tab */ -groupbox.collapsable caption .caption-icon { +groupbox.collapsable caption .caption-icon { width: 9px; height: 9px; background-repeat: no-repeat; background-position: center; -moz-margin-start: 2px; -moz-margin-end: 2px; - background-image: url("chrome://global/skin/tree/twisty-open.gif"); + background-image: url("chrome://global/skin/tree/twisty-open-selected.gif"); } groupbox.collapsable[closed="true"] { @@ -168,16 +137,38 @@ groupbox.collapsable[closed="true"] { -moz-appearance: none; } -groupbox.collapsable[closed="true"] caption .caption-icon { - background-image: url("chrome://global/skin/tree/twisty-closed.gif"); +groupbox.collapsable[closed="true"] > caption > .caption-icon { + background-image: url("chrome://global/skin/tree/twisty-closed-selected.gif"); +} + +groupbox.collapsable > caption:hover { + background-color: #FFCF00; +} + +groupbox.treebox { + padding: 0; } -groupbox tree { - margin: 0 3px; +groupbox.treebox > tree { + margin: 2px; + margin-top: 0; border: none; + border-top-right-radius: 0; + border-top-left-radius: 0; } -#securityBox description { +groupbox.treebox > tree > treecols > treecol { + border: none; + border-bottom: 1px solid #FF9F00; + background-color: #A09090; + border-radius: 0; +} + +groupbox.treebox > tree > treechildren::-moz-tree-cell { + padding: 0 3px; +} + +#securityBox description { -moz-margin-start: 10px; } @@ -242,7 +233,7 @@ treechildren::-moz-tree-cell-text(broken) { -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } */ -.feedTitle { +.feedTitle { font-weight: bold; } @@ -285,10 +276,14 @@ treechildren::-moz-tree-cell-text(broken) { } #securityPanel .fieldLabel { - margin: 2px 10px 3px 10px; + margin: 2px 10px 3px; } #securityPanel .fieldValue { font-weight: bold; - margin: 2px 10px 0px 10px; + margin: 2px 10px 0px; +} + +#securityPanel row { + -moz-box-align: center; }