Skip to content

Commit

Permalink
popover admin template
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 28, 2016
1 parent d08afb6 commit ab93b46
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions administrator/templates/hathor/css/template.css
Expand Up @@ -3921,3 +3921,6 @@ div.toggle-editor {
.muted {
color: #999;
}
.popover-content {
min-height: 33px;
}
5 changes: 5 additions & 0 deletions administrator/templates/hathor/less/template.less
Expand Up @@ -3534,3 +3534,8 @@ div.toggle-editor {
.muted {
color: #999;
}

/* Popover minimum height - overwrite bootstrap default */
.popover-content {
min-height: 33px;
}
3 changes: 3 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Expand Up @@ -8373,6 +8373,9 @@ body.modal-open {
#page-permissions table select {
margin-bottom: 0;
}
.popover-content {
min-height: 33px;
}
.pull-right {
float: left;
}
Expand Down
3 changes: 3 additions & 0 deletions administrator/templates/isis/css/template.css
Expand Up @@ -8373,3 +8373,6 @@ body.modal-open {
#page-permissions table select {
margin-bottom: 0;
}
.popover-content {
min-height: 33px;
}
5 changes: 5 additions & 0 deletions administrator/templates/isis/less/template.less
Expand Up @@ -1393,3 +1393,8 @@ body.modal-open {
}
}
}

/* Popover minimum height - overwrite bootstrap default */
.popover-content {
min-height: 33px;
}

0 comments on commit ab93b46

Please sign in to comment.