-
Notifications
You must be signed in to change notification settings - Fork 0
/
main1.css
108 lines (87 loc) · 1.35 KB
/
main1.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 70%;
margin: auto;
}
body{
background-image: url('http://cs-server.usc.edu:45678/hw/hw8/images/background.png');
}
/* #page1-1{
width: 20%;
margin-left: 10px;
margin-top: 50px;
display:inline-block;
}
#page1-2{
width: 50%;
margin-top: 15px;
display:inline-block;
}
#page1-3{
width: 30%;
margin-top: 50px;
display:inline-block;
} */
.page1_1_whole{
/* height: 50px; */
margin-bottom: 50px;
}
.page1_2_inner_whole{
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
.Favoriate_List{
float:left;
}
.page_2_left_button{
float:left;
}
.toggle_part{
float:right;
}
.sort_by{
width:10%;
display:inline-block;
}
.order{
width:10%;
display:inline-block;
}
.dropdown1{
width:20%;
display:inline-block;
}
.dropdown2{
width:20%;
display:inline-block;
}
.dropdownpart{
margin-bottom: 10px;
}
#page2_table_stockdetails{
float: left;
}
/*
#page2_table_favoritefb{
float: right;
} */
#page2_below{
}
#page2_table{
/* width: 48%; */
/* height: 390px; */
float: left;
}
#page2_chart{
/* width: 52%; */
/* height: 300px; */
float: right;
}
#stockdetailsfavfb{
margin-top: 10px;
}
#table_part{
margin-top: 50px;
}