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,73 +1,48 @@
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}