Details improvements

This commit is contained in:
2017-01-13 09:15:15 -05:00
parent 9d0524dd72
commit 3ee9c11666
75 changed files with 21884 additions and 112 deletions
+33
View File
@@ -34,6 +34,15 @@ footer {
}
.top-buffer { margin-top:20px; }
.detail-actions {
> a, > form > button {
margin-top:20px;
float:left; clear:left
}
}
.banner-link {
white-space: normal;
padding: 20px;
@@ -89,6 +98,7 @@ a.banner-link:hover {
}
.status{
white-space: nowrap;
&:after {
font-family: "Glyphicons Halflings";
@@ -169,4 +179,27 @@ form .validation-summary-errors ul {
.toggle {
width:15px;
}
.dropdown-menu li form .btn-link {
display: block;
color: #333333;
clear: both;
float: left;
font-size: 1rem;
font-weight: normal;
line-height: 1.42857;
min-width: 160px;
padding: 3px 20px;
text-align: left;
white-space: nowrap;
&:focus, &:hover {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
}
.divider-right {
border-right: 1px dashed #333;
}