File tree 1 file changed +32
-32
lines changed
1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change 221
221
background-color : none !important ;
222
222
}
223
223
224
+ .glue-LinkEditor-advancedLinkItem {
225
+ padding-top : 0.4em ;
226
+ }
227
+
228
+ .glue-LinkEditor-advancedLinkItem : not (: first-child ) {
229
+ border-top : solid 1px ;
230
+ }
231
+
232
+ .glue-LinkEditor-advancedLinkItem table td : not (: last-child ) {
233
+ vertical-align : top;
234
+ }
235
+
236
+ .glue-LinkEditor-advanced table tr td : last-child {
237
+ text-align : right;
238
+ }
239
+
240
+ .glue-LinkEditor-summary table {
241
+ width : 100% ;
242
+ }
243
+
244
+ .glue-LinkEditor-summary table tr td : not (: last-child ) {
245
+ width : 40% ;
246
+ }
247
+
248
+ .glue-LinkEditor-identity {
249
+ background-color : var (--jp-layout-color0 );
250
+ }
251
+
252
+ .glue-LinkEditor-identity table tr td : last-child {
253
+ text-align : right;
254
+ }
255
+
224
256
.glue-LinkEditor-linking .advanced-link-description {
225
257
font-style : italic;
226
258
}
255
287
background-color : var (--jp-brand-color1 );
256
288
}
257
289
258
- .glue-LinkEditor-summary table {
259
- width : 100% ;
260
- }
261
-
262
- .glue-LinkEditor-summary table tr td : not (: last-child ) {
263
- width : 40% ;
264
- }
265
-
266
- .glue-LinkEditor-identity {
267
- background-color : var (--jp-layout-color0 );
268
- }
269
-
270
- .glue-LinkEditor-identity table tr td : last-child {
271
- text-align : right;
272
- }
273
-
274
- .glue-LinkEditor-advancedLinkItem {
275
- padding-top : 0.4em ;
276
- }
277
-
278
- .glue-LinkEditor-advancedLinkItem : not (: first-child ) {
279
- border-top : solid 1px ;
280
- }
281
-
282
- .glue-LinkEditor-advancedLinkItem table td : not (: last-child ) {
283
- vertical-align : top;
284
- }
285
-
286
- .glue-LinkEditor-advanced table tr td : last-child {
287
- text-align : right;
288
- }
289
-
290
290
.glue-LinkEditor-widget {
291
291
display : flex;
292
292
flex-direction : column;
You can’t perform that action at this time.
0 commit comments