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

Revision 9621, 334 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    border-style: solid;
13}
14
15#file_view {
16    height: 380px;
17    width: 300px;
18    overflow: auto;
19    background-color : #FFFFFF;
20}
Note: See TracBrowser for help on using the repository browser.