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
852789d0
Commit
852789d0
authored
Dec 21, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styles
done
parent
5d12657c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
5 deletions
+51
-5
app.css
app/app.css
+51
-5
No files found.
app/app.css
View file @
852789d0
...
...
@@ -371,7 +371,8 @@ select {
}
.manager-view-content
{
padding
:
5px
40px
;
width
:
calc
(
100%
-
300px
);
padding
:
25px
40px
;
overflow
:
auto
;
-webkit-flex-grow
:
1
;
flex-grow
:
1
;
...
...
@@ -1048,15 +1049,16 @@ table.dataTable thead .sorting:after {
color
:
#fff
;
}
.dashboard-main-search
{
width
:
calc
(
100%
-
300px
)
;
.dashboard-main-search
.panel-default
{
padding-bottom
:
25px
;
}
.dashboard-main-search
.dashboard-student-search
h3
,
.dashboard-main-search
.dashboard-personnel-search
h3
{
font-family
:
'roboto
black
'
;
font-family
:
'roboto
light
'
;
color
:
#5A5A5A
;
letter-spacing
:
1px
;
font-size
:
16px
;
}
.dashboard-main-search
input
{
...
...
@@ -1167,7 +1169,6 @@ table.dataTable thead .sorting:after {
margin
:
0
;
font-size
:
16px
;
color
:
#666
;
font-weight
:
bold
;
font-family
:
'robotobold'
;
text-transform
:
uppercase
;
line-height
:
normal
;
...
...
@@ -1279,6 +1280,51 @@ table.dataTable thead .sorting:after {
background-color
:
#f5f5f5
;
}
.dashboard
.user-pic
{
width
:
150px
;
height
:
150px
;
}
.dashboard
.panel-default
>
.panel-heading
{
background-color
:
#fff
;
border-color
:
#F2F2F2
;
font-family
:
'robotomedium'
;
color
:
rgb
(
93
,
93
,
93
);
text-align
:
center
;
}
.dashboard
.panel-default
>
.panel-heading
.panel-title
{
font-size
:
18px
;
}
.dashboard
.user-info
.user-name
{
font-family
:
'robotomedium'
;
padding-top
:
15px
;
}
.dashboard
.quick-links
.panel-default
{
height
:
274px
;
}
.dashboard
.quick-links
.panel-body
,
.dashboard
.quick-links
.link-buttons
{
padding
:
0
;
}
.dashboard
.quick-links
.link-buttons
a
{
padding
:
15px
;
display
:
block
;
color
:
#333
;
text-decoration
:
none
;
border-bottom
:
1px
solid
#EFEFEF
;
border-right
:
1px
solid
#efefef
;
}
.dashboard
.quick-links
.link-buttons
a
:hover
{
background-color
:
#efefef
;
}
/* END OF DASHBOARD */
...
...
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