Issue #2349863 by tadityar, Mukeysh, ckrina: Overlapping elements in the titlebar in views modal window

8.0.x
Alex Pott 2015-02-02 12:17:50 +00:00
parent 0f8f656cd3
commit 3eea69772f
1 changed files with 2 additions and 1 deletions

View File

@ -922,10 +922,11 @@ td.group-title {
}
.views-ui-dialog #views-progress-indicator {
color: #fff;
font-size: 11px;
position: absolute;
right: 10px; /* LTR */
top: 8px;
top: 32px;
}
[dir="rtl"] .views-ui-dialog #views-progress-indicator {
left: 10px;