summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/resizable.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/resizable.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/resizable.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/resizable.css b/frontend/beta/css/yui-extensions/resizable.css
index 61b826b..e39369c 100644
--- a/frontend/beta/css/yui-extensions/resizable.css
+++ b/frontend/beta/css/yui-extensions/resizable.css
@@ -1,37 +1,12 @@
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.yresizable-handle { 1.yresizable-handle {
27 position:absolute; 2 position:absolute;
28 z-index:100; 3 z-index:100;
29 /* ie needs these */ 4 /* ie needs these */
30 font-size:1px; 5 font-size:1px;
31 line-height:6px; 6 line-height:6px;
32 overflow:hidden; 7 overflow:hidden;
33 background:white; 8 background:white;
34 filter:alpha(opacity=0); 9 filter:alpha(opacity=0);
35 opacity:0; 10 opacity:0;
36 zoom:1; 11 zoom:1;
37} 12}