summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/inline-editor.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/inline-editor.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/inline-editor.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/inline-editor.css b/frontend/beta/css/yui-extensions/inline-editor.css
index 1ccaaf2..ce58e3c 100644
--- a/frontend/beta/css/yui-extensions/inline-editor.css
+++ b/frontend/beta/css/yui-extensions/inline-editor.css
@@ -1,49 +1,24 @@
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.yinline-editor { 1.yinline-editor {
27 border: 1px solid #a3bac9; 2 border: 1px solid #a3bac9;
28 font: normal 11px arial,helvetica,sans-serif; 3 font: normal 11px arial,helvetica,sans-serif;
29 left: 0; 4 left: 0;
30 overflow: hidden; 5 overflow: hidden;
31 padding: 1px 0 0 1px; 6 padding: 1px 0 0 1px;
32 position: absolute; 7 position: absolute;
33 top: 0; 8 top: 0;
34} 9}
35.yinline-editor-multiline { 10.yinline-editor-multiline {
36 overflow: hidden; 11 overflow: hidden;
37 padding: 0; 12 padding: 0;
38 white-space: nowrap; 13 white-space: nowrap;
39} 14}
40.yinline-editor-sizer { 15.yinline-editor-sizer {
41 font: normal 11px arial,helvetica,sans-serif; 16 font: normal 11px arial,helvetica,sans-serif;
42 left: -1000px; 17 left: -1000px;
43 padding: 3px; 18 padding: 3px;
44 padding-right: 6px; 19 padding-right: 6px;
45 position: absolute; 20 position: absolute;
46 top: -1000px; 21 top: -1000px;
47 visibility: hidden; 22 visibility: hidden;
48 white-space: nowrap; 23 white-space: nowrap;
49} 24}