Skip to content

Commit c2ae85c

Browse files
committed
slight change in width of Search widget and text boxes
1 parent 5751cce commit c2ae85c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

widgets/Search/css/Search.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
.cmvSearchWidget {
22
height: 490px;
33
min-width: 225px;
4-
width: 100%;
54
}
65

76
.cmvSearchWidget .tabContainer {
87
height: 100%;
9-
width: 100%;
8+
width: 98%;
109
}
1110

1211
.cmvSearchWidget .searchTab {
@@ -31,6 +30,10 @@
3130
overflow-y: auto;
3231
}
3332

33+
.cmvSearchWidget .searchFields .dijitTextBox{
34+
width: 98% !important;
35+
}
36+
3437
.cmvSearchWidget .bottomButtons {
3538
text-align: center;
3639
}

0 commit comments

Comments
 (0)