-
Notifications
You must be signed in to change notification settings - Fork 48
/
application.css
138 lines (114 loc) · 2.61 KB
/
application.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
a {
text-decoration: none;
}
i {
vertical-align: middle;
font-size: 24px;
}
.main-fab {
position:absolute;
z-index:20;
font-size:30px;
top:100px;
left:24px;
transform:scale(.88,.88);
}
/*.md-breadcrumb {
padding-left:88px;
}*/
.JCLRgrip:first-child {
left:105px!important;
display: none!important;
}
.JColResizer th:first-child {
width: 105px!important;
}
.md-table {
min-width: 100%;
border-collapse: collapse;
}
.md-table tbody tr:hover, .md-table tbody tr:focus {
cursor:pointer;
background-color:rgba(63,81,181,0.2);
}
.md-table-header {
border-bottom: 1px solid rgb(230,230,230);
color: rgb(130,130,130);
text-align: left;
font-size: 0.75em;
font-weight: 700;
padding: 16px 16px 16px 0;
}
.md-table-header a{
text-decoration: none;
color: inherit;
}
.md-table-content {
white-space: nowrap;
font-size: 0.8em;
padding: 16px 16px 16px 0;
height: 72px;
}
.md-table-td-more {
max-width:72px;
width:72px;
padding:16px;
}
.md-table-thumbs {
max-width: 104px;
width: 104px;
padding: 16px 32px;
}
.md-table-thumbs div {
overflow:hidden;
width: 40px;
height:40px;
border-radius:20px;
border: 1px solid rgba(0,0,0,0.2);
background-size:cover;
box-shadow: 0 8px 10px rgba(0,0,0,.3);
-webkit-box-shadow: 0 8px 10px rgba(0,0,0,.1);
}
.md-table-footer {
height:40px;
padding-left: 32px;
padding-right: 32px;
}
.md-table-count-info {
line-height:40px;
font-size:.75em;
}
.md-table-footer-item {
width: 40px;
height: 40px;
vertical-align:middle;
}
.md-table-active-page {
font-weight: 700;
}
.bold {
font-weight: 700;
}
.grey {
color: grey;
}
md-input-container.md-default-theme .md-input {
color: white;
border-color: white;
margin-top: 24px;
}
.md-toolbar{
height:64px;
min-height: 64px
max-height: 64px
}
.md-toolbar-tools{
background-color: #15aef3;
color:white;
}
.center{
text-align: center;
}
.md-table-content, .md-table-header{
padding: 16px;
}