source: branches/comu/html/admin/css/file_manager.css @ 2

Revision 2, 637 bytes checked in by root, 17 years ago (diff)

new import

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: 410px;
8    width: 308px;
9    overflow: auto;
10    margin: 0px;
11    background-color : #FFFFFF;
12    border-style: solid;
13    border-color: #C0C0C0;
14    border-width: 1px
15}
16
17#file_view {
18    height: 380px;
19    width: 330px;
20    overflow: auto;
21    background-color : #FFFFFF;
22    border-style: solid;
23    border-color: #C0C0C0;
24    border-width: 1px
25}
26
27#now_dir {
28    height: 20px;
29    width: 300px;
30    padding-left: 3px;
31    overflow: hidden;
32    background-color : #FFFFFF;
33    border-style: solid;
34    border-color: #C0C0C0;
35    border-width: 1px
36}
Note: See TracBrowser for help on using the repository browser.