@@ -260,16 +260,12 @@ div.coderunner-test-results.partial {
260
260
/* Fullscreen and exit fullscreen */
261
261
.que .coderunner .button-exit-fullscreen ,
262
262
body # page-question-type-coderunner .button-exit-fullscreen {
263
- bottom : -5 px ;
263
+ bottom : 0 ;
264
264
}
265
265
266
266
.que .coderunner .button-fullscreen ,
267
267
body # page-question-type-coderunner .button-fullscreen {
268
- bottom : -6px ;
269
- }
270
-
271
- body # page-question-type-coderunner .col-md-9 .button-fullscreen {
272
- margin-right : 15px ;
268
+ bottom : -1px ;
273
269
}
274
270
275
271
.que .coderunner .button-fullscreen ,
@@ -278,11 +274,23 @@ body#page-question-type-coderunner .button-fullscreen,
278
274
body # page-question-type-coderunner .button-exit-fullscreen {
279
275
border : none;
280
276
background : transparent;
281
- margin-right : 4px ;
282
- right : 12px ;
277
+ margin : 0 0 2px 0 ;
278
+ height : 15px ;
279
+ width : 20px ;
280
+ padding : 0 ;
281
+ right : 15px ;
283
282
z-index : 10 ;
284
283
}
285
284
285
+ .que .coderunner .button-fullscreen : focus ,
286
+ .que .coderunner .button-exit-fullscreen : focus ,
287
+ body # page-question-type-coderunner .button-fullscreen : focus ,
288
+ body # page-question-type-coderunner .button-exit-fullscreen : focus {
289
+ display : flex;
290
+ justify-content : center;
291
+ outline : 2px solid black;
292
+ }
293
+
286
294
.que .coderunner .button-fullscreen img .icon : hover ,
287
295
.que .coderunner .button-exit-fullscreen img .icon : hover ,
288
296
body # page-question-type-coderunner .button-fullscreen img .icon : hover ,
@@ -302,7 +310,7 @@ body#page-question-type-coderunner .button-exit-fullscreen img.icon:hover {
302
310
body # page-question-type-coderunner .button-exit-fullscreen img .icon ,
303
311
body # page-question-type-coderunner .button-fullscreen img .icon {
304
312
margin-right : unset;
305
- margin-bottom : 2 px ;
313
+ margin-bottom : 10 px ;
306
314
width : 15px ;
307
315
height : 15px ;
308
316
}
0 commit comments