SPR-882: section edit button improvements

This commit is contained in:
Silke Pisulla 2017-05-05 11:41:34 +02:00
commit cabcae22c1
3 changed files with 34 additions and 38 deletions

View file

@ -1,5 +1,5 @@
/**
* This file provides styles for qc edittable plugin
* This file provides styles for "edittable plugin"
*/
@ -10,7 +10,7 @@
position: relative; // for IE
z-index: 1; // for IE
float: left;
margin-top: -1.46rem !important; // overwrite inline stales
margin-top: -1.4em !important; // overwrite inline stales
form div.no {
button,
@ -22,14 +22,10 @@
border-radius: 0 0 @fix_border-radius @fix_border-radius;
color: @ini_existing;
font-size: @font-size-small;
margin-top: 0; // for best position of edit-tab beneeth table
margin-top: -1px; // for best position of edit-tab beneeth table
padding-right: .3em;
transition: @transition background-color, @transition border-color, @transition color;
@media @screen_md-xlg {
margin-top: -1px; // for best position of edit-tab beneeth table
}
&:hover,
&:focus,
&:active {