diff --git a/css/base.less b/css/base.less index fa91942..4c4352f 100755 --- a/css/base.less +++ b/css/base.less @@ -31,11 +31,11 @@ @transition: ease-out .30s; -@box-shadow-offset: .1em .1em .1em rgba(153,153,153,.5); // pagetools, tabinclude -@box-shadow: 0 0 .5em rgba(153,153,153,.5); +@box-shadow-offset: .1em .1em .1em rgba(153,153,153,.5); // tabinclude +@box-shadow: 0 0 .5em rgba(153,153,153,.5); // pagetoolbox hover @box-shadow-colored: 0 0 .5em fade(@ini_existing, 50%); -@box-shadow-right-bottom: 0.1em 0.3rem 0.5em rgba(153,153,153,.5); -@box-shadow-bottom: 0 .1em .5em rgba(153,153,153,.5); // qc-wrapper - breadcrumb +@box-shadow-right-bottom: .1em .3rem .5em rgba(153,153,153,.5); +@box-shadow-bottom: 0 .1em .5em rgba(153,153,153,.5); // qc-wrapper (breadcrumb), struct inline-editor /* + + + for programmers customizing + + + */ diff --git a/css/plugins/struct.less b/css/plugins/struct.less index 1f9998b..7bb1df7 100755 --- a/css/plugins/struct.less +++ b/css/plugins/struct.less @@ -95,8 +95,25 @@ } } -.dokuwiki .struct_inlineditor { - z-index: 3; + +/* + + + + + struct inline-editor + + + + + */ +.dokuwiki { + .struct_inlineditor { + z-index: 3; + box-shadow: @box-shadow-bottom; + + .hint p { + color: @color-editBox; + margin-top: @small-spacing; + margin-bottom: @margin-small; + } + + button[type="submit"] + button { + min-height: @formfield_min-height; + vertical-align: middle; + margin-left: @small-spacing; + } + } }