summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/grid.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/grid.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/grid.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/grid.css b/frontend/beta/css/yui-extensions/grid.css
index 45a40ab..2bc6a26 100644
--- a/frontend/beta/css/yui-extensions/grid.css
+++ b/frontend/beta/css/yui-extensions/grid.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.ygrid-cell-text { 1.ygrid-cell-text {
27 display: block; 2 display: block;
28 overflow: hidden; 3 overflow: hidden;
29 padding: 3px 5px; 4 padding: 3px 5px;
30 white-space: nowrap; 5 white-space: nowrap;
31} 6}
32.ygrid-col{ 7.ygrid-col{
33 cursor: default; 8 cursor: default;
34 height:21px !important; 9 height:21px !important;
35 box-sizing: border-box; 10 box-sizing: border-box;
36 -moz-box-sizing: border-box; 11 -moz-box-sizing: border-box;
37 position:absolute; 12 position:absolute;
38 display:block; 13 display:block;
39 -moz-outline: none; 14 -moz-outline: none;
40 -moz-user-focus: normal; 15 -moz-user-focus: normal;
41 overflow: hidden; 16 overflow: hidden;
42 border-left: 1px solid #f1efe2; 17 border-left: 1px solid #f1efe2;
43} 18}
44.yeditgrid .ygrid-col{ 19.yeditgrid .ygrid-col{
45 -moz-outline: normal; 20 -moz-outline: normal;
46} 21}
47.ygrid-col, .ygrid-hd { 22.ygrid-col, .ygrid-hd {
48 -o-text-overflow: ellipsis; 23 -o-text-overflow: ellipsis;
49 text-overflow: ellipsis; 24 text-overflow: ellipsis;
50} 25}
51.ygrid-col-0{ 26.ygrid-col-0{
52 border-left: 0; 27 border-left: 0;
53} 28}
54.ygrid-col-last{ 29.ygrid-col-last{
55 border-right: 1px solid #f1efe2; 30 border-right: 1px solid #f1efe2;
56} 31}
57.ygrid-editor{ 32.ygrid-editor{
58 box-sizing: border-box; 33 box-sizing: border-box;
59 -moz-box-sizing: border-box; 34 -moz-box-sizing: border-box;
60 position:absolute; 35 position:absolute;
61 visibility:hidden; 36 visibility:hidden;
62 font: normal 8pt arial; 37 font: normal 8pt arial;
63 border: 1px solid #afbdc9; 38 border: 1px solid #afbdc9;
64 z-index:10; 39 z-index:10;
65} 40}
66.ygrid-editor input{ 41.ygrid-editor input{
67 font: normal 8pt arial; 42 font: normal 8pt arial;
68 border: 0; 43 border: 0;
69 padding-top:2px; 44 padding-top:2px;
70 padding-left:3px; 45 padding-left:3px;
71} 46}
72.ygrid-editor-container{ 47.ygrid-editor-container{
73 overflow:hidden; 48 overflow:hidden;