improve less formating - part 2 (template area and base modules)
- remove @author from comments - adjust the spacing
This commit is contained in:
parent
cbc7dfe5f0
commit
5e01750458
30 changed files with 90 additions and 297 deletions
|
@ -1,18 +1,13 @@
|
|||
/**
|
||||
* This file provides the design styles for forms.
|
||||
*
|
||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
*/
|
||||
|
||||
|
||||
/* for all of the form styles, style.ini colours are not used on purpose (except for fieldset border) */
|
||||
|
||||
form {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
|
||||
// multiline label
|
||||
fieldset > label.block > span:first-child {
|
||||
display: inline-block;
|
||||
|
@ -115,7 +110,6 @@ input[type="image"] {
|
|||
//box-shadow: none; :in ie picture and checkbox disappear
|
||||
}
|
||||
|
||||
|
||||
input:active,
|
||||
input:focus,
|
||||
textarea:active,
|
||||
|
@ -132,7 +126,6 @@ input[type="file"] {
|
|||
padding-bottom: .1rem;
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + buttons + + + + + */
|
||||
button {
|
||||
background-color: #eee;
|
||||
|
@ -155,7 +148,6 @@ button {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + all types of submit-buttons + + + */
|
||||
form input[type=submit], // heredity 'adnewpage'
|
||||
a.button,
|
||||
|
@ -213,7 +205,6 @@ button[type=submit] {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + all types of buttons not being submit-buttons + + + */
|
||||
input.button,
|
||||
input[type=button] {
|
||||
|
@ -237,7 +228,6 @@ input[type=button] {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + all disabled buttons + + + */
|
||||
input[disabled],
|
||||
button[disabled],
|
||||
|
@ -277,10 +267,8 @@ button::-moz-focus-inner {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* media queries - Styles for auth forms */
|
||||
|
||||
@media @screen_max-xs {
|
||||
.tpl_sprintdoc {
|
||||
#dw__login,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue