Skip to content

Commit bd954f9

Browse files
author
Lijun Zhang
committed
IRSA-793 IRSA-798-
Add source and type options Changed the RadioGroupInputField and RadioGroupInputFieldView to allow a customized label style
1 parent 5656cbc commit bd954f9

File tree

5 files changed

+438
-39
lines changed

5 files changed

+438
-39
lines changed

src/firefly/js/ui/ImageSelect.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import FieldGroupUtils, {getFieldVal} from '../fieldGroup/FieldGroupUtils.js';
1313
import {dispatchComponentStateChange} from '../core/ComponentCntlr.js';
1414
import {updateSet} from '../util/WebUtil.js';
1515

16-
import './ImageSelect.css';
16+
import './NewImageSearchPanel.css';
1717

1818

1919
export class ImageSelect extends PureComponent {

src/firefly/js/ui/ImageSelect.css renamed to src/firefly/js/ui/NewImageSearchPanel.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2+
.OptionPanels {
3+
//box-shadow: 1px 3px 3px 3px rgba(0,0,0,0.16), 0 0 0 3px rgba(0,0,0,0.04);
4+
flex-grow: 0;
5+
white-space: nowrap;
6+
display: flex;
7+
flex-direction: row;
8+
justify-content:center;
9+
height: 40px;
10+
padding-top:15px;
11+
12+
}
13+
.OptionPanelsToolbar {
14+
flex-grow: 0;
15+
background-color: #f5f5f5;
16+
border-bottom: solid 1px #f1f1f1;
17+
height: 15px;
18+
min-height: 15px;
19+
color: #005da4;
20+
font-size: larger;
21+
font-weight: bold;
22+
padding: 3px
23+
}
24+
25+
126
.ImageSelect {
227
display: inline-flex;
328
}

0 commit comments

Comments
 (0)