Skip to content
Snippets Groups Projects
Commit d097a63a authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Some css fixes

parent 9934468b
No related branches found
No related tags found
1 merge request!76Bugfix/fix widget use
...@@ -411,7 +411,7 @@ ico_droite:before{ ...@@ -411,7 +411,7 @@ ico_droite:before{
overflow: hidden; overflow: hidden;
display: block; display: block;
} }
sib-form-label-text, sib-multiple-select, sib-form-dropdown, sib-form-auto-completion{ sib-form-label-text, sib-multiple-select, sib-form-dropdown, sib-form-auto-completion, sib-form-number{
display: block; display: block;
width: 48.5%; width: 48.5%;
} }
...@@ -1070,8 +1070,11 @@ sib-display#pending-resources div{ ...@@ -1070,8 +1070,11 @@ sib-display#pending-resources div{
display: block; display: block;
} }
cs-display-multiple-property.contenu_list{ cs-display-resource-property.contenu_list{
display: block; display: block;
p {
float: left;
}
} }
div .contenu_list p, div .contenu_list label{ div .contenu_list p, div .contenu_list label{
...@@ -1238,11 +1241,11 @@ cs-display-step-property[label="Step"] p{ ...@@ -1238,11 +1241,11 @@ cs-display-step-property[label="Step"] p{
float: left; float: left;
padding-bottom: .5rem; padding-bottom: .5rem;
} }
cs-display-resource-property[label="Format:"] p{ // cs-display-resource-property[label="Format:"] p{
width: auto; // width: auto;
float: right; // float: right;
padding-bottom: .5rem; // padding-bottom: .5rem;
} // }
cs-display-resource-property[name="format.name"] + *{ cs-display-resource-property[name="format.name"] + *{
clear: both; clear: both;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment