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
3e588998
Commit
3e588998
authored
Oct 09, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sidebar Collapse
styles have been implemented
parent
12ff67e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
app.css
app/app.css
+30
-0
No files found.
app/app.css
View file @
3e588998
...
...
@@ -287,6 +287,11 @@ select {
position
:
absolute
;
right
:
0
;
background-color
:
#f5f5f5
;
-webkit-transition
:
all
.2s
;
-moz-transition
:
all
.2s
;
-ms-transition
:
all
.2s
;
-o-transition
:
all
.2s
;
transition
:
all
.2s
;
}
.manager-view-inner
{
...
...
@@ -946,6 +951,31 @@ table.dataTable thead .sorting:after {
/* END OF PERSONNEL INFO */
/* SIDEBAR COLLAPSE */
.sidebar-collapse-button
{
width
:
62px
;
height
:
41px
;
float
:
left
;
padding
:
8px
16px
;
cursor
:
pointer
;
}
.sidebar-collapse-button
:hover
{
background-color
:
#9A1026
;
}
.sidebar-collapse-button
div
{
width
:
30px
;
height
:
2px
;
background-color
:
#fff
;
margin-top
:
5px
;
border-radius
:
5px
;
}
/* END OF SIDEBAR COLLAPSE */
/* Responsive: Portrait tablets and up */
@media
screen
and
(
min-width
:
768px
)
{
...
...
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