Fix css board can't be centered and add/delete cols button need to be visible on mobiles
This commit is contained in:
parent
1a4b7fdc8d
commit
497c3a3e57
2 changed files with 5 additions and 1 deletions
|
@ -41,3 +41,7 @@ h1 a.banner {
|
||||||
#revisions-list {
|
#revisions-list {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#add-col[style], #delete-col[style] {
|
||||||
|
display:inline !important; // No mouvehover effect on mobile
|
||||||
|
}
|
||||||
|
|
|
@ -1064,7 +1064,7 @@ $(document).ready(function(){
|
||||||
.wrap(
|
.wrap(
|
||||||
'<div class="tab-content" style="margin:20px 0"><div role="tabpanel" class="tab-pane active" id="scrumblr"></div></div>'
|
'<div class="tab-content" style="margin:20px 0"><div role="tabpanel" class="tab-pane active" id="scrumblr"></div></div>'
|
||||||
)
|
)
|
||||||
.css('margin','auto');
|
//.css('margin','auto');
|
||||||
|
|
||||||
$('.names').css({'margin':'auto','width':'auto'}).addClass('pull-right');
|
$('.names').css({'margin':'auto','width':'auto'}).addClass('pull-right');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue