fixed file structure, added basis for backup feature.

This commit is contained in:
ultra
2012-03-01 22:02:28 -05:00
parent 68a99cc54d
commit f07e26242b
4 changed files with 33 additions and 5 deletions

45
static/cryptopad.css Normal file
View File

@@ -0,0 +1,45 @@
#data {
width: 100%;
}
#title {
width: 100%;
}
#searchtext {
width: 100%;
}
#deleter {
float: right;
}
#loader {
display: none;
}
.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;
}
}