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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user