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
84a75c9a
Commit
84a75c9a
authored
Jul 21, 2016
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit text message
css done
parent
d8103221
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
app.css
app/app.css
+14
-2
No files found.
app/app.css
View file @
84a75c9a
...
@@ -2085,8 +2085,8 @@ table.dataTable thead .sorting:after {
...
@@ -2085,8 +2085,8 @@ table.dataTable thead .sorting:after {
position
:
fixed
;
position
:
fixed
;
bottom
:
15px
;
bottom
:
15px
;
right
:
15px
;
right
:
15px
;
-moz-box-shadow
:
0px
0px
15px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
0px
0px
45px
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0px
0px
15px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0px
0px
45px
rgba
(
0
,
0
,
0
,
0.4
);
z-index
:
10
;
z-index
:
10
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
...
@@ -2536,6 +2536,18 @@ table.dataTable thead .sorting:after {
...
@@ -2536,6 +2536,18 @@ table.dataTable thead .sorting:after {
opacity
:
1
;
opacity
:
1
;
}
}
.chat-app
.conversation-section
.user-message
.edit-text-message
input
{
width
:
100%
;
margin-bottom
:
7px
;
margin-top
:
7px
;
height
:
30px
;
border-radius
:
3px
;
border
:
1px
solid
#ccc
;
padding-left
:
7px
;
outline
:
none
;
}
.chat-app
.chat-popup-window
{
.chat-app
.chat-popup-window
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
...
...
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