Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
a590fd9d
Commit
a590fd9d
authored
Jul 18, 2016
by
Erkan Öğümsöğütlü
Committed by
Vladimir Baranov
Jul 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ADD chat app ui update rref #5392
css done
parent
f148e4d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
5 deletions
+84
-5
app.css
app/app.css
+84
-5
No files found.
app/app.css
View file @
a590fd9d
...
...
@@ -25,6 +25,10 @@ body {
padding
:
15px
;
}
.dropdown-toggle
{
cursor
:
pointer
;
}
.badge
{
border-radius
:
100%
;
width
:
22px
;
...
...
@@ -2115,6 +2119,10 @@ table.dataTable thead .sorting:after {
padding-bottom
:
15px
;
}
.chat-app
.side-navigation
ul
.channels
li
.public-ro-channel
{
font-style
:
italic
;
}
.chat-app
.side-navigation
ul
li
{
list-style
:
none
;
color
:
#fff
;
...
...
@@ -2203,7 +2211,7 @@ table.dataTable thead .sorting:after {
top
:
9px
;
}
.chat-app
.side-navigation
ul
li
.
notification
:after
{
.chat-app
.side-navigation
ul
li
.
unread
:after
{
content
:
" "
;
width
:
8px
;
height
:
8px
;
...
...
@@ -2232,7 +2240,7 @@ table.dataTable thead .sorting:after {
.chat-app
.conversation-header
.conversation-user
{
display
:
inline-block
;
width
:
2
8
0px
;
width
:
2
4
0px
;
margin-left
:
23px
;
float
:
left
;
}
...
...
@@ -2248,6 +2256,10 @@ table.dataTable thead .sorting:after {
margin-left
:
10px
;
font-family
:
'robotobold'
;
font-size
:
16px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
width
:
180px
;
}
.chat-app
.conversation-header
.conversation-search
{
...
...
@@ -2278,6 +2290,19 @@ table.dataTable thead .sorting:after {
margin-top
:
15px
;
}
.chat-app
.conversation-header
.chat-app-actions
{
display
:
inline-block
;
float
:
left
;
width
:
40px
;
height
:
40px
;
border
:
1px
solid
#efefef
;
text-align
:
center
;
line-height
:
40px
;
margin-left
:
10px
;
border-radius
:
3px
;
margin-top
:
15px
;
}
.chat-app
.conversation-body
{
overflow
:
auto
;
height
:
calc
(
100%
-
140px
);
...
...
@@ -2422,7 +2447,7 @@ table.dataTable thead .sorting:after {
font-family
:
'robotomedium'
;
}
.chat-app
.c
reate-new-message
-window
{
.chat-app
.c
hat-popup
-window
{
position
:
absolute
;
top
:
0
;
left
:
0
;
...
...
@@ -2445,7 +2470,7 @@ table.dataTable thead .sorting:after {
outline
:
none
;
}
.chat-app
.close-c
reate-new-message
-window
{
.chat-app
.close-c
hat-popup
-window
{
width
:
50px
;
height
:
50px
;
border
:
1px
solid
#ccc
;
...
...
@@ -2460,7 +2485,7 @@ table.dataTable thead .sorting:after {
cursor
:
pointer
;
}
.chat-app
.close-c
reate-new-message
-window
:hover
{
.chat-app
.close-c
hat-popup
-window
:hover
{
background-color
:
#efefef
;
color
:
#000000
;
}
...
...
@@ -2500,6 +2525,60 @@ table.dataTable thead .sorting:after {
margin-top
:
9px
;
}
.chat-app
.create-new-channel-window
h3
{
width
:
400px
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
30px
;
}
.chat-app
.create-new-channel-window
.text-center
input
{
width
:
400px
;
margin-top
:
40px
;
height
:
50px
;
padding-left
:
15px
;
border
:
1px
solid
#ccc
;
border-radius
:
5px
;
outline
:
none
;
}
.chat-app
.create-new-channel-window
.text-center
textarea
{
width
:
400px
;
margin
:
20px
;
height
:
110px
;
padding-left
:
15px
;
padding-top
:
15px
;
border
:
1px
solid
rgb
(
204
,
204
,
204
);
border-radius
:
5px
;
outline
:
none
;
max-width
:
400px
;
max-height
:
200px
;
}
.chat-app
.create-new-channel-window
button
{
width
:
400px
;
margin-top
:
0px
;
height
:
50px
;
font-size
:
19px
;
}
.chat-app
.add-user-unit
h3
{
width
:
400px
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
30px
;
}
.chat-app
.add-user-unit
input
{
width
:
400px
;
margin-top
:
40px
;
height
:
50px
;
padding-left
:
15px
;
border
:
1px
solid
#ccc
;
border-radius
:
5px
;
outline
:
none
;
}
/* END OF CHAT APPLICATION */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment