Files
cryptopad/static/cryptopad.css
2012-05-01 22:12:38 -04:00

51 lines
542 B
CSS

#data {
width: 100%;
}
#title {
width: 100%;
}
#searchtext {
width: 100%;
}
#deleter {
float: right;
}
#loader {
display: none;
}
#footer {
text-align: center;
opacity: 0.5;
}
.middle {
vertical-align: middle;
}
/* stack for small displays */
@media (max-width: 768px) {
.row-fluid > .span2 {
width: auto;
}
.row-fluid > .span10 {
width: auto;
}
.row-fluid > [class*="span"] {
float: none;
margin-left: 0px;
}
.modal {
width: 280px;
margin: -140px 0 0 -140px;
}
}