File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,28 +23,28 @@ Functional
23
23
Presentational
24
24
*/
25
25
.ui-grid .ui-grid-head {
26
- border-left-width : 0 ;
27
- border-right-width : 0 ;
28
26
border-bottom-width : 0 ;
29
27
}
30
28
.ui-grid .ui-grid-head tr {
31
29
border-left-width : 0 ;
32
30
border-right-width : 0 ;
33
31
}
34
- .ui-grid .ui-grid-head td {
35
- border-left -width : 0 ;
32
+ .ui-grid .ui-grid-head th {
33
+ border-right -width : 0 ;
36
34
}
37
35
.ui-grid .ui-grid-body {
38
36
border-top-width : 0 ;
39
37
border-bottom-width : 0 ;
40
38
}
41
39
.ui-grid .ui-grid-body tr {
42
40
height : 2em ;
41
+ border-top-width : 0 ;
43
42
border-left-width : 0 ;
44
43
border-right-width : 0 ;
45
44
}
46
45
.ui-grid .ui-grid-body td {
47
- border-left-width : 0 ;
46
+ border-top-width : 0 ;
47
+ border-right-width : 0 ;
48
48
}
49
49
.ui-grid th , .ui-grid td {
50
50
padding : 0.2em 0.4em ;
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ $.widget( "ui.grid", {
110
110
// Adjust head in case of visible scrollbar on body to keep columns aligned
111
111
var vertScrollbar = ( this . uiGridBody [ 0 ] . scrollHeight !== this . uiGridBody [ 0 ] . clientHeight ) ;
112
112
if ( vertScrollbar ) {
113
- this . uiGridHead . css ( "padding-right" , ( this . uiGridBody . width ( ) - this . uiGridBodyTable . width ( ) ) + "px" ) ;
113
+ this . uiGridHead . css ( "padding-right" , ( this . uiGridBody . width ( ) - this . uiGridBodyTable . outerWidth ( ) ) + "px" ) ;
114
114
} else {
115
115
this . uiGridHead . css ( "padding-right" , 0 ) ;
116
116
}
You can’t perform that action at this time.
0 commit comments