-
Notifications
You must be signed in to change notification settings - Fork 2
/
content.css
103 lines (85 loc) · 1.93 KB
/
content.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
#contentTable {
width: 95%;
margin-top: 90px;
margin-left: 55px;
}
#contentTable .list-group-item {
position: relative;
display: block;
padding: 8px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
color: #555;
text-decoration: none;
}
#contentTable li {
float: left;
width: 100%;
}
#contentTable li a {
display: inline-block;
color: white;
text-align: center;
text-decoration: none;
}
#contentTable li a:hover {
background-color: #1c6b82;
}
#contentTable tbody tr td {
vertical-align: top;
}
#contentTable tbody tr .leftTd {
width: 190px;
}
#contentTable tbody tr .leftTd .leftTdContent {
background-color: #1c6b82;
}
#contentTable tbody tr .leftTd .leftTdContent .list-group {
padding-left: 28px;
width: 200px;
padding-bottom: 50px;
}
#contentTable tbody tr .leftTd .leftTdContent .list-group .firstItem {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#contentTable tbody tr .leftTd .leftTdContent .list-group .lastItem {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#contentTable tbody tr .rightTd {
color: black;
}
#contentTable tbody tr .rightTd .appText {
font-size: 40px;
font-weight: bold;
padding-left: 35px;
}
#contentTable tbody tr .rightTd .apps-container {
clear: both;
padding-left: 20px;
padding-top: 15px;
min-height: 1000;
}
#contentTable tbody tr .rightTd .apps-container .app {
float: left;
padding: 10px;
}
#contentTable tbody tr .rightTd .apps-container .app div {
background-color: white;
text-align: center;
width: 220px;
}
#contentTable tbody tr .rightTd .apps-container .app div img {
width: 160px;
height: 160px;
margin-top: 10px;
}
#contentTable tbody tr .rightTd .apps-container .app div .actions {
height: 40;
}
#contentTable tbody tr .rightTd .apps-container .appInfos .appActions {
float: left;
padding: 20px;
}