assets.stylesheets.ninja.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s3ninja Show documentation
Show all versions of s3ninja Show documentation
S3 ninja emulates the S3 API for development and testing purposes.
The newest version!
/*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*/
/*
* Overrides a bootstrap-style to place help texts closer to an input field
*/
.help-block {
margin-top: -10px;
font-size: 9pt
}
/*
* Fixes the margin set by .help-block for checkboxes
*/
.checkbox-help {
margin-top: 0px;
}
/*
* Sets the background color for required fields
*/
input.required {
background-color: #ffffef;
}
/*
* Table columns with right alignment
*/
table td.align-right, table th.align-right, .align-right {
text-align: right;
}
/*
* Table columns with centered alignment
*/
table td.align-center, table th.align-center, .align-center {
text-align: center;
}
/*
* Removes the bottom margin of inline forms within wells
*/
.well .form-inline {
margin: 0px;
}
/*
* Used for thumbnails in tables or lists
*/
.list-thumbnail {
display: inline-block;
max-width: 140px;
max-height: 80px;
}
.jumbotron {
margin: 80px 0;
text-align: left;
font-family: "Helvetica Neue","Helvetica", sans-serif;
}
.jumbotron h1 {
font-size: 100px;
line-height: 1;
}
.jumbotron .lead {
color: #7D7E80;
font-size: 24px;
line-height: 1.25;
text-align: left;
}