blob: 6b88f8a3f0add7a468d6886a4f410b39e4067744 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-datatable-message {
display: none;
}
.yui3-datatable-message-visible .yui3-datatable-message {
display: block;
display: table-row-group;
}
|