Changed vicidial.php HTML code to be XHTML compliant, issue #444

git-svn-id: svn://192.168.202.10@1597 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2011-01-29 16:40:51 +00:00
parent be9e4fbc1c
commit 4689c01429
4 changed files with 902 additions and 888 deletions
+2
View File
@@ -436,6 +436,8 @@ OTHER CHANGES:
102. Added add_user and add_phone non-agent API functions
103. Changed vicidial.php HTML formatting to be XHTML compliant
+1
View File
@@ -0,0 +1 @@
+26
View File
@@ -0,0 +1,26 @@
/* /!\ DO NOT EDIT THIS FILE !!! Please edit custom.css to keep your customizations after an upgrade /!\ */
body { padding:0; margin:0; background: #FFF; }
div.scroll_list { height: 400px; width: 140px; overflow: scroll; }
div.text_input { overflow: auto; font-size: 10px; font-family: sans-serif; }
.body_text { font-size: 13px; font-family: sans-serif; }
.queue_text_red { font-size: 12px; font-family: sans-serif; font-weight: bold; color: red; }
.queue_text { font-size: 12px; font-family: sans-serif; color: black; text-decoration:none; }
.preview_text { font-size: 13px; font-family: sans-serif; background: #CCFFCC; }
.preview_text_red { font-size: 13px; font-family: sans-serif; background: #FFCCCC; }
.body_small { font-size: 11px; font-family: sans-serif; }
.body_small_bold { font-size: 11px; font-family: sans-serif; font-weight: bold; }
.body_tiny { font-size: 10px; font-family: sans-serif; }
.log_text { font-size: 11px; font-family: monospace; }
.log_text_red { font-size: 11px; font-family: monospace; font-weight: bold; background: #FF3333; }
.log_title { font-size: 12px; font-family: monospace; font-weight: bold; }
.sd_text { font-size: 16px; font-family: sans-serif; font-weight: bold; }
.sh_text { font-size: 14px; font-family: sans-serif; font-weight: bold; }
.sb_text { font-size: 12px; font-family: sans-serif; }
.sk_text { font-size: 11px; font-family: sans-serif; }
.skb_text { font-size: 13px; font-family: sans-serif; font-weight: bold; }
.ON_conf { font-size: 11px; font-family: monospace; color: black; background: #FFFF99; }
.OFF_conf { font-size: 11px; font-family: monospace; color: black; background: #FFCC77; }
.cust_form { font-family: sans-serif; font-size: 10px; overflow: hidden; }
.cust_form_text { font-family: sans-serif; font-size: 10px; overflow: auto; }
File diff suppressed because it is too large Load Diff