Fixed vicidial_stylesheet issues in agc

git-svn-id: svn://192.168.202.10@2538 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-05-23 10:37:39 +00:00
parent 475a5b5e83
commit eeb90f7b16
2 changed files with 32 additions and 8 deletions
+4 -3
View File
@@ -11,10 +11,11 @@
# 151218-1141 - Added missing translation code and user auth, merged js code into file
# 151231-0842 - Added agent_allowed_chat_groups setting
# 160108-2300 - Changed some mysqli_query to mysql_to_mysqli for consistency
# 160523-0630 - Fixed vicidial_stylesheet issues
#
$admin_version = '2.12-5';
$build = '160108-2300';
$admin_version = '2.12-6';
$build = '160523-0630';
$sh="managerchats";
@@ -182,7 +183,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
</head>
<link rel="stylesheet" href="vicidial_stylesheet.css">
<link rel="stylesheet" href="css/vicidial_stylesheet.css">
<link rel="stylesheet" href="css/simpletree.css">
<script language="JavaScript">
+28 -5
View File
@@ -57,13 +57,25 @@ input.tiny_green_btn{
border-bottom-color:#003300;
filter:progid:DXImageTransform.Microsoft.Gradient
(GradientType=0,StartColorStr='#00ffffff',EndColorStr='#FF003300');}
.title { font-family: Arial, Helvetica, sans-serif; color: black; font-size: 18pt}
.title_wh { font-family: Arial, Helvetica, sans-serif; color: white; font-size: 14pt}
.arial { font-family: Arial, Helvetica, sans-serif; color: black; font-size: 10pt}
.arial_bold { font-family: Arial, Helvetica, sans-serif; color: black; font-size: 10pt; font-weight: bold}
.arial_bold_white { font-family: Arial, Helvetica, sans-serif; color: white; font-size: 10pt; font-weight: bold}
.small_arial { font-family: Arial, Helvetica, sans-serif; color: black; font-size: 8pt}
.small_arial_bold { font-family: Arial, Helvetica, sans-serif; color: black; font-size: 8pt; font-weight: bold}
.tiny_arial { font-family: Arial, Helvetica, sans-serif; color: black; font-size: 6pt}
.arial_header { font-family: Arial, Helvetica, sans-serif; color: black; font-size: 14pt; font-weight: bold}
/* Manager/agent chat-specific classes */
div.scrolling {
height: 77px;
width: 320px;
overflow: auto;
border: 1px solid #666;
background-color: #FFF;
padding: 2px;
padding: 5px;
}
textarea.chat_box {
font-family: Arial, Sans-Serif;
@@ -72,8 +84,19 @@ textarea.chat_box {
padding: 2px;
border: solid 1px #000066;
}
.cust_form {
font-family: Sans-Serif;
font-size: 10px;
overflow: hidden;
div.scrolling_transcript {
height: 204px;
width: 370px;
overflow: auto;
border: 1px solid #666;
background-color: #FFF;
padding: 5px;
}
div.scrolling_chat_display {
height: 104px;
width: 150px;
overflow: auto;
border: 1px solid #666;
background-color: #FFF;
padding: 2px;
}