source: tmp/version-2_5-test/html/user_data/packages/default/css/admin_file_manager.css @ 18609

Revision 18609, 771 bytes checked in by kajiwara, 14 years ago (diff)

正式版にナイトリービルド版をマージしてみるテスト

  • Property svn:mime-type set to text/plain
Line 
1#contents-filemanager-tree {
2    float: left;
3    width: 328px;
4    height: 430px;
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#contents-filemanager-nowdir {
17    margin: 0 0 20px 0;
18}
19#file_view {
20    height: 380px;
21    width: 330px;
22    overflow: auto;
23    background-color : #FFFFFF;
24    border-style: solid;
25    border-color: #C0C0C0;
26    border-width: 1px
27}
28#now_dir {
29    height: 20px;
30    width: 300px;
31    padding-left: 3px;
32    margin: 0 0 10px 0;
33    overflow: hidden;
34    background-color : #FFFFFF;
35    border-style: solid;
36    border-color: #C0C0C0;
37    border-width: 1px
38}
Note: See TracBrowser for help on using the repository browser.