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,217 +1,192 @@
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;
122 box-sizing: border-box; 97 box-sizing: border-box;
123 -moz-box-sizing: border-box; 98 -moz-box-sizing: border-box;
124 display: block; 99 display: block;
125 position: absolute; 100 position: absolute;
126 overflow:hidden; 101 overflow:hidden;
127} 102}
128.ygrid-column-sizer { 103.ygrid-column-sizer {
129 width:1px; 104 width:1px;
130 border-right:1px dashed #6593cf; 105 border-right:1px dashed #6593cf;
131 background:none; 106 background:none;
132 cursor: col-resize; 107 cursor: col-resize;
133} 108}
134.ygrid-drag-proxy{ 109.ygrid-drag-proxy{
135 width:150px; 110 width:150px;
136 height:24px; 111 height:24px;
137 background-color:#3366cc; 112 background-color:#3366cc;
138 border: 1px solid #002266; 113 border: 1px solid #002266;
139 position:absolute; 114 position:absolute;
140 visibility:hidden; 115 visibility:hidden;
141 z-index:10000; 116 z-index:10000;
142} 117}
143.ygrid-drag-text{ 118.ygrid-drag-text{
144 font: normal 8pt arial; 119 font: normal 8pt arial;
145 color:white; 120 color:white;
146 position:absolute; 121 position:absolute;
147 top:0; 122 top:0;
148 left:26px; 123 left:26px;
149 padding:3px; 124 padding:3px;
150 display:block; 125 display:block;
151} 126}
152.ygrid-drop-icon{ 127.ygrid-drop-icon{
153 position:absolute; 128 position:absolute;
154 top:0; 129 top:0;
155 left:0; 130 left:0;
156 display:block; 131 display:block;
157 width:24px; 132 width:24px;
158 height:100%; 133 height:100%;
159 background-position: center; 134 background-position: center;
160 background-repeat: no-repeat; 135 background-repeat: no-repeat;
161} 136}
162.ygrid-drop-nodrop{ 137.ygrid-drop-nodrop{
163 background-image: url(./images/default/grid/drop-no.gif); 138 background-image: url(./images/default/grid/drop-no.gif);
164} 139}
165.ygrid-drop-ok{ 140.ygrid-drop-ok{
166 background-image: url(./images/default/grid/drop-yes.gif); 141 background-image: url(./images/default/grid/drop-yes.gif);
167} 142}
168.ygrid-hd .sort-asc { 143.ygrid-hd .sort-asc {
169 background-image: url(./images/default/grid/sort_asc.gif); 144 background-image: url(./images/default/grid/sort_asc.gif);
170 background-position: right; 145 background-position: right;
171 background-repeat: no-repeat; 146 background-repeat: no-repeat;
172 display: none; 147 display: none;
173 height: 14px; 148 height: 14px;
174 width: 16px; 149 width: 16px;
175} 150}
176.ygrid-hd .sort-desc { 151.ygrid-hd .sort-desc {
177 background-image: url(./images/default/grid/sort_desc.gif); 152 background-image: url(./images/default/grid/sort_desc.gif);
178 background-position: right; 153 background-position: right;
179 background-repeat: no-repeat; 154 background-repeat: no-repeat;
180 display: none; 155 display: none;
181 height: 14px; 156 height: 14px;
182 width: 16px; 157 width: 16px;
183} 158}
184.ygrid-hd-body { 159.ygrid-hd-body {
185 cursor: default; 160 cursor: default;
186 display: block; 161 display: block;
187 font: normal 8pt arial; 162 font: normal 8pt arial;
188 left: 0; 163 left: 0;
189 overflow: hidden; 164 overflow: hidden;
190 padding: 3px 5px; 165 padding: 3px 5px;
191 position: relative; 166 position: relative;
192 top: 0; 167 top: 0;
193 white-space: nowrap; 168 white-space: nowrap;
194} 169}
195.ygrid-hd-body span { 170.ygrid-hd-body span {
196 font: normal 8pt arial; 171 font: normal 8pt arial;
197 white-space: nowrap; 172 white-space: nowrap;
198} 173}
199.ygrid-hd-over{ 174.ygrid-hd-over{
200 border-bottom: 2px solid #fcc247; 175 border-bottom: 2px solid #fcc247;
201} 176}
202.ygrid-hd-over .ygrid-hd-body{ 177.ygrid-hd-over .ygrid-hd-body{
203 background-color: #faf9f4; 178 background-color: #faf9f4;
204 border-bottom: 1px solid #f9a900; 179 border-bottom: 1px solid #f9a900;
205} 180}
206.ygrid-hd-split { 181.ygrid-hd-split {
207 background-image: url(./images/default/grid/grid-split.gif); 182 background-image: url(./images/default/grid/grid-split.gif);
208 background-position: center; 183 background-position: center;
209 background-repeat: no-repeat; 184 background-repeat: no-repeat;
210 cursor: e-resize; 185 cursor: e-resize;
211 display: block; 186 display: block;
212 font-size: 1px; 187 font-size: 1px;
213 height: 16px; 188 height: 16px;
214 overflow: hidden; 189 overflow: hidden;
215 position: absolute; 190 position: absolute;
216 top: 2px; 191 top: 2px;
217 width: 6px; 192 width: 6px;