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

Revision 9728, 683 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: #C0C0C0;
14    border-width: 1px;
15    vertical-align: top;
16}
17
18#file_view {
19    height: 380px;
20    width: 300px;
21    overflow: auto;
22    background-color : #FFFFFF;
23    border-style: solid;
24    border-color: #C0C0C0;
25    border-width: 1px
26}
27
28#now_dir {
29    height: 20px;
30    width: 300px;
31    padding-left: 3px;
32    overflow: hidden;
33    background-color : #FFFFFF;
34    border-style: solid;
35    border-color: #C0C0C0;
36    border-width: 1px;
37    vertical-align: top;
38}
Note: See TracBrowser for help on using the repository browser.