File tree 3 files changed +23
-6
lines changed
3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ img {
627
627
padding-bottom : 0 ;
628
628
}
629
629
630
- .export button , .import * {
630
+ .export button , .import label {
631
631
margin-right : 15px ;
632
632
}
633
633
# revisions-list li > * {
Original file line number Diff line number Diff line change @@ -916,6 +916,21 @@ $(function() {
916
916
containment : 'parent'
917
917
} ) ;
918
918
919
+ $ ( ".export" ) . accordion ( {
920
+ collapsible : true ,
921
+ active : false
922
+ } ) ;
923
+
924
+ $ ( ".import" ) . accordion ( {
925
+ collapsible : true ,
926
+ active : false
927
+ } ) ;
928
+
929
+ $ ( ".revisions" ) . accordion ( {
930
+ collapsible : true ,
931
+ active : false
932
+ } ) ;
933
+
919
934
$ ( '#export-txt' ) . click ( function ( ) {
920
935
socket . json . send ( {
921
936
action : 'exportTxt' ,
Original file line number Diff line number Diff line change @@ -61,9 +61,10 @@ block body
61
61
62
62
div.export
63
63
h3 Export board
64
- button#export-txt Text format
65
- button#export-csv CSV format
66
- button#export-json JSON format (for import in Scrumblr)
64
+ div
65
+ button#export-txt Text format
66
+ button#export-csv CSV format
67
+ button#export-json JSON format (for import in Scrumblr)
67
68
68
69
div.import
69
70
h3 Import board
@@ -74,9 +75,10 @@ block body
74
75
75
76
div.revisions
76
77
h3 Revisions
77
- button#create-revision Create a revision
78
78
div
79
- ul#revisions-list
79
+ button#create-revision Create a revision
80
+ div
81
+ ul#revisions-list
80
82
81
83
//div.trash
82
84
// i.fa.fa-trash-o.fa-lg.faded-icon
You can’t perform that action at this time.
0 commit comments