File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -561,14 +561,18 @@ button:active {
561
561
562
562
# instruct {
563
563
font-weight : bold;
564
- padding-top : 25 px ;
564
+ padding-top : 10 px ;
565
565
float : left;
566
566
}
567
567
568
568
.theme-holder {
569
569
float : right;
570
570
font-weight : bold;
571
- padding-top : 25px ;
571
+ padding-top : 10px ;
572
+ }
573
+
574
+ .margin-right {
575
+ margin-right : 10px ;
572
576
}
573
577
574
578
# theme-selector {
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ var CodeBox = {
47
47
48
48
toggle : function ( ) {
49
49
if ( this . disableJavascript )
50
- $ ( "#code-box " ) . toggle ( 'fast' ) ;
50
+ $ ( ".codebox " ) . toggle ( 'fast' ) ;
51
51
else
52
- $ ( "#code-div " ) . toggle ( 'fast' ) ;
52
+ $ ( ".codebox " ) . toggle ( 'fast' ) ;
53
53
} ,
54
54
55
55
submitProblem : function ( e ) {
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ function changeToCodeView() {
195
195
function configureGolf ( ) {
196
196
$ ( '#graph-link' ) . show ( ) ;
197
197
$ ( '#golfgraph' ) . hide ( ) ;
198
+ $ ( '.theme-holder' ) . addClass ( 'margin-right' ) ;
198
199
$ ( '#graph-link' ) . click ( function ( ) {
199
200
CodeBox . toggle ( ) ;
200
201
$ ( '#golfgraph' ) . toggle ( 'fast' , function ( ) {
You can’t perform that action at this time.
0 commit comments