Issue #2909882 by Manuel Garcia, yoroy: Throbbers showing within dropbuttons jump to next line

8.5.x
Lauri Eskola 2017-10-06 22:43:41 +03:00
parent e00e9cbb8c
commit e9b7716305
1 changed files with 15 additions and 2 deletions

View File

@ -203,8 +203,21 @@
-webkit-transition: none;
transition: none;
}
.dropbutton-single .dropbutton-action a.use-ajax {
float: left;
.dropbutton .dropbutton-action .ajax-progress {
position: absolute;
z-index: 2;
top: 0.2em;
right: 0.2em;
padding: 0 0 0 0.1em;
}
.dropbutton-multiple .dropbutton-action .ajax-progress {
right: 2.2em;
top: 0.15em;
margin-right: 0;
}
.dropbutton-multiple .secondary-action .ajax-progress {
top: auto;
bottom: 0.3em;
}
/**