File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 102
102
103
103
# footer {
104
104
display : flex;
105
- flex-wrap : wrap;
105
+ flex-wrap : wrap;
106
+ align-items : flex-start;
106
107
justify-content : space-between;
107
108
margin : 0px 15px 0px ;
108
109
}
130
131
}
131
132
132
133
133
- # export {
134
+ # secondary-controls button {
134
135
margin-bottom : 15px ;
136
+ vertical-align : top;
135
137
}
136
138
137
139
.button {
138
140
background-color : # b5c8c9 ;
139
141
border : 1px solid # b5c8c9 ;
140
142
border-radius : 2px 2px 0 0 ;
141
143
box-shadow : 0 4px # 95a5a6 ;
144
+ margin-bottom : 4px ;
142
145
color : # 000 ;
143
146
cursor : pointer;
144
147
font-size : 14px ;
152
155
}
153
156
154
157
.button : hover {
155
- box-shadow : 0 2px # 95a5a6 ;
158
+ box-shadow : 0 2px # 95a5a6 ;
156
159
outline : none;
157
160
transform : translateY (2px );
158
161
}
159
162
160
163
.button : active {
161
- box-shadow : none;
164
+ box-shadow : none;
162
165
transform : translateY (4px );
163
166
}
164
167
192
195
</ div >
193
196
< div >
194
197
< input name ="list " type ="checkbox " checked id ="list " />
195
- < label for ="list "> List Command Enabled </ label >
198
+ < label for ="list "> Enable List Command </ label >
196
199
</ div >
200
+ < button id ="clear " class ="button "> Clear Log</ button >
197
201
< button id ="export " class ="button "> Export Log</ button >
198
202
</ div >
199
203
</ div >
You can’t perform that action at this time.
0 commit comments