django-admin2/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css

95 lines
1.2 KiB
CSS

/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */
.text-right
{
text-align: right !important;
}
.text-center
{
text-align: center !important;
}
.text-left
{
text-align: left !important;
}
/* Custom CSS classes go below this point */
.checkbox-column {
width: 16px;
}
.space-below {
margin-bottom: 10px;
}
.history_btn {
float: right;
margin-bottom: 10px;
margin-right: 3px;
}
.change_form {
border: 1px solid #C6BCBC;
border-radius: 5px;
}
.change_form .controls{
display: inline-block;
}
label {
float: left;
margin-right : 40px;
font-weight: bold;
}
p {
margin-bottom: 30px;
}
.checkbox {
}
.comments_form {
clear: both;
margin-top: 40px;
}
.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 {
margin-top: 0;
height: 25px;
padding: 5px;
/*border: 1px solid #CCCCC1;
border-radius: 5px;*/
}
.save_btns {
margin-top: 10px;
border: 1px solid #CCCCC1;
border-radius: 5px;
padding: 10px;
padding-left: 15px;
margin-bottom: 20px;
}