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
7fd7cc91
Commit
7fd7cc91
authored
Jun 29, 2016
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ADD Course Program Scheduler rref #5385
CSS updated
parent
5cac3f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
110 additions
and
2 deletions
+110
-2
app.css
app/app.css
+110
-2
No files found.
app/app.css
View file @
7fd7cc91
...
@@ -2081,8 +2081,8 @@ table.dataTable thead .sorting:after {
...
@@ -2081,8 +2081,8 @@ table.dataTable thead .sorting:after {
position
:
fixed
;
position
:
fixed
;
bottom
:
15px
;
bottom
:
15px
;
right
:
15px
;
right
:
15px
;
-moz-box-shadow
:
0px
0px
15px
rgba
(
0
,
0
,
0
,
0.
2
);
-moz-box-shadow
:
0px
0px
15px
rgba
(
0
,
0
,
0
,
0.
3
);
box-shadow
:
0px
0px
15px
rgba
(
0
,
0
,
0
,
0.
2
);
box-shadow
:
0px
0px
15px
rgba
(
0
,
0
,
0
,
0.
3
);
z-index
:
10
;
z-index
:
10
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
...
@@ -2503,6 +2503,114 @@ table.dataTable thead .sorting:after {
...
@@ -2503,6 +2503,114 @@ table.dataTable thead .sorting:after {
/* END OF CHAT APPLICATION */
/* END OF CHAT APPLICATION */
/* COURSE PROGRAM SCHEDULER */
.course-prg-scheduler
.tab-content
{
padding
:
25px
0
;
}
.course-prg-scheduler
.nav-tabs
{
margin
:
15px
!important
;
margin-left
:
0
!important
;
}
.course-prg-scheduler
.tab-content
.info-header
.info-wrapper
{
float
:
left
;
margin-right
:
45px
;
}
.course-prg-scheduler
.tab-content
.info-header
.info-wrapper
.user-name
{
font-family
:
'robotobold'
;
font-size
:
17px
;
color
:
#444
;
}
.course-prg-scheduler
.tab-content
.info-header
.info-wrapper
.btn
{
margin-top
:
8px
;
}
.course-prg-scheduler
.tab-content
.info-header
.profile-pic
{
width
:
50px
;
height
:
50px
;
border-radius
:
100%
;
margin-right
:
7px
;
}
.course-prg-scheduler
.tab-content
.table-warning
{
background-color
:
#dedede
;
padding
:
15px
;
border-radius
:
2px
;
font-size
:
15px
;
font-family
:
'robotomedium'
;
color
:
#8e8e8e
;
display
:
inline-block
;
margin
:
15px
auto
;
}
.course-prg-scheduler
.tab-content
table
tr
.headers
td
{
font-family
:
'robotobold'
;
background-color
:
#f9f9f9
;
}
.course-prg-scheduler
.tab-content
table
tr
td
:first-child
{
font-size
:
11px
;
font-family
:
'robotobold'
;
width
:
180px
;
background-color
:
#f9f9f9
;
}
.course-prg-scheduler
.tab-content
table
tbody
{
border
:
1px
solid
#d6d6d6
;
}
.course-prg-scheduler
.tab-content
table
td
{
width
:
100px
;
height
:
50px
;
text-align
:
center
;
}
.course-prg-scheduler
.tab-content
table
td
.btn
{
height
:
49px
;
margin-top
:
-7px
;
border-radius
:
0
;
}
.course-prg-scheduler
.tab-content
table
td
.btn
:hover
{
background-color
:
transparent
;
}
.course-prg-scheduler
.tab-content
table
td
.btn
:focus
{
outline
:
none
!important
;
background-color
:
#fff
;
}
.course-prg-scheduler
.tab-content
table
td
.filter-option
{
text-align
:
center
!important
;
}
.course-prg-scheduler
.tab-content
table
td
.bootstrap-select
ul
.dropdown-menu
li
a
{
padding
:
10px
;
}
.course-prg-scheduler
.tab-content
table
td
.bootstrap-select
ul
.dropdown-menu
li
a
:focus
{
outline
:
none
;
}
.course-prg-scheduler
.panel-body
.nav-tabs
li
.active
a
{
border-bottom-color
:
#ddd
;
border-top-color
:
#ddd
;
border-left-color
:
#ddd
;
border-right-color
:
transparent
;
background-color
:
#fff
;
}
.course-prg-scheduler
.panel-body
.nav-tabs
li
a
:hover
{
border-color
:
#ddd
;
border-left-width
:
1px
;
}
/* END OF COURSE PROGRAM SCHEDULER */
/* Responsive: Portrait tablets and up */
/* Responsive: Portrait tablets and up */
@media
screen
and
(
min-width
:
768px
)
{
@media
screen
and
(
min-width
:
768px
)
{
...
...
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