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
3e23b0d1
Commit
3e23b0d1
authored
Apr 12, 2016
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dist generate
parent
0978115e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
293 additions
and
6 deletions
+293
-6
app.js
dist/app.js
+3
-3
components.js
dist/bower_components/components.js
+1
-1
app.css
dist/css/app.css
+182
-0
templates.js
dist/templates.js
+107
-2
No files found.
dist/app.js
View file @
3e23b0d1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/bower_components/components.js
View file @
3e23b0d1
This diff is collapsed.
Click to expand it.
dist/css/app.css
View file @
3e23b0d1
...
...
@@ -1903,6 +1903,188 @@ table.dataTable thead .sorting:after {
/* END OF ACADEMICIAN DASHBOARD */
/* ACADEMIC CALENDER DASHBOARD WIDGET */
.academic-calendar-widget
.panel-body
{
padding-top
:
30px
;
padding-bottom
:
30px
;
}
.academic-calendar-widget
.calendar-inner
{
width
:
85%
;
margin-left
:
auto
;
margin-right
:
auto
;
position
:
relative
;
}
.academic-calendar-widget
.date-circle
{
width
:
calc
(
100%
/
7
);
float
:
left
;
}
.academic-calendar-widget
.date-circle
.year
{
width
:
75px
;
text-align
:
center
;
font-size
:
11px
;
color
:
#C6C6C6
;
}
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
5
)
.year
,
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
6
)
.year
,
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
7
)
.year
{
float
:
right
;
}
.academic-calendar-widget
.date-circle
a
{
width
:
75px
;
height
:
75px
;
color
:
#808285
;
border
:
3px
solid
#fff
;
background-color
:
#fff
;
border-radius
:
100%
;
text-align
:
center
;
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
12px
;
z-index
:
1
;
position
:
relative
;
cursor
:
pointer
;
font-family
:
'robotolight'
;
}
.academic-calendar-widget
.date-circle
a
:hover
{
background-color
:
#EBEBEB
;
}
.academic-calendar-widget
.date-circle
a
:before
{
border
:
2px
solid
#939598
;
content
:
" "
;
position
:
absolute
;
z-index
:
-1
;
border-radius
:
100%
;
width
:
100%
;
height
:
100%
;
margin-left
:
auto
;
margin-right
:
auto
;
left
:
0
;
right
:
0
;
}
.academic-calendar-widget
.date-today
.year
{
width
:
95px
;
margin-left
:
auto
;
margin-right
:
auto
;
}
.academic-calendar-widget
.date-today
a
{
width
:
95px
;
height
:
95px
;
border
:
2px
solid
#fff
;
border-radius
:
100%
;
text-align
:
center
;
margin-top
:
0
;
color
:
#000
;
}
.academic-calendar-widget
.date-today
a
:hover
{
background-color
:
#C9635F
;
color
:
#fff
;
}
.academic-calendar-widget
.date-today
a
:before
{
border-color
:
#BE1E2D
;
}
.academic-calendar-widget
.date-today
a
.date-day
{
margin-top
:
18px
;
font-size
:
25px
;
}
.academic-calendar-widget
.date-today
a
.date-month
{
font-size
:
17px
;
}
.academic-calendar-widget
a
.date-day
{
margin-top
:
12px
;
font-size
:
19px
;
}
.academic-calendar-widget
a
.date-month
{
line-height
:
7px
;
}
.calendar-line
{
width
:
100%
;
height
:
1px
;
background-color
:
#E5E5E5
;
position
:
absolute
;
margin-top
:
48px
;
z-index
:
0
;
}
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
1
)
a
,
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
2
)
a
,
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
3
)
a
{
margin-left
:
0
;
}
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
5
)
a
,
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
6
)
a
,
.academic-calendar-widget
.date-circle-container
.date-circle
:nth-child
(
7
)
a
{
margin-right
:
0
;
}
.calendar-widget-navigation
{
position
:
relative
;
font-size
:
40px
;
color
:
#ccc
;
}
.calendar-widget-navigation
.fa
{
position
:
absolute
;
top
:
27px
;
cursor
:
pointer
;
-webkit-transition
:
all
.2s
;
-moz-transition
:
all
.2s
;
-ms-transition
:
all
.2s
;
-o-transition
:
all
.2s
;
transition
:
all
.2s
;
}
.calendar-widget-navigation
.fa
:hover
{
color
:
#666
;
}
.calendar-widget-navigation
.fa-angle-left
{
left
:
25px
;
}
.calendar-widget-navigation
.fa-angle-right
{
right
:
25px
;
}
.academic-calendar-widget-popover
label
{
color
:
#A61229
;
}
.academic-calendar-widget-popover
.content-wrapper
{
border-bottom
:
1px
solid
#dedede
;
margin-bottom
:
10px
;
}
.academic-calendar-widget-popover
.content-wrapper
:last-child
{
border
:
none
;
}
.academic-calendar-widget
.date-circle
.popover
{
width
:
450px
!important
;
padding-bottom
:
0
!important
;
}
/* END OF ACADEMIC CALENDER DASHBOARD WIDGET */
/* Responsive: Portrait tablets and up */
...
...
dist/templates.js
View file @
3e23b0d1
This diff is collapsed.
Click to expand it.
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