-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcss-motifs-view.css
More file actions
129 lines (105 loc) · 2.06 KB
/
css-motifs-view.css
File metadata and controls
129 lines (105 loc) · 2.06 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/* Specific to Motifs VIEW table */
#motifs-view .user-data-table tbody{
height: 170px;
}
#motifs-view .user-data-table .col-1{
width: 20px;
}
/* Col 2*/
#motifs-view .user-data-table .col-2{
width: 100px;
}
#motifs-view .user-data-table td.col-2{
text-align: left;
}
#motifs-view .user-data-table .col-2{
padding: 0px;
}
#motifs-view .user-data-table input.blue-cell{
width: 94px;
height: 39px
}
/* Col 3*/
#motifs-view .user-data-table .col-3{
width: 18px;
}
#motifs-view .user-data-table td.col-3{
font-size: 12px;
font-weight: bold;
}
/* Col 4*/
#motifs-view .user-data-table th.col-4{
width: 60px;
}
#motifs-view .user-data-table td.col-4{
padding: 0px;
}
#motifs-view .user-data-table td.col-4 div{
font-size: 0;
}
#motifs-view .preview{
position: absolute;
box-shadow: 0px 0px 7px 1px rgba(0,0,0,1);
border-radius: 7px 7px 0px 0px;
width: 235px;
right: 12px;
bottom: 12px;
}
#motifs-view .preview .pic-box{
background-color: white;
width: 100%;
height: 235px;
position: relative;
}
#motifs-view .preview .title{
background-color: #444;
border-radius: 7px 7px 0px 0px;
color: white;
font-weight: bold;
font-family: sans;
text-align: center;
padding: 2px;
}
#motifs-view .preview img{
max-height: 210px;
max-width: 210px;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
}
#motifs-view .table-buttons{
position: relative;
left: 32px;
top: -2px;
}
#motifs-view .table-buttons .button.s{
padding: 2px 7px;
}
#motifs-view .mot-1{
position: absolute;
left: 14px;
top: 343px;
height: 32px;
width: 204px;
}
/*Applies to all of the middle column divs...*/
#motifs-view .mot-M{
position: absolute;
left: 235px;
top: 118px;
}
#motifs-view .mot-M > div{
position: relative;
height: 67px;
width: 197px;
}
#motifs-view div.mot-5 {
width: 212px;
}
#motifs-view .act-mutex{
position: absolute;
top: 5px;
}
#motifs-view #gridlines-on-off{
left: 94px;
}