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
65eb1999
Commit
65eb1999
authored
Sep 03, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Design Improve
in progress
parent
34d1b3e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
2 deletions
+47
-2
app.css
app/app.css
+47
-2
No files found.
app/app.css
View file @
65eb1999
...
...
@@ -5,6 +5,10 @@ body {
overflow
:
hidden
;
}
.btn
{
border
:
none
;
}
.btn
:focus
,
.btn
:active:focus
,
.btn.active
:focus
,
...
...
@@ -39,8 +43,8 @@ a:hover {
.logo
img
{
width
:
80%
;
margin-left
:
8%
;
margin-top
:
2
3
px
;
margin-bottom
:
2
3
px
;
margin-top
:
2
2
px
;
margin-bottom
:
2
2
px
;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
...
...
@@ -712,6 +716,47 @@ table.dataTable thead .sorting:after {
margin-top
:
5px
;
}
/* PERSONNEL INFO */
.generic-profile-picture
img
{
width
:
220px
;
height
:
220px
;
margin-left
:
15px
;
border
:
1px
solid
#E6E6E6
;
border-radius
:
3px
;
}
.personnel-info-container
{
width
:
1000px
;
margin-left
:
auto
;
margin-right
:
auto
;
background-color
:
#fff
;
-webkit-box-shadow
:
0
0
25px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
0
25px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
0
25px
rgba
(
0
,
0
,
0
,
0.1
);
background-color
:
#fff
;
}
.personnel-info-left
{
width
:
250px
;
float
:
left
;
background-color
:
#f9f9f9
;
padding-top
:
15px
;
padding-bottom
:
15px
;
}
.personnel-info-right
{
width
:
750px
;
float
:
left
;
background-color
:
#fff
;
padding
:
15px
;
padding-bottom
:
15px
;
}
/* END OF PERSONNEL INFO */
/* Responsive: Portrait tablets and up */
@media
screen
and
(
min-width
:
768px
)
{
/* Remove the padding we set earlier */
...
...
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