Skip to content

Commit

Permalink
layout when radio button group is part of search form lookup buttons bar
Browse files Browse the repository at this point in the history
  • Loading branch information
millevlada committed Feb 7, 2025
1 parent 08adac7 commit a07d847
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ div.ui-lf-ebb {
padding-bottom: 8px;
}

div.ui-lf-ebb button, div.ui-lf-coll button {
div.ui-lf-ebb button, div.ui-lf-ebb .ui-rbb-buttons, div.ui-lf-coll button {
margin-bottom: 2px !important;
margin-right: 10px;
}

div.ui-lf-ebb .ui-rbb-buttons, div.ui-lf-coll .ui-rbb-buttons {
display: inline-block;
margin-top: 1px;
margin-right: 10px;
}

/*** Layout for table with input data in two, or more, rows ***/
Expand Down

0 comments on commit a07d847

Please sign in to comment.