fix problems with editing cards and columns that
were created in previous change
This commit is contained in:
parent
de6a1b22b7
commit
7fdbeec800
4 changed files with 66 additions and 55 deletions
|
@ -4,6 +4,9 @@ block body
|
|||
- if (locals.demo)
|
||||
div.notice-bar this is a demo board. to make a private board, go to <a href="http://scrumblr.ca">scrumblr.ca</a>
|
||||
|
||||
//div.config
|
||||
// i.fa.fa-cog.fa-lg.faded-icon
|
||||
|
||||
h1 <a href="http://scrumblr.ca">scrumblr</a> by <a href="http://aliasaria.ca">aliasaria</a>
|
||||
|
||||
div.board-outline
|
||||
|
@ -21,8 +24,8 @@ block body
|
|||
|
||||
|
||||
div.buttons
|
||||
image#create-card.bottom-icon(width='24', height='24', src='/images/icons/iconic/raster/black/plus_alt_24x24.png')
|
||||
image#smallify.bottom-icon(width="23",height="23",src="/images/icons/cc/black/png/zoom_icon&24.png")
|
||||
i#create-card.fa.fa-plus-circle.fa-2x.bottom-icon
|
||||
i#smallify.fa.fa-expand.fa-2x.bottom-icon
|
||||
|
||||
|
||||
div.stickers
|
||||
|
@ -64,6 +67,8 @@ block body
|
|||
span.you-text (you)
|
||||
ul#names-ul
|
||||
|
||||
//div.trash
|
||||
// i.fa.fa-trash-o.fa-lg.faded-icon
|
||||
|
||||
//<div style="width: 980px; height: 450px; border: solid 2px; opacity:.1; margin-top: 100px"> this will be the backlog that only appears on drag or perhaps not at all</div>
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@ html(lang="en")
|
|||
<script src="/lib/jquery.blockUI.js"></script>
|
||||
|
||||
<!-- STYLES -->
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||
<link rel="stylesheet" title="cardsize" href="/css/bigcards.css" type="text/css" media="all" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue