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
ba427459
Commit
ba427459
authored
Dec 09, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI Improvements
Styles
parent
5884f1b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
8 deletions
+23
-8
app.css
app/app.css
+23
-8
No files found.
app/app.css
View file @
ba427459
...
@@ -91,19 +91,33 @@ button.brand-bg:hover {
...
@@ -91,19 +91,33 @@ button.brand-bg:hover {
}
}
.brand
{
.brand
{
height
:
98px
;
position
:
absolute
;
border-bottom
:
1px
solid
#ccc
;
width
:
120px
;
margin-left
:
auto
;
margin-right
:
auto
;
left
:
0
;
right
:
0
;
}
}
.logo
{
a
.logo
{
height
:
42px
;
display
:
block
;
text-align
:
center
;
line-height
:
38px
;
opacity
:
0.8
;
-webkit-transition
:
all
.2s
;
-moz-transition
:
all
.2s
;
-ms-transition
:
all
.2s
;
-o-transition
:
all
.2s
;
transition
:
all
.2s
;
}
a
.logo
:hover
{
opacity
:
1
;
}
}
.logo
img
{
.logo
img
{
width
:
80%
;
width
:
100px
;
margin-left
:
8%
;
margin-top
:
22px
;
margin-bottom
:
22px
;
}
}
/** END OF BRAND **/
/** END OF BRAND **/
...
@@ -340,7 +354,7 @@ select {
...
@@ -340,7 +354,7 @@ select {
}
}
.manager-view-content
{
.manager-view-content
{
padding
:
3
5px
40px
;
padding
:
5px
40px
;
overflow
:
auto
;
overflow
:
auto
;
-webkit-flex-grow
:
1
;
-webkit-flex-grow
:
1
;
flex-grow
:
1
;
flex-grow
:
1
;
...
@@ -1036,6 +1050,7 @@ table.dataTable thead .sorting:after {
...
@@ -1036,6 +1050,7 @@ table.dataTable thead .sorting:after {
border-right
:
none
;
border-right
:
none
;
border-bottom-right-radius
:
0
;
border-bottom-right-radius
:
0
;
border-top-right-radius
:
0
;
border-top-right-radius
:
0
;
margin-right
:
-5px
;
}
}
.dashboard-main-search
.fa
{
.dashboard-main-search
.fa
{
...
...
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