Details improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user