Commit 7ee6be0d authored by Benoit Mortier's avatar Benoit Mortier
Browse files

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

Showing with 49 additions and 0 deletions
+49 -0
...@@ -2019,3 +2019,52 @@ height: expression( this.scrollHeight > 500 ? "500px" : "auto" ); ...@@ -2019,3 +2019,52 @@ height: expression( this.scrollHeight > 500 ? "500px" : "auto" );
span.mark { span.mark {
color:#B22; color:#B22;
} }
/* Simple Plugin specific things */
fieldset.plugin_section {
display:table-cell;
width:48%;
vertical-align:top;
border:1px solid #B0B0B0;
padding:0;
margin:0;
padding-top:20px;
margin-top:3px;
position: relative;
}
fieldset.plugin_section legend {
font-weight:bold;
float:left;
padding:0;
margin:0;
}
fieldset.plugin_section legend span {
background-color:#DBE6C6;
display:block;
width:100%;
border:1px solid #B0B0B0;
position: absolute;
left:0;
padding-top:5px;
padding-bottom:5px;
margin-left:-1px;
text-align:center;
}
fieldset.plugin_section legend img {
margin-right:3px;
vertical-align:middle;
}
fieldset.plugin_section select[multiple], fieldset.plugin_section textarea {
width:100%;
}
fieldset.plugin_section > table {
padding:5px;
min-width:80%;
}
  • bmortier @bmortier

    mentioned in issue #454

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

    ·

    mentioned in issue #454

    By Côme Chilliet on 2017-09-02T14:47:40 (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