Equalized the size of the button with the input control

master
Richard Mitchell 2013-02-10 09:34:53 +00:00
parent e07043bf36
commit 142d07be21
1 changed files with 8 additions and 8 deletions

View File

@ -164,19 +164,19 @@ table th.timelapse_files_action, table td.timelapse_files_action {
}
#controls .box {
width: 40px;
height: 40px;
margin-right: 20px;
margin-bottom: 20px;
width: 30px;
height: 30px;
margin-right: 10px;
margin-bottom: 10px;
padding-left: 8px;
}
#controls .control-box {
display: block;
height: 40px;
margin-right: 20px;
margin-bottom: 20px;
height: 30px;
margin-bottom: 10px;
}
.text-right {
text-align: right;
}
}