comments corrections
This commit is contained in:
parent
0a63fc83ec
commit
c0ecc7ec5b
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* This styles the "section editing button" (data-plugin)
|
* This styles the "section editing button" (if not added by data-plugin)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0;
|
top: 0;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 0; // for best position of edit-tab beneeth table
|
margin-top: 0; // for best position of edit-tab beneath table
|
||||||
|
|
||||||
form div.no {
|
form div.no {
|
||||||
button {
|
button {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
border-radius: 0 0 @fix_border-radius @fix_border-radius;
|
border-radius: 0 0 @fix_border-radius @fix_border-radius;
|
||||||
color: @ini_existing;
|
color: @ini_existing;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
margin-top: -1px; // for best position of edit-tab beneeth table
|
margin-top: -1px; // for best position of edit-tab beneath table
|
||||||
padding-right: .3em;
|
padding-right: .3em;
|
||||||
transition: @transition background-color, @transition border-color, @transition color;
|
transition: @transition background-color, @transition border-color, @transition color;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue