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
c7b6f698
Commit
c7b6f698
authored
Sep 04, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Personnel Info Edit CSS
Styles has been implemented
parent
a4ff99ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
2 deletions
+41
-2
app.css
app/app.css
+41
-2
No files found.
app/app.css
View file @
c7b6f698
/* Space out content a bit */
/* Space out content a bit */
body
{
body
{
font-family
:
'robotoregular'
;
font-family
:
'robotoregular'
;
background-color
:
#
222d32
;
background-color
:
#
f5f5f5
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
...
@@ -18,6 +18,12 @@ body {
...
@@ -18,6 +18,12 @@ body {
background-color
:
#999
;
background-color
:
#999
;
}
}
.form-control
{
box-shadow
:
none
;
border-radius
:
0
;
border-color
:
#ececec
;
}
.btn
{
.btn
{
border
:
none
;
border
:
none
;
}
}
...
@@ -326,7 +332,6 @@ select {
...
@@ -326,7 +332,6 @@ select {
.sidebar
{
.sidebar
{
background-color
:
#fff
;
background-color
:
#fff
;
border-right
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
overflow
:
auto
;
}
}
.sidebar
.sidebar-nav.navbar-collapse
{
.sidebar
.sidebar-nav.navbar-collapse
{
...
@@ -741,6 +746,7 @@ table.dataTable thead .sorting:after {
...
@@ -741,6 +746,7 @@ table.dataTable thead .sorting:after {
height
:
530px
;
height
:
530px
;
margin-left
:
auto
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-right
:
auto
;
margin-bottom
:
50px
;
background-color
:
#fff
;
background-color
:
#fff
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.1
);
...
@@ -819,6 +825,10 @@ table.dataTable thead .sorting:after {
...
@@ -819,6 +825,10 @@ table.dataTable thead .sorting:after {
margin-bottom
:
70px
;
margin-bottom
:
70px
;
}
}
.info-block
:last-child
{
margin-bottom
:
0px
;
}
.info-block-body
dt
{
.info-block-body
dt
{
text-align
:
left
;
text-align
:
left
;
font-family
:
'robotomedium'
;
font-family
:
'robotomedium'
;
...
@@ -830,6 +840,11 @@ table.dataTable thead .sorting:after {
...
@@ -830,6 +840,11 @@ table.dataTable thead .sorting:after {
color
:
#444
;
color
:
#444
;
}
}
.personnel-info-edit
.personnel-info-left
ul
li
{
padding-left
:
0
;
}
/* END OF PERSONNEL INFO */
/* END OF PERSONNEL INFO */
...
@@ -913,6 +928,23 @@ table.dataTable thead .sorting:after {
...
@@ -913,6 +928,23 @@ table.dataTable thead .sorting:after {
border-right-width
:
14px
;
border-right-width
:
14px
;
border-left-width
:
0
;
border-left-width
:
0
;
}
}
.brand
{
text-align
:
center
;
}
.logo
img
{
width
:
200px
;
margin-left
:
0
;
}
.manager-view-content
{
overflow
:
inherit
;
}
body
{
overflow
:
auto
;
}
}
}
...
@@ -956,3 +988,10 @@ table.dataTable thead .sorting:after {
...
@@ -956,3 +988,10 @@ table.dataTable thead .sorting:after {
border-radius
:
100%
;
border-radius
:
100%
;
}
}
}
}
@media
(
max-width
:
560px
)
{
.personnel-info-container
{
width
:
350px
;
}
}
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