Skip to content

Commit f1308e0

Browse files
committed
Prepare for final release
1 parent 7e27d5c commit f1308e0

31 files changed

+275
-110
lines changed

.gitignore

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
# Codeigniter
2-
.htaccess
3-
/install
4-
/application/sessions/*
5-
/application/logs/*
6-
/vendor
7-
composer.lock
8-
91
# OSX Specific files
102
.DS_Store
11-
/__MACOXS
12-
13-
# custom
14-
application/config/dev
15-
application/config/live
3+
/__MACOXS

addchat_installer/database/addchat_db.sql

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
# ************************************************************
2-
# Sequel Pro SQL dump
3-
# Version 4541
4-
#
5-
# http://www.sequelpro.com/
6-
# https://github.com/sequelpro/sequelpro
7-
#
8-
# Host: 127.0.0.1 (MySQL 5.7.24)
9-
# Database: addchat_db
10-
# Generation Time: 2019-10-18 13:08:10 +0000
11-
# ************************************************************
12-
131

142
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
153
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>

addchat_installer/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>

addchat_installer/src/assets/addchat/css/addchat.css

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8541,7 +8541,7 @@ readers do not read off random characters that represent icons */
85418541
#addchat-bot-admin .c-radio-group .c-radio-label
85428542
{
85438543
font-size: 1rem;
8544-
font-weight: 400;
8544+
font-weight: 500;
85458545
line-height: inherit;
85468546

85478547
position: relative;
@@ -8615,7 +8615,7 @@ readers do not read off random characters that represent icons */
86158615
#addchat-bot-admin .c-checkbox-group .c-checkbox-label
86168616
{
86178617
font-size: 1rem;
8618-
font-weight: 400;
8618+
font-weight: 500;
86198619
line-height: inherit;
86208620

86218621
position: relative;
@@ -9035,7 +9035,7 @@ readers do not read off random characters that represent icons */
90359035
#addchat-bot-admin .c-messages .c-message .c-timestamp
90369036
{
90379037
font-size: .5rem;
9038-
font-weight: 400;
9038+
font-weight: 500;
90399039

90409040
position: absolute;
90419041
bottom: -.9rem;
@@ -9072,7 +9072,7 @@ readers do not read off random characters that represent icons */
90729072
#addchat-bot-admin .c-messages .c-message .c-bubble
90739073
{
90749074
font-size: .9rem;
9075-
font-weight: 400;
9075+
font-weight: 500;
90769076
line-height: 1.3;
90779077

90789078
display: inline-block;
@@ -9674,7 +9674,7 @@ readers do not read off random characters that represent icons */
96749674
#addchat-bot-admin .c-quote .c-text
96759675
{
96769676
font-size: .7rem;
9677-
font-weight: 400;
9677+
font-weight: 500;
96789678
line-height: 1.2;
96799679

96809680
overflow: hidden;
@@ -9810,7 +9810,7 @@ readers do not read off random characters that represent icons */
98109810
#addchat-bot-admin .c-send .c-send-textarea
98119811
{
98129812
font-size: .8rem;
9813-
font-weight: 400;
9813+
font-weight: 500;
98149814
line-height: 1.2;
98159815

98169816
position: absolute;
@@ -10371,7 +10371,7 @@ readers do not read off random characters that represent icons */
1037110371
#addchat-bot-admin .c-gbuddy .c-brand-subtitle
1037210372
{
1037310373
font-size: 1rem;
10374-
font-weight: 300;
10374+
font-weight: 500;
1037510375

1037610376
margin-top: 3rem;
1037710377

@@ -10396,7 +10396,7 @@ readers do not read off random characters that represent icons */
1039610396
#addchat-bot-admin .c-gbuddy .c-team-member .c-subtitle
1039710397
{
1039810398
font-size: .9rem;
10399-
font-weight: 400;
10399+
font-weight: 500;
1040010400

1040110401
margin-top: .5rem;
1040210402

@@ -10638,7 +10638,7 @@ readers do not read off random characters that represent icons */
1063810638
#addchat-bot .c-footer-text
1063910639
{
1064010640
font-size: .55rem;
10641-
font-weight: 400;
10641+
font-weight: 500;
1064210642

1064310643
z-index: 999999 !important;
1064410644

@@ -11545,12 +11545,17 @@ readers do not read off random characters that represent icons */
1154511545
justify-content: space-between;
1154611546
}
1154711547

11548+
html
11549+
{
11550+
font-size: 100%;
11551+
}
11552+
1154811553
#addchat-bot,
1154911554
#addchat-bot-admin
1155011555
{
1155111556
font-family: inherit;
11552-
font-size: 1rem;
11553-
font-weight: 400;
11557+
font-size: 100%;
11558+
font-weight: 500;
1155411559
line-height: 1.15;
1155511560

1155611561
margin: 0;

addchat_installer/src/assets/addchat/css/addchat.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.52 KB
Binary file not shown.

addchat_installer/src/assets/addchat/webfonts/fa-brands-400.svg

Lines changed: 83 additions & 29 deletions
Loading

0 commit comments

Comments
 (0)