File: dict.css

package info (click to toggle)
jabsorb 1.3-4
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster
  • size: 2,832 kB
  • ctags: 1,483
  • sloc: java: 10,590; jsp: 420; xml: 372; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.dict_word_input {
    font-size: 12px;
}

.dict_strategy_select {
    width: 90px;
    font-size: 12px;
}

.dict_database_select {
    width: 70px;
    font-size: 12px;
}

.dict_match_select {
    margin: 8px;
    width: 150px;
    height: 348px;
}

.dict_define_div {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 8px;
    padding: 8px;
    overflow: auto;
    height: 330px;
}