Skip to content

Commit

Permalink
Issue ##2313: Some preliminary css changes for dynamic field sets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Jul 27, 2023
1 parent 6268125 commit d339f40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
12 changes: 6 additions & 6 deletions var/httpd/htdocs/skins/Agent/default/css/Core.Form.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,12 +756,12 @@ fieldset.TableLike > .Row > .FieldCell label {
color: #929292;
}

fieldset.TableLike > .Row > .FieldCell > .Field > select,
fieldset.TableLike > .Row > .FieldCell > .Field > input,
fieldset.TableLike > .Field > select,
fieldset.TableLike > .Row > .Field > select,
fieldset.TableLike > .Field > input,
fieldset.TableLike > .Row > .Field > input {
fieldset.TableLike .Row > .FieldCell > .Field > select,
fieldset.TableLike .Row > .FieldCell > .Field > input,
fieldset.TableLike .Field > select,
fieldset.TableLike .Row > .Field > select,
fieldset.TableLike .Field > input,
fieldset.TableLike .Row > .Field > input {
max-width: 100%;
border-radius: 4px;
}
Expand Down
14 changes: 9 additions & 5 deletions var/httpd/htdocs/skins/Agent/default/css/Core.InputFields.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ div.InputField_InputContainer {
max-width: 300px;
}

fieldset.TableLike > .Row > .FieldCell > .Field > select.Modernize,
fieldset.TableLike > .Row > .FieldCell > .Field > input.W75pc,
fieldset.TableLike > .Row > .FieldCell > .Field > input.W50pc,
fieldset.TableLike .Row > .FieldCell > .Field > select.Modernize,
fieldset.TableLike .Row > .FieldCell > .Field > input.W75pc,
fieldset.TableLike .Row > .FieldCell > .Field > input.W50pc,
fieldset.TableLike .FieldCell > .Field > div.InputField_Container > div.InputField_InputContainer > .InputField_Search,
fieldset.TableLike .FieldCell > .Field > div.InputField_Container > div.InputField_InputContainer > .InputField_Autocomplete {
min-width: 300px;
Expand Down Expand Up @@ -232,9 +232,13 @@ div.Row.Row_DynamicField div.MultiColumn > div.MultiValueItem > label {

/* TODO: Add real style */
fieldset.DynamicFieldSet {
border: 1px solid #777;
padding: 8px;
width: 600px;
padding: 8px;
border-radius: 4px;
background: #fff;
border: 1px solid #C9C9C9;
border-top-color: #C0C0C0;
box-shadow: inset 1px 1px 3px #eee, inset -1px -1px 3px #eee;
}

a.InputField_Action {
Expand Down

0 comments on commit d339f40

Please sign in to comment.