keys ui WIP

This commit is contained in:
Joseph Schorr 2016-04-01 13:55:29 -04:00 committed by Jimmy Zelinskie
parent dc593c0197
commit 11ff3e9b59
25 changed files with 1154 additions and 74 deletions

View file

@ -1382,7 +1382,6 @@ p.editable:hover i {
.modal-body textarea {
width: 100%;
height: 150px;
border: 0px;
}
.tag-specific-images-view .image-listings {
@ -4034,13 +4033,28 @@ i.rocket-icon {
text-align: center;
}
.section-description-header {
.section-description-header {
position: relative;
margin-bottom: 10px;
min-height: 50px;
padding-bottom: 10px;
}
.section-description-header.twenty {
margin-top: -20px;
}
.section-description-header:before {
font-family: FontAwesome;
content: "\f05a";
position: absolute;
top: 50%;
left: 10px;
font-size: 22px;
color: #D2D2D2;
transform: translateY(-50%);
}
.nvtooltip h3 {
margin: 0;
padding: 4px 14px;