Commit d5ea2bea authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #1211 style.css should be adapted to have some css about simplePlugin

No related merge requests found
Showing with 10 additions and 1 deletion
+10 -1
...@@ -2031,14 +2031,21 @@ vertical-align:top; ...@@ -2031,14 +2031,21 @@ vertical-align:top;
border:1px solid #B0B0B0; border:1px solid #B0B0B0;
padding:0; padding:0;
margin:5px; margin:5px;
padding-top:25px;
position: relative; position: relative;
} }
div.plugin_section {
padding-top:25px;
}
.plugin_section > div { .plugin_section > div {
padding:5px; padding:5px;
} }
fieldset.plugin_section > div {
padding-top:30px;
}
fieldset.plugin_section legend { fieldset.plugin_section legend {
font-weight:bold; font-weight:bold;
float:left; float:left;
...@@ -2060,6 +2067,8 @@ display:block; ...@@ -2060,6 +2067,8 @@ display:block;
fieldset.plugin_section legend span { fieldset.plugin_section legend span {
position: absolute; position: absolute;
left:0; left:0;
top:0;
margin-top:-1px;
} }
.plugin_section > span.legend { .plugin_section > span.legend {
......
  • bmortier @bmortier

    mentioned in issue #454

    By Côme Chilliet on 2017-09-02T14:47:43 (imported from GitLab)

    ·

    mentioned in issue #454

    By Côme Chilliet on 2017-09-02T14:47:43 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment