60 lines
1.2 KiB
Text
Executable file
60 lines
1.2 KiB
Text
Executable file
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
/* all media */
|
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
|
|
#dokuwiki__content {
|
|
.structaggregation {
|
|
@link-height: 1.5rem;
|
|
|
|
position: relative;
|
|
padding-bottom: @link-height;
|
|
margin-bottom: @grid;
|
|
|
|
// search button in table (f.i. "All products")
|
|
table th input {
|
|
&:not(:focus) {
|
|
cursor: pointer;
|
|
}
|
|
|
|
&:focus {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
.table {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
> a {
|
|
position: absolute;
|
|
bottom: 0;
|
|
height: @link-height;
|
|
margin-bottom: 0;
|
|
|
|
&.export {
|
|
line-height: 1;
|
|
padding-top: .3em;
|
|
}
|
|
}
|
|
}
|
|
|
|
#plugin__struct_output{
|
|
margin-right: 0;
|
|
}
|
|
|
|
.struct_entry_form {
|
|
margin-bottom: 2rem;
|
|
> fieldset {
|
|
margin-top: 1.5rem;
|
|
}
|
|
}
|
|
|
|
textarea + .struct_entry_form {
|
|
margin-top: -.5rem;
|
|
}
|
|
}
|
|
|
|
.dokuwiki .struct_inlineditor {
|
|
z-index: 3;
|
|
}
|