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

@ -55,6 +55,30 @@ a:focus {
outline: none !important;
}
.co-form-table label {
white-space: nowrap;
}
.co-form-table td {
padding: 8px;
}
.co-form-table td:first-child {
vertical-align: top;
padding-top: 14px;
}
.co-form-table td .co-help-text {
margin-top: 10px;
margin-bottom: 4px;
}
.co-help-text {
margin-top: 6px;
color: #aaa;
display: inline-block;
}
.co-options-menu .fa-gear {
color: #999;
cursor: pointer;