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
14866aee
Commit
14866aee
authored
Jul 27, 2016
by
Vladimir Baranov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rref 5385. Fix timetable styles
parent
9a568d0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
app.css
app/app.css
+18
-3
crud.html
app/components/crud/templates/crud.html
+2
-1
No files found.
app/app.css
View file @
14866aee
...
@@ -2596,7 +2596,7 @@ table.dataTable thead .sorting:after {
...
@@ -2596,7 +2596,7 @@ table.dataTable thead .sorting:after {
.course-prg-scheduler
.tabs-container
{
.course-prg-scheduler
.tabs-container
{
overflow-y
:
auto
;
overflow-y
:
auto
;
height
:
100%
;
height
:
550px
;
}
}
.course-prg-scheduler
.tabs-left
{
.course-prg-scheduler
.tabs-left
{
...
@@ -2639,6 +2639,8 @@ table.dataTable thead .sorting:after {
...
@@ -2639,6 +2639,8 @@ table.dataTable thead .sorting:after {
.course-prg-scheduler
.tab-content
.info-header
.info-wrapper
{
.course-prg-scheduler
.tab-content
.info-header
.info-wrapper
{
float
:
left
;
float
:
left
;
margin-right
:
45px
;
margin-right
:
45px
;
height
:
50px
;
line-height
:
50px
;
}
}
.course-prg-scheduler
.tab-content
.info-header
.info-wrapper
.user-name
{
.course-prg-scheduler
.tab-content
.info-header
.info-wrapper
.user-name
{
...
@@ -2649,7 +2651,6 @@ table.dataTable thead .sorting:after {
...
@@ -2649,7 +2651,6 @@ table.dataTable thead .sorting:after {
}
}
.course-prg-scheduler
.tab-content
.info-wrapper.info-wrapper_hours
{
.course-prg-scheduler
.tab-content
.info-wrapper.info-wrapper_hours
{
padding-top
:
11px
;
font-size
:
17px
;
font-size
:
17px
;
color
:
#444
;
color
:
#444
;
}
}
...
@@ -2688,6 +2689,11 @@ table.dataTable thead .sorting:after {
...
@@ -2688,6 +2689,11 @@ table.dataTable thead .sorting:after {
margin-right
:
10px
;
margin-right
:
10px
;
}
}
.course-prg-scheduler
.tab-content
.table-container
{
max-height
:
350px
;
overflow-y
:
auto
;
}
.course-prg-scheduler
.tab-content
table
tr
.headers
td
{
.course-prg-scheduler
.tab-content
table
tr
.headers
td
{
font-family
:
'robotobold'
;
font-family
:
'robotobold'
;
font-size
:
16px
;
font-size
:
16px
;
...
@@ -2769,7 +2775,16 @@ table.dataTable thead .sorting:after {
...
@@ -2769,7 +2775,16 @@ table.dataTable thead .sorting:after {
border-style
:
solid
;
border-style
:
solid
;
border-width
:
5px
5px
0
5px
;
border-width
:
5px
5px
0
5px
;
border-color
:
#808080
transparent
transparent
transparent
;
border-color
:
#808080
transparent
transparent
transparent
;
}
}
.course-prg-scheduler
.action-selector.readonly
{
right
:
0
;
padding-right
:
0
;
}
.course-prg-scheduler
.action-selector.readonly
:after
{
display
:
none
;
}
.course-prg-scheduler
.action-selector
.popover
{
.course-prg-scheduler
.action-selector
.popover
{
display
:
block
;
display
:
block
;
...
...
app/components/crud/templates/crud.html
View file @
14866aee
<div
ng-hide=
"show_crud === false"
class=
"container-fluid"
>
<div
ng-hide=
"show_crud === false"
class=
"container-fluid"
>
<crud-timetable-directive
ng-if=
"ogretim_elemani_zt"
></crud-timetable-directive>
<crud-timetable-directive2
ng-if=
"derslik_zaman_tablosu"
></crud-timetable-directive2>
<div
ng-class=
"{'col-md-8': meta.allow_filters}"
>
<div
ng-class=
"{'col-md-8': meta.allow_filters}"
>
<msgbox
ng-show=
"msgbox"
></msgbox>
<msgbox
ng-show=
"msgbox"
></msgbox>
<h3
ng-class=
"{'mid-h3': !objects}"
>
{{ schema.title }}
</h3>
<h3
ng-class=
"{'mid-h3': !objects}"
>
{{ schema.title }}
</h3>
<crud-show-directive
ng-if=
"object"
></crud-show-directive>
<crud-show-directive
ng-if=
"object"
></crud-show-directive>
<crud-form-directive
ng-if=
"forms"
></crud-form-directive>
<crud-form-directive
ng-if=
"forms"
></crud-form-directive>
<crud-list-directive
ng-if=
"objects"
></crud-list-directive>
<crud-list-directive
ng-if=
"objects"
></crud-list-directive>
<crud-timetable-directive
ng-if=
"ogretim_elemani_zt"
></crud-timetable-directive>
</div>
</div>
<crud-filters
ng-show=
"meta.allow_filters === true"
class=
"col-md-4 filtre"
></crud-filters>
<crud-filters
ng-show=
"meta.allow_filters === true"
class=
"col-md-4 filtre"
></crud-filters>
</div>
</div>
...
...
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