Skip to content
Snippets Groups Projects
Commit 7d2f578b authored by darklrd's avatar darklrd
Browse files

Issue #2292783 by samwilson, duckydan, Media Crumb: Issue in Bootstrap theme

parent ddb16c78
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
*html #drupalchat { *html #drupalchat {
display: none; display: none;
} }
#drupalchat-wrapper { #drupalchat-wrapper {
bottom: 0; bottom: 0;
height: 29px; height: 29px;
...@@ -19,6 +18,13 @@ ...@@ -19,6 +18,13 @@
right: 0; right: 0;
z-index: 9999; /*--Keeps the panel on top of all other elements--*/ z-index: 9999; /*--Keeps the panel on top of all other elements--*/
} }
#drupalchat-wrapper *,
#drupalchat-wrapper *:before,
#drupalchat-wrapper *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#drupalchat { #drupalchat {
/*background: #333333; /*background: #333333;
border: 1px solid #1D1D1D;*/ border: 1px solid #1D1D1D;*/
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
*html #drupalchat { *html #drupalchat {
display: none; display: none;
} }
#drupalchat-wrapper { #drupalchat-wrapper {
bottom: 0; bottom: 0;
height: 29px; height: 29px;
...@@ -19,6 +18,13 @@ ...@@ -19,6 +18,13 @@
right: 0; right: 0;
z-index: 9999; /*--Keeps the panel on top of all other elements--*/ z-index: 9999; /*--Keeps the panel on top of all other elements--*/
} }
#drupalchat-wrapper *,
#drupalchat-wrapper *:before,
#drupalchat-wrapper *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#drupalchat { #drupalchat {
/*background: #e5e5e5;*/ /*background: #e5e5e5;*/
/*border: 1px solid #b5b5b5;*/ /*border: 1px solid #b5b5b5;*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment