67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
.other_label {
width: 80px;
}
.other_textbox {
width: 250px;
}
#generated_words {
width: 400px;
height: 620px;
}
/*
Lexicon tab
*/
#lexicon {
width: 600px;
height: 650px;
}
.info_label {
width: 120px;
}
|
|
|
|
|
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
.other_label {
width: 80px;
}
.other_textbox {
width: 250px;
}
#generated_words_table {
width: 400px;
height: 600px;
}
/*
Lexicon tab
*/
#lexicon_table {
width: 600px;
height: 650px;
}
.info_label {
width: 120px;
}
|