Toolbar_wev8.css
1.05 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
.page-footer .wev-comp-Toolbar{
border-top:1px solid #ddd;
}
.wev-comp-Toolbar {
overflow-x:hidden;
overflow-y:hidden;
visibility: hidden;
}
.wev-comp-Toolbar .wev-table-view.wev-grid-view{
border: none;
}
.wev-comp-Toolbar .wev-table-view-cell{
background-color: transparent;
}
.wev-comp-Toolbar .wev-table-view.wev-grid-view .wev-table-view-cell{
border: none;
}
.wev-comp-Toolbar .wev-table-view.wev-grid-view .wev-table-view-cell > a:not(.wev-btn){
padding: 6px 0px 0px;
}
.wev-comp-Toolbar .wev-table-view.wev-grid-view .wev-media-body{
margin-top: 5px;
font-size: 12px;
height: 12px;
line-height: 12px;
}
.wev-comp-Toolbar .wev-table-view.wev-grid-view .wev-table-view-cell:after{
width: 1px;
height: 23px;
top: 4px;
left: auto;
right: 0px;
background: grey;
-webkit-transform: inherit;
transform: inherit;
}
.wev-comp-Toolbar .wev-table-view.wev-grid-view .wev-table-view-cell:last-child:after{
width: 0px;
}
.wev-comp-Toolbar .wev-table-view.wev-grid-view .wev-table-view-cell > a > .wev-badge{
top: 1px;
}