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,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.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;
74 display:block; 49 display:block;
75 background-color:white; 50 background-color:white;
76} 51}
77.ygrid-editor .pick-button{ 52.ygrid-editor .pick-button{
78 width:15px; 53 width:15px;
79 height:20px; 54 height:20px;
80 position:absolute; 55 position:absolute;
81 display:block; 56 display:block;
82 right:0; 57 right:0;
83 top:0; 58 top:0;
84 z-index:2; 59 z-index:2;
85 background-image: url(./images/default/grid/pick-button.gif); 60 background-image: url(./images/default/grid/pick-button.gif);
86 background-repeat: no-repeat; 61 background-repeat: no-repeat;
87} 62}
88.ygrid-editor-invalid{ 63.ygrid-editor-invalid{
89 background-image: url(./images/default/grid/invalid_line.gif); 64 background-image: url(./images/default/grid/invalid_line.gif);
90 background-repeat: repeat-x; 65 background-repeat: repeat-x;
91 background-position: bottom; 66 background-position: bottom;
92 border: 1px solid #afbdc9; 67 border: 1px solid #afbdc9;
93} 68}
94.ygrid-checkbox-editor{ 69.ygrid-checkbox-editor{
95 text-align: center; 70 text-align: center;
96 overflow:hidden; 71 overflow:hidden;
97 display:block; 72 display:block;
98 background-color:white; 73 background-color:white;
99} 74}
100.ygrid-checkbox-editor input{ 75.ygrid-checkbox-editor input{
101 margin-top:3px; 76 margin-top:3px;
102 height:13px; 77 height:13px;
103 width:13px; 78 width:13px;
104} 79}
105select.ygrid-editor{ 80select.ygrid-editor{
106 padding: 0; 81 padding: 0;
107 -moz-outline: none; 82 -moz-outline: none;
108 border: 1px solid #afbdc9; 83 border: 1px solid #afbdc9;
109} 84}
110.ygrid-num-editor{ 85.ygrid-num-editor{
111 text-align:right; 86 text-align:right;
112 padding-top:2px; 87 padding-top:2px;
113 padding-left:3px; 88 padding-left:3px;
114} 89}
115.ygrid-text-editor{ 90.ygrid-text-editor{
116 padding-top:2px; 91 padding-top:2px;
117 padding-left:3px; 92 padding-left:3px;
118} 93}
119.ygrid-hd{ 94.ygrid-hd{
120 font: normal 8pt arial; 95 font: normal 8pt arial;
121 background-color: #ebeadb; 96 background-color: #ebeadb;