improve less formating - part 2 (template area and base modules)

- remove @author from comments
- adjust the spacing
This commit is contained in:
Jana Deutschländer 2019-04-10 17:04:57 +02:00
commit 5e01750458
30 changed files with 90 additions and 297 deletions

View file

@ -1,10 +1,7 @@
/**
* This file provides the design styles for the direct / menu jump links.
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
#dokuwiki__usertools.nav-usertools {
@media @screen_min-md {
right: 1.25rem;
@ -26,8 +23,7 @@
}
}
/* + + + + + icon list + + + + + */
/* + + + + + icon list + + + + + */
ul {
float: right;
padding: 0;
@ -76,8 +72,7 @@
}
}
/* !!! &.user-task FIND in plugins/do_tasks.less !!! */
/* !!! &.user-task FIND in plugins/do_tasks.less !!! */
&.user {
position: relative;
display: table-cell;
@ -221,11 +216,9 @@
}
}
} // user
} // li
/* + + + icons + + + */
/* + + + icons + + + */
.menuitem, button {
padding: 2px 0 0 2px;
min-height: @toggle-size; // overrides button[type="submit"] styles
@ -245,10 +238,8 @@
span {
display: none;
}
}
a { // Pre-Greebo backwards compatibility, remove after transitioning to Greebo
.fontello();
.hide-text-show-before();
@ -298,7 +289,6 @@
} // ul
} // nav-usertools
/* + + + + + layout option compact + + + + + */
.header-compact {
#dokuwiki__usertools.nav-usertools {
@ -366,4 +356,3 @@
}
}
}