summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/layout.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/layout.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/layout.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/layout.css b/frontend/beta/css/yui-extensions/layout.css
index 4f1fa03..6f9aa8c 100644
--- a/frontend/beta/css/yui-extensions/layout.css
+++ b/frontend/beta/css/yui-extensions/layout.css
@@ -1,121 +1,96 @@
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.ylayout-container{ 1.ylayout-container{
27 width:100%; 2 width:100%;
28 height:100%; 3 height:100%;
29 overflow:hidden; 4 overflow:hidden;
30 background-color:#c3daf9; 5 background-color:#c3daf9;
31} 6}
32.ylayout-collapsed{ 7.ylayout-collapsed{
33 position:absolute; 8 position:absolute;
34 left:-10000px; 9 left:-10000px;
35 top:-10000px; 10 top:-10000px;
36 visibility:hidden; 11 visibility:hidden;
37 background-color:#c3daf9; 12 background-color:#c3daf9;
38 width:20px; 13 width:20px;
39 height:20px; 14 height:20px;
40 overflow:hidden; 15 overflow:hidden;
41 border:1px solid #98c0f4; 16 border:1px solid #98c0f4;
42 z-index:20; 17 z-index:20;
43} 18}
44.ylayout-collapsed-over{ 19.ylayout-collapsed-over{
45 cursor:pointer; 20 cursor:pointer;
46 background-color:#d9e8fb; 21 background-color:#d9e8fb;
47} 22}
48.ylayout-collapsed-west .ylayout-tools-button{ 23.ylayout-collapsed-west .ylayout-tools-button{
49 float:right; 24 float:right;
50} 25}
51.ylayout-collapsed-east .ylayout-tools-button{ 26.ylayout-collapsed-east .ylayout-tools-button{
52 float:left; 27 float:left;
53} 28}
54.ylayout-collapsed-north, .ylayout-collapsed-south{ 29.ylayout-collapsed-north, .ylayout-collapsed-south{
55 text-align:right; 30 text-align:right;
56} 31}
57.ylayout-collapsed .ylayout-tools-button{ 32.ylayout-collapsed .ylayout-tools-button{
58 margin:2px; 33 margin:2px;
59 width:12px; 34 width:12px;
60 text-align:center; 35 text-align:center;
61} 36}
62.ylayout-inactive-content{ 37.ylayout-inactive-content{
63 position:absolute; 38 position:absolute;
64 left:-10000px; 39 left:-10000px;
65 top:-10000px; 40 top:-10000px;
66 visibility:hidden; 41 visibility:hidden;
67} 42}
68.ylayout-active-content{ 43.ylayout-active-content{
69 visibility:visible; 44 visibility:visible;
70} 45}
71.ylayout-panel{ 46.ylayout-panel{
72 position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white; 47 position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
73} 48}
74.ylayout-panel-east, .ylayout-panel-west { 49.ylayout-panel-east, .ylayout-panel-west {
75 z-index:10; 50 z-index:10;
76} 51}
77.ylayout-panel-north, .ylayout-panel-south { 52.ylayout-panel-north, .ylayout-panel-south {
78 z-index:11; 53 z-index:11;
79} 54}
80.ylayout-collapsed-north, .ylayout-collapsed-south, .ylayout-collapsed-east, .ylayout-collapsed-west { 55.ylayout-collapsed-north, .ylayout-collapsed-south, .ylayout-collapsed-east, .ylayout-collapsed-west {
81 z-index:12; 56 z-index:12;
82} 57}
83.ylayout-panel-body{ 58.ylayout-panel-body{
84 overflow:hidden; 59 overflow:hidden;
85} 60}
86.ylayout-grid-wrapper{ 61.ylayout-grid-wrapper{
87 62
88} 63}
89.ylayout-split{ 64.ylayout-split{
90 position:absolute; 65 position:absolute;
91 height:5px; 66 height:5px;
92 width:5px; 67 width:5px;
93 line-height:1px; 68 line-height:1px;
94 font-size:1px; 69 font-size:1px;
95 z-index:3; 70 z-index:3;
96 background-color:#c3daf9; 71 background-color:#c3daf9;
97} 72}
98.ylayout-panel-hd{ 73.ylayout-panel-hd{
99 background-image: url(./images/default/layout/panel-title-light-bg.gif); 74 background-image: url(./images/default/layout/panel-title-light-bg.gif);
100 color: black; 75 color: black;
101 border-bottom:1px solid #98c0f4; 76 border-bottom:1px solid #98c0f4;
102 position:relative; 77 position:relative;
103} 78}
104.ylayout-panel-hd-text{ 79.ylayout-panel-hd-text{
105 font:normal 11px tahoma, verdana, helvetica; 80 font:normal 11px tahoma, verdana, helvetica;
106 padding: 4px; 81 padding: 4px;
107 padding-left: 4px; 82 padding-left: 4px;
108 display:block; 83 display:block;
109 white-space:nowrap; 84 white-space:nowrap;
110} 85}
111.ylayout-panel-hd-tools{ 86.ylayout-panel-hd-tools{
112 position:absolute; 87 position:absolute;
113 right:0; 88 right:0;
114 top:0; 89 top:0;
115 text-align:right; 90 text-align:right;
116 padding-top:2px; 91 padding-top:2px;
117 padding-right:2px;width:40px; 92 padding-right:2px;width:40px;
118} 93}
119.ylayout-tools-button{ 94.ylayout-tools-button{
120 z-index:6; 95 z-index:6;
121 padding:2px; 96 padding:2px;