Amends to task-card min heights

This commit is contained in:
perryharlock
2014-01-10 14:09:15 +00:00
committed by Rowan Manning
parent f3b295982f
commit dfac541294
4 changed files with 10 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,7 @@
font-size:85%;
}
.task-card-link {
min-height:190px;
min-height:160px;
}
.series-checkboxes li {
margin-right:1%;
@@ -43,9 +43,6 @@
.aside .task-stats li {
width:31.5%;
}
.date-selector {
zoom:1;
}
.zfix {
position:relative;
z-index:1001;
@@ -59,7 +56,7 @@
padding-bottom:90px;
}
.date-selector {
margin-top:-155px;
zoom:1;
.btn-full-width {
width:100%;

View File

@@ -1,9 +1,4 @@
/* Media queries */
@media (max-width:1199px) {
.task-card .task-card-link {
min-height:215px;
}
}
@media (max-width:991px) {
.h1, h1 {
font-size:floor(@font-size-base * 2.15); // ~32px;
@@ -11,9 +6,6 @@
.h2, h2 {
font-size:floor(@font-size-base * 1.9); // ~28px;
}
.task-card .task-card-link {
min-height:200px;
}
.task-header .h4 {
font-size:floor(@font-size-base * 1.15); // ~17px;
}
@@ -40,6 +32,9 @@
.btn-full-width {
margin-bottom:0;
}
.task-card .task-stats {
margin-bottom:10px;
}
.action-buttons {
margin-bottom:20px;
}
@@ -88,6 +83,9 @@
text-align:left;
}
}
.task-card .task-card-link {
min-height:0;
}
}
@media (max-width:640px) {
body {

View File

@@ -179,7 +179,7 @@
}
.task-card-link {
color:@gray-dark;
min-height:200px;
min-height:190px;
display:block;
transition: background 0.5s;
-webkit-transition: background 0.5s;