File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 103
103
padding :0 @component-padding ;
104
104
line-height :@component-padding * 3 ;
105
105
color :@text-color ;
106
+ display : block ;
106
107
107
108
.btn {
108
109
top :5px ;
110
+
111
+ & .pull-right {
112
+ margin-left : @component-padding / 2 ;
113
+ }
109
114
}
110
115
111
116
& + .container {
112
117
padding-top :0 ;
113
118
}
114
119
}
115
120
121
+ .updates-heading-container .section-heading {
122
+ border : 0 ;
123
+ background : none ;
124
+ margin : 0 ;
125
+ }
126
+
116
127
.sub-section {
117
128
margin-top :@component-padding ;
118
129
clear :both ;
123
134
}
124
135
}
125
136
137
+ .updates-heading-container {
138
+ border-bottom :1px solid fade (@pane-item-border-color , 20% );
139
+ background :@tool-panel-background-color ;
140
+ margin : - @component-padding - @component-padding @component-padding ;
141
+ }
142
+
126
143
.table {
127
144
th {
128
145
border :none ;
You can’t perform that action at this time.
0 commit comments