Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.

This commit is contained in:
Mario Vavti
2015-03-27 11:52:59 +01:00
parent 1bf93916db
commit b59e2870ab
9 changed files with 42 additions and 30 deletions

View File

@@ -11,16 +11,19 @@ code {
.jothidden input {
border: 0px;
margin: 0px;
padding: 8px;
height: 39px;
width: 70%;
margin-bottom: 5px;
width: 100%;
}
.jothidden {
display:none;
}
#jot-title-wrap input {
padding: 8px;
margin-bottom: 5px;
}
#profile-jot-text {
height: 39px;
padding: 8px;

View File

@@ -25,7 +25,10 @@
.event-cats {
margin-top: 15px;
width: 100%;
}
.bootstrap-tagsinput {
width: 100%;
}
@@ -47,4 +50,4 @@
#event-edit-preview-btn {
margin-right: 15px;
}
}