1- .baseform {
2- font-size : 12px ;
3- }
4-
5- .baseform .fieldset {
6- margin : 1em 0px ;
7- border : none;
8- border : 1px solid # 8899dd ;
9- background-color : # edf5ff ;
10- }
11-
12- .baseform .fieldset h2 {
13- background-color : # 2647a0 ;
14- color : white;
15- font-size : 14px ;
16- padding : 5px 10px ;
17- margin : 0px ;
18- }
19-
20- .baseform .field {
21- padding : 0.5em 10px ;
22- }
23-
24- .baseform .field label {
25- display : block;
26- width : 150px ;
27- float : left;
28- clear : left;
29- }
30-
31- .baseform .field .endfield {
32- clear : left;
33- }
34-
35- .baseform .fieldWidget {
36- margin-left : 150px ;
37- }
38-
39- .baseform # baseform-fieldname-purpose_text ,
40- .baseform # baseform-fieldname-deadline_date {
41- display : none;
42- }
43-
44- .baseform select ,
45- .baseform textarea ,
46- .baseform input {
47- border : 1px solid # cccccc ;
48- }
49-
50- .baseform input {
51- font-size : 12px ;
52- }
53-
54- # id_title ,
55- .baseformedit # id_from_field ,
56- .baseform # id_organization ,
57- .baseform # id_to_poc ,
58- .baseform # id_response_contacts ,
59- .baseform # id_technical_contact ,
60- .baseform # id_cc1 ,
61- .attach_titleField input ,
62- .baseform textarea {
63- width : 80% ;
64- }
1+ /* TODO: this should use bs5 styling and ideally be integrated into the code */
652
663# id_purpose_text {
674 height : 100px ;
718 height : 300px ;
729}
7310
74- .baseform input .disabledAddAttachment {
75- border : none;
76- padding : none;
77- background : none;
78- padding : 0px ;
79- margin : 0px ;
80- color : black;
81- font-weight : bold;
82- }
83-
84- span .fieldRequired {
85- color : red;
86- }
87-
88- .fieldError {
89- background-color : # ffcc66 ;
90- }
91-
9211th .sort {
93- /*background-image: url(/images/sort-header-clear.png);*/
9412 background-repeat : no-repeat;
9513 background-position : right center;
9614 cursor : pointer;
9715}
9816
99- th .headerSortUp {
100- /*background-image: url(/images/sort-header-up-filled.png);*/
101- }
102-
103- th .headerSortDown {
104- /*background-image: url(/images/sort-header-filled.png);*/
105- }
106-
107- td span .awaiting {
108- background-color : # ffcc33 ;
109- border-radius : 3px ;
110- float : right;
111- width : 35px ;
112- padding : 4px 8px ;
113- text-align : center;
114- font-size : 10px ;
115- }
116-
11717.noActionTaken , .actionTaken { padding : 2px 5px ; }
11818.actionTaken { border : 1px solid green; background-color : # ccffbb ; }
11919.noActionTaken { border : 1px solid red; background-color : # ffccbb ; }
@@ -122,14 +22,6 @@ input[id$='DELETE'] {
12222 display : none;
12323}
12424
125- /*#id_from_groups + span {
126- display: none;
127- }
128-
129- #id_to_groups + span {
130- display: none;
131- }
132- */
13325.liaison-group-col {
13426 min-width : 10em ;
135- }
27+ }
0 commit comments