-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
142 lines (140 loc) · 3.29 KB
/
main.css
File metadata and controls
142 lines (140 loc) · 3.29 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
#brackets-image-convert {}
#brackets-image-convert .convert-wrap {
min-height: 390px
}
#brackets-image-convert .convert-tabs {
margin: 0;
list-style: none;
padding-left: 10px;
border-bottom: 1px solid lightgray;
}
#brackets-image-convert .convert-tabs li {
margin-right: 5px;
margin-bottom: -1px;
display: inline-block;
min-width: 65px;
font-weight: bold;
text-align: center;
cursor: pointer;
}
#brackets-image-convert .convert-tabs li a {
outline: none;
display: inline-block;
width: 100%;
text-decoration: none;
color: inherit;
}
#brackets-image-convert .convert-tabs li a:focus {
box-shadow: none;
}
#brackets-image-convert .convert-tabs li.convert-pull-right {
float: right;
}
#brackets-image-convert .convert-tabs li.convert-active {
border-bottom: 2px solid gray
}
#brackets-image-convert .convert-tab-panel {
display: none;
padding-top: 10px;
max-height: 370px;
overflow: auto;
}
#brackets-image-convert .convert-tab-panel.convert-active {
display: block;
}
#brackets-image-convert .convert-form div {
margin-top: 10px;
/* height:30px;
line-height:30px; */
}
#brackets-image-convert .convert-form p {
margin: 0;
line-height: 100%;
display: inline-block;
font-size: 14px;
}
#brackets-image-convert .convert-form label {
display: inline-block;
margin: 0;
cursor: default;
}
#brackets-image-convert .convert-form input {
margin: 0;
}
#brackets-image-convert .convert-control-label {
display: inline-block;
margin: 0;
line-height: 100%;
min-width: 100px;
font-weight: bold;
}
#brackets-image-convert .convert-input-small {
width: 120px;
}
#brackets-image-convert .convert-input-medium {
width: 256px;
}
#brackets-image-convert .convert-input-large {
width: 400px;
}
#brackets-image-convert .convert-commands-list {
margin: 0;
list-style: none;
border: 1px solid lightgray;
-webkit-user-select: initial;
cursor: text;
}
#brackets-image-convert .convert-commands-list li {
margin: 0;
position: relative;
padding: 5px;
border-top: 1px solid lightgray;
border-bottom: 1px solid lightgray;
background-color: white;
line-height: 20px;
}
#brackets-image-convert .convert-commands-list li p {
margin: 0
}
#brackets-image-convert .convert-commands-list li span {
position: absolute;
bottom: -5px;
right: 5px;
font-size: 10px;
}
#brackets-image-convert .convert-commands-list li span a {
cursor: pointer;
}
#brackets-image-convert .convert-logStatus {
list-style: none;
margin: 0;
max-height: 350px;
overflow: auto;
}
#brackets-image-convert .convert-logStatus li {
margin: 0;
padding: 5px;
background-color: white;
border: 1px solid gray;
border-bottom: none;
-webkit-user-select: initial;
}
#brackets-image-convert .convert-logStatus li:nth-child(even) {
margin-bottom: 10px;
border-bottom: 1px solid gray;
border-top: 1px dotted lightgray;
}
/*#brackets-image-convert .convert-logStatus li:last-child {
border-bottom: 1px solid gray;
}*/
#brackets-image-convert .convert-logStatus li b {
font-weight: bold;
display: block;
}
.convert-prev-cmd-wrap {
height: 135px;
overflow: auto;
}
textarea:focus::-webkit-input-placeholder {
color: transparent;
}