mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
Merge branch 'CRUD-init' of framagit.org:Chill-project/Chill-Main into CRUD-init
This commit is contained in:
@@ -25,10 +25,17 @@ label {
|
||||
abbr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// mark the label for empty placeholder
|
||||
&[for$="_placeholder"] {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-choice {
|
||||
white-space:nowrap;
|
||||
display: inline-block;
|
||||
|
||||
label {
|
||||
white-space:normal;
|
||||
display: inline;
|
||||
@@ -38,6 +45,11 @@ label {
|
||||
}
|
||||
}
|
||||
|
||||
div.choice-widget-expanded {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
textarea,
|
||||
//input,
|
||||
#{$all-text-inputs},
|
||||
|
Reference in New Issue
Block a user