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

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