fix problems with editing cards and columns that

were created in previous change
This commit is contained in:
ali asaria 2014-08-17 20:30:25 -04:00
parent de6a1b22b7
commit 7fdbeec800
4 changed files with 66 additions and 55 deletions

View file

@ -165,14 +165,22 @@ h2 {
.bottom-icon {
padding: 5px;
opacity: .3;
opacity: .4;
}
.bottom-icon:hover {
padding: 5px;
opacity: .6;
}
.faded-icon {
opacity: .4;
}
.faded-icon:hover {
opacity: .6;
}
#add-col {
position: absolute; right: 3px; top: 200px; display: none; opacity: .15;
}
@ -496,11 +504,17 @@ input:hover {
background-color: rgba(128, 128, 256,0.1)
}
.config {
position: fixed;
right: 18px;
top: 4px;
}
.trash {
position: fixed;
right: 18px;
bottom: 4px;
}