-
Notifications
You must be signed in to change notification settings - Fork 7
/
NFAtoDFA.css
86 lines (71 loc) · 1.03 KB
/
NFAtoDFA.css
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.instructions {
margin-bottom: 0px;
}
.instructions-list {
padding-left: 30px;
}
.btn {
margin-right: 5px;
}
.col-xs-nt,
.col-xs-pr {
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
position: relative;
}
.col-xs-nt {
float: left;
min-width: 60px;
width: 5.5%;
}
.col-xs-pr {
float: left;
min-width: 100px;
width: 9%;
}
div.arrow,
div.or,
div.remove {
display: inline-block;
float: left;
font-size: 20px;
height: 34px;
line-height: 34px;
vertical-align: middle;
}
div.production-row {
min-height: 34px;
margin: 5px 17px;
font-size: larger;
}
.main-part {
text-align: center;
align-items: center;
}
span.remove-button {
margin-left: 5px;
}
span.remove-button:hover {
background: #555555;
border-radius: 10px;
color: #aaaaaa;
cursor: pointer;
}
div.new-production {
margin-top: 10px;
min-width: 480px;
}
#nfa {
margin-top: 10px;
padding: 10px 0px;
}
#current-nfa {
margin-left: 15px;
}
.production-row input {
max-width: 100px;
}
.footer {
text-align: center;
}