diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-27 11:52:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-27 11:52:59 +0100 |
commit | b59e2870ab47dab424d043dd51f70d427d92d7a5 (patch) | |
tree | 8b35bb51d3f6132750a20a70289006b121840c01 /view/css | |
parent | 1bf93916dbf22ba8e51261c5f364781ee3c9bcc2 (diff) | |
download | volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.gz volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.bz2 volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.zip |
Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 9 | ||||
-rw-r--r-- | view/css/mod_events.css | 7 |
2 files changed, 11 insertions, 5 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 591a4e767..dced812b7 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -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; diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 37e8bbb84..f2ffb9a2e 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -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; -}
\ No newline at end of file +} |