Initial import

This commit is contained in:
ultra
2012-03-01 17:53:32 -05:00
commit 7ab1afe38c
11 changed files with 1645 additions and 0 deletions

45
static/my.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;
}
}