Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
d4f75f3e
Commit
d4f75f3e
authored
Jan 28, 2019
by
Liam
Committed by
Rebecca Blundell
Feb 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #1765276: More Default theme changes
Change-Id: I89522f00d65299dc0eb3f1458fd905b54c472fbb
parent
0a15b416
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
7 deletions
+13
-7
htdocs/theme/default/sass/components/_list-group.scss
htdocs/theme/default/sass/components/_list-group.scss
+3
-1
htdocs/theme/default/sass/layout/card/_card-footer.scss
htdocs/theme/default/sass/layout/card/_card-footer.scss
+5
-3
htdocs/theme/raw/plugintype/artefact/file/blocktype/pdf/templates/pdf.tpl
.../plugintype/artefact/file/blocktype/pdf/templates/pdf.tpl
+1
-1
htdocs/theme/raw/sass/_custom.scss
htdocs/theme/raw/sass/_custom.scss
+0
-1
htdocs/theme/raw/sass/layout/card/_card-quarter.scss
htdocs/theme/raw/sass/layout/card/_card-quarter.scss
+3
-0
htdocs/theme/raw/templates/view/blocks.tpl
htdocs/theme/raw/templates/view/blocks.tpl
+1
-1
No files found.
htdocs/theme/default/sass/components/_list-group.scss
View file @
d4f75f3e
...
...
@@ -17,7 +17,9 @@
&
.published
{
background-color
:
#fff
;
}
.list-group-item-controls
{
.list-group-item-controls
,
.btn-action-list
,
.list-group-item-heading
{
.btn-group-top
{
@include
media-breakpoint-up
(
lg
)
{
margin-top
:
-13px
;
...
...
htdocs/theme/default/sass/layout/card/_card-footer.scss
View file @
d4f75f3e
...
...
@@ -7,9 +7,11 @@ a.card-footer {
color
:
$link-hover-color
;
}
}
.card
,
.card.bg-warning
{
// Use to change the footer color of cards that have a yellow background
.card-footer
{
.card
{
&
.bg-warning
.card-footer
,
&
.bg-success
.card-footer
,
&
.bg-info
.card-footer
,
.card-footer
{
// Use to change the footer color of cards that have a yellow background
background-color
:
$card-footer-bg
;
}
}
htdocs/theme/raw/plugintype/artefact/file/blocktype/pdf/templates/pdf.tpl
View file @
d4f75f3e
...
...
@@ -56,7 +56,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<div
id=
"sidebarContainer"
>
<div
id=
"toolbarSidebar"
>
<div
class=
"splitToolbarButton toggled"
>
<button
id=
"viewcard card-body class="
toolbarButton
toggled
"
title=
"Show Thumbnails"
tabindex=
"2"
data-l10n-id=
"thumbs"
>
<button
id=
"viewcard card-body
"
class=
"toolbarButton toggled"
title=
"Show Thumbnails"
tabindex=
"2"
data-l10n-id=
"thumbs"
>
<span
data-l10n-id=
"thumbs_label"
>
Thumbnails
</span>
</button>
<button
id=
"viewOutline"
class=
"toolbarButton"
title=
"Show Document Outline (double-click to expand/collapse all items)"
tabindex=
"3"
data-l10n-id=
"document_outline"
>
...
...
htdocs/theme/raw/sass/_custom.scss
View file @
d4f75f3e
...
...
@@ -609,7 +609,6 @@
}
input
{
margin-left
:
3px
;
margin-top
:
-20px
;
float
:
left
;
}
div
{
...
...
htdocs/theme/raw/sass/layout/card/_card-quarter.scss
View file @
d4f75f3e
...
...
@@ -27,6 +27,9 @@
height
:
100%
;
border
:
1px
solid
$card-border-color
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,.
05
);
.card-header
{
background-color
:
transparent
;
}
}
.card-header
{
...
...
htdocs/theme/raw/templates/view/blocks.tpl
View file @
d4f75f3e
...
...
@@ -74,7 +74,7 @@
{/
if
}
{
if
$groupid
}
<a
class=
"btn btn-secondary"
href=
"
{
$WWWROOT
}
view/groupviews.php?group=
{
$groupid
}
"
>
{
str
tag
=
returntogroupp
age
s
section
=
group
}
{
str
tag
=
returntogroupp
ortfolio
s
section
=
group
}
<span
class=
"icon icon-arrow-circle-right right"
role=
"presentation"
aria-hidden=
"true"
></span>
</a>
{/
if
}
...
...
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