summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui/menu.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui/menu.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui/menu.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui/menu.css b/frontend/beta/css/yui/menu.css
index 0b8eba7..05c97a9 100644
--- a/frontend/beta/css/yui/menu.css
+++ b/frontend/beta/css/yui/menu.css
@@ -1,74 +1,49 @@
1/* 1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.com/yui/license.txt 4http://developer.yahoo.com/yui/license.txt
30Version: 0.11.3 5Version: 0.11.3
31*/ 6*/
32 7
33 8
34 9
35/* Menu styles */ 10/* Menu styles */
36 11
37div.yuimenu { 12div.yuimenu {
38 13
39 z-index:1; 14 z-index:1;
40 visibility:hidden; 15 visibility:hidden;
41 background-color:#f6f7ee; 16 background-color:#f6f7ee;
42 border:solid 1px #c4c4be; 17 border:solid 1px #c4c4be;
43 padding:1px; 18 padding:1px;
44 19
45} 20}
46 21
47 22
48/* MenuBar Styles */ 23/* MenuBar Styles */
49 24
50div.yuimenubar { 25div.yuimenubar {
51 26
52 background-color:#f6f7ee; 27 background-color:#f6f7ee;
53 28
54} 29}
55 30
56/* 31/*
57 Application of "zoom:1" triggers "haslayout" in IE so that the module's 32 Application of "zoom:1" triggers "haslayout" in IE so that the module's
58 body clears its floated elements 33 body clears its floated elements
59*/ 34*/
60div.yuimenubar div.bd { 35div.yuimenubar div.bd {
61 36
62 zoom:1; 37 zoom:1;
63 38
64} 39}
65 40
66/* 41/*
67 Clear the module body for other browsers 42 Clear the module body for other browsers
68*/ 43*/
69div.yuimenubar div.bd:after { 44div.yuimenubar div.bd:after {
70 45
71 content:'.'; 46 content:'.';
72 display:block; 47 display:block;
73 clear:both; 48 clear:both;
74 visibility:hidden; 49 visibility:hidden;