source: temp/trunk/html/admin/css/file_manager.css @ 9611

Revision 9611, 311 bytes checked in by uehara, 20 years ago (diff)

blank

  • Property svn:mime-type set to application/octet-stream
Line 
1/*
2 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6#tree{
7    height: 400px;
8    width: 338px;
9    overflow: auto;
10    margin: 0px;
11    background-color : #FFFFFF;
12}
13
14#file_view {
15    height: 380px;
16    width: 300px;
17    overflow: auto;
18    background-color : #FFFFFF;
19}
Note: See TracBrowser for help on using the repository browser.