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
74912f0c
Commit
74912f0c
authored
Mar 18, 2016
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ADD Academician Dashboard Style rref #5115
parent
0c15c1be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
95 additions
and
0 deletions
+95
-0
app.css
app/app.css
+95
-0
No files found.
app/app.css
View file @
74912f0c
...
...
@@ -1794,6 +1794,101 @@ table.dataTable thead .sorting:after {
/* END OF STUDENT DASHBOARD */
/* ACADEMICIAN DASHBOARD */
.academician-dashboard
a
:hover
{
text-decoration
:
none
;
background-color
:
#f9f9f9
;
}
.academician-dashboard
.panel-body
ul
,
.academician-dashboard
.panel-body
{
padding
:
0
;
margin
:
0
;
}
.academician-dashboard
.panel-body
ul
li
{
list-style
:
none
;
border-bottom
:
1px
solid
#f5f5f5
;
font-size
:
16px
;
}
.academician-dashboard
.panel-body
ul
li
a
{
padding
:
20px
25px
;
display
:
block
;
color
:
#333
;
}
.academician-dashboard
.panel-body
ul
li
:last-child
{
border
:
none
;
}
.academician-course-list
.panel-body
,
.academician-weekly-schedule
.panel-body
{
height
:
437px
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
}
.academician-course-list
.panel-body
ul
li
span
{
margin-right
:
15px
;
}
.academician-course-list
.panel-body
ul
li
div
{
margin-left
:
47px
;
font-size
:
15px
;
color
:
#7E7E7E
;
}
.academician-dashboard
.academician-weekly-schedule
table
{
width
:
calc
(
100%
+
2px
);
-webkit-width
:
calc
(
100%
+
2px
);
border
:
none
;
margin-top
:
-1px
;
margin-left
:
-1px
;
text-align
:
center
;
}
.academician-dashboard
.academician-weekly-schedule
table
a
{
color
:
#333
;
display
:
block
;
height
:
38px
;
line-height
:
38px
;
}
.academician-dashboard
.academician-weekly-schedule
table
a
:hover
{
font-family
:
'robotobold'
;
background-color
:
transparent
;
font-size
:
16px
;
}
.academician-dashboard
.academician-weekly-schedule
table
tr
.days
td
{
width
:
calc
(
100%
/
6
);
font-family
:
'robotomedium'
;
background-color
:
#FDFDFD
;
}
.academician-dashboard
.academician-weekly-schedule
table
tr
.days
td
:first-child
{
background-color
:
transparent
;
}
.academician-dashboard
.academician-weekly-schedule
table
tr
td
:first-child
{
height
:
38px
;
font-family
:
'robotomedium'
;
background-color
:
#FDFDFD
;
}
.academician-dashboard
.academician-weekly-schedule
p
.schedule-notice
{
margin-left
:
36px
;
margin-top
:
18px
;
}
.academician-dashboard
.academician-weekly-schedule
p
.schedule-notice
span
{
font-family
:
'robotomedium'
;
}
/* END OF ACADEMICIAN DASHBOARD */
/* Responsive: Portrait tablets and up */
...
...
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