-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall.css
executable file
·63 lines (56 loc) · 982 Bytes
/
all.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.demo {
float:left;
margin:0;
background:white;
overflow:auto;
}
.collection_personal {
display:none;
}
.collection_container {
width:100%;
height:500px;
/*border:1px solid gray;*/
border: 2px solid rgb(238, 238, 238);
border-radius: 4px 4px 4px 4px;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
margin-bottom: 50px;
}
.collection_desc {
height:100%;
overflow:auto;
word-wrap: break-word;
padding: 5px 5px 0px;
}
.collection_desc .link{
margin: 5px;
}
.collection_tree {
float:left;
overflow:auto;
width:100%;
height:100%;
white-space-collapse: discard;
}
.collection_resizeable {
background: #E7E5E4;
border-right:1px dotted gray;
float:left;
height:100%;
width:20%;
border-bottom-left-radius: 4px ;
}
.mmenu {
float:left;
overflow:auto;
width:100%;
height:100%;
padding:5px;
}
.mmenu input{
margin:5px;
display:block;
float:left;
}