83 lines
1.0 KiB
CSS
83 lines
1.0 KiB
CSS
|
/* customized bootstrap */
|
|||
|
th {
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
|
|||
|
textarea {
|
|||
|
resize: none;
|
|||
|
}
|
|||
|
|
|||
|
.alert {
|
|||
|
padding: 8px;
|
|||
|
}
|
|||
|
|
|||
|
/* self define */
|
|||
|
body {
|
|||
|
padding-top: 70px;
|
|||
|
}
|
|||
|
footer {
|
|||
|
width: 100%;
|
|||
|
text-align: center;
|
|||
|
display: block;
|
|||
|
bottom: 0px;
|
|||
|
background-color: #cfcfcf;
|
|||
|
padding: 12px 0;
|
|||
|
color: #595858;
|
|||
|
font-size: 12px;
|
|||
|
position: relative;
|
|||
|
z-index: 99;
|
|||
|
line-height: 18px;
|
|||
|
}
|
|||
|
|
|||
|
footer p {
|
|||
|
margin: 0px;
|
|||
|
}
|
|||
|
|
|||
|
img {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
|
|||
|
.docs-bottom-align-text {
|
|||
|
position: absolute;
|
|||
|
bottom: 0;
|
|||
|
right: 0;
|
|||
|
}
|
|||
|
|
|||
|
.docs-footer {
|
|||
|
margin: 0 auto;
|
|||
|
width: 650px;
|
|||
|
}
|
|||
|
|
|||
|
.docs-footer div {
|
|||
|
display: inline-block;
|
|||
|
margin: 0 10px;
|
|||
|
}
|
|||
|
|
|||
|
.docs-h2 {
|
|||
|
margin: 0;
|
|||
|
}
|
|||
|
|
|||
|
.docs-row {
|
|||
|
margin-top: 24px;
|
|||
|
margin-bottom: 18px;
|
|||
|
}
|
|||
|
|
|||
|
.docs-button-td-sm {
|
|||
|
text-align: center;
|
|||
|
width: 100px;
|
|||
|
}
|
|||
|
|
|||
|
.docs-button-td-md {
|
|||
|
text-align: center;
|
|||
|
width: 120px;
|
|||
|
}
|
|||
|
|
|||
|
.docs-button-td-lg {
|
|||
|
text-align: center;
|
|||
|
width: 140px;
|
|||
|
}
|
|||
|
|
|||
|
.form-horizontal .docs-control-label {
|
|||
|
text-align: left;
|
|||
|
}
|