Tightening up the feature management UI a bit

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-05-18 07:26:29 -07:00
parent 6fb9d48666
commit e00dd3d34c

View File

@@ -3,12 +3,11 @@
} }
.features .feature { .features .feature {
border:1px solid #EAEAEA; border:1px solid #EAEAEA;
-moz-border-radius:3px;
-webkit-border-radius:3px;
display:block; display:block;
float:left; float:left;
height:10em; height:6.8em;
margin:0 .5% 1% .5%; margin:0 .5% 1% .5%;
position:relative;
width:32.1%; width:32.1%;
} }
.features .feature:nth-child(3n+1), .features .feature:nth-child(3n+1),
@@ -36,3 +35,33 @@
background:#EAEAEA; background:#EAEAEA;
border-color:#CCC; border-color:#CCC;
} }
.features .feature .summary {
overflow:hidden;
padding:.4em .5em;
}
.features .dependencies li,
.features .actions a {
font-size:1.4em;
}
.features .dependencies {
font-size:.9em;
margin:.44em 0 0;
}
.features .dependencies>* {
display:inline;
}
.features .dependencies li {
display:inline;
margin-left:.5ex;
}
.features .dependencies li::after {
content:", ";
}
.features .dependencies li:last-child::after {
content:"";
}
.features .feature .actions {
position:absolute;
right:.8em;
top:.6em;
}