fixed file structure, added basis for backup feature.
This commit is contained in:
45
static/cryptopad.css
Normal file
45
static/cryptopad.css
Normal 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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user