Minor - format code

pull/2926/head
Julio Montoya 6 years ago
parent 325e6c1682
commit 3fdcf149f5
  1. 80
      main/inc/lib/javascript/chat/css/chat.css

@ -6,6 +6,7 @@
right: 20px;
display: block;
}
.chatboxheadmain {
color: #ffffff;
background-color: #000;
@ -18,18 +19,20 @@
float: left;
font-size: 12px;
padding-top: 2px;
cursor:pointer;
cursor: pointer;
}
.user_status_main {
width:18px;
display:inline;
float:left;
width: 18px;
display: inline;
float: left;
}
.chatbox {
position: fixed;
position:expression("absolute");
position: expression("absolute");
width: 320px;
display:none;
display: none;
z-index: 9000;
}
@ -37,16 +40,16 @@
background-color: #4080ff;
color: #fff;
width: 80%;
float:right !important;
float: right !important;
border-radius: 12px;
}
.chatboxmessage {
background-color: #ebedf2;
color: #2a2f35;
margin-left:1em;
margin-left: 1em;
width: 80%;
float:left;
float: left;
border-radius: 12px;
}
@ -54,28 +57,30 @@
}
.chatboxcontent {
font-family: arial,sans-serif;
font-family: arial, sans-serif;
font-size: 13px;
color: #333333;
max-height:200px;
overflow-y:auto;
overflow-x:auto;
padding:7px;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #eeeeee;
max-height: 200px;
overflow-y: auto;
overflow-x: auto;
padding: 7px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #eeeeee;
background-color: #ffffff;
line-height: 1.3em;
}
.chatboxcontent .alert {
margin-bottom: 0;
}
.user_status {
width:8px;
display:inline-block;
width: 8px;
display: inline-block;
margin-right: 5px;
}
.chatimage {
display: inline-block;
margin-right: 5px;
@ -86,7 +91,7 @@
display: inline-block;
font-size: 10px;
width: auto;
cursor:pointer;
cursor: pointer;
overflow: hidden;
padding-left: 2px;
text-overflow: ellipsis;
@ -98,8 +103,8 @@
/* background-color: #222; */
padding: 5px;
color: #ffffff;
border-right:1px solid #222;
border-left:1px solid #222;
border-right: 1px solid #222;
border-left: 1px solid #222;
background-color: #222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
@ -117,8 +122,8 @@
.chatboxblink {
background-color: #FF921F;
border-right:1px solid #EF7A00;
border-left:1px solid #EF7A00;
border-right: 1px solid #EF7A00;
border-left: 1px solid #EF7A00;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#FF921F), to(#FF921F));
background-image: -moz-linear-gradient(top, #FF921F, #FFAC55);
@ -132,31 +137,32 @@
.chatboxinput {
padding: 5px;
background-color: #ffffff;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.chatboxtextarea {
width: 300px;
height:44px;
padding:3px 0pt 3px 3px;
height: 44px;
padding: 3px 0pt 3px 3px;
border: 1px solid #eeeeee;
margin: 1px;
overflow:hidden;
overflow: hidden;
}
.chatboxtextareaselected {
border: 2px solid #f99d39;
margin:0;
margin: 0;
}
.chatboxinfo {
margin-left:-1em;
color:#666666;
margin-left: -1em;
color: #666666;
}
.chatboxmessagefrom {
margin-left:-1em;
margin-left: -1em;
font-weight: bold;
}
@ -167,8 +173,8 @@
.chatboxoptions a {
text-decoration: none;
color: white;
font-weight:bold;
font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
font-weight: bold;
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
.chatboxoptions a:hover {
@ -176,7 +182,7 @@
}
.chatbox_checks {
float:right;
float: right;
}
.chatbox_checked {

Loading…
Cancel
Save