2013-05-19 11:29:28 +00:00
|
|
|
/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */
|
2013-06-01 10:35:49 +00:00
|
|
|
|
2013-05-19 11:29:28 +00:00
|
|
|
.text-right
|
|
|
|
|
{
|
|
|
|
|
text-align: right !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-center
|
|
|
|
|
{
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-left
|
|
|
|
|
{
|
|
|
|
|
text-align: left !important;
|
2013-05-19 12:29:29 +00:00
|
|
|
}
|
|
|
|
|
|
2013-06-01 10:35:49 +00:00
|
|
|
/* Custom CSS classes go below this point */
|
|
|
|
|
|
2013-05-19 12:29:29 +00:00
|
|
|
.checkbox-column {
|
|
|
|
|
width: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.space-below {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2013-07-07 13:39:59 +00:00
|
|
|
|
|
|
|
|
.history_btn {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-right: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.change_form {
|
|
|
|
|
border: 1px solid #C6BCBC;
|
|
|
|
|
border-radius: 5px;
|
2013-07-09 07:04:28 +00:00
|
|
|
}
|
|
|
|
|
.change_form .controls{
|
|
|
|
|
display: inline-block;
|
2013-07-07 13:39:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right : 40px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comments_form {
|
|
|
|
|
clear: both;
|
2013-07-07 16:19:33 +00:00
|
|
|
margin-top: 40px;
|
2013-07-07 13:39:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.control-group {
|
|
|
|
|
/*margin-bottom: 20px;*/
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
border-bottom: 1px solid #CCCCC1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
width: 400px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
.textarea {
|
|
|
|
|
width: 800px;
|
|
|
|
|
}
|
|
|
|
|
textarea {
|
|
|
|
|
width: 800px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add_comment {
|
2013-07-07 16:19:33 +00:00
|
|
|
margin-top: 0;
|
|
|
|
|
height: 25px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
/*border: 1px solid #CCCCC1;
|
|
|
|
|
border-radius: 5px;*/
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-08 17:14:19 +00:00
|
|
|
|
2013-07-07 16:19:33 +00:00
|
|
|
.save_btns {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
border: 1px solid #CCCCC1;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
margin-bottom: 20px;
|
2013-07-08 17:08:18 +00:00
|
|
|
}
|