Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c2606289
Commit
c2606289
authored
Nov 18, 2017
by
Robert Lyon
Committed by
Gerrit Code Review
Nov 18, 2017
Browse files
Merge "Bug 1730497: removing not needed call to old style.css file"
parents
c88fe544
0a9c1962
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/module/multirecipientnotification/outbox.php
View file @
c2606289
...
...
@@ -193,13 +193,7 @@ function delete_all_notifications_submit() {
redirect
(
get_config
(
'wwwroot'
)
.
'module/multirecipientnotification/outbox.php?type='
.
$type
);
}
$extrastylesheets
=
$THEME
->
get_url
(
'style.css'
,
false
,
'module/multirecipientnotification'
);
$smarty
=
smarty
(
array
(
'paginator'
),
array
(
'<link rel="stylesheet" type="text/css" href="'
.
$extrastylesheets
.
'">'
)
);
$smarty
=
smarty
(
array
(
'paginator'
));
$smarty
->
assign
(
'options'
,
$options
);
$smarty
->
assign
(
'type'
,
$type
);
...
...
htdocs/theme/raw_old/plugintype/module/multirecipientnotification/style.css
deleted
100644 → 0
View file @
c88fe544
/**
* CSS rules for the multirecipient artefact plugin
*
* @author David Ballhausen, Tobias Zeuch
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
* This file is distributed under the same terms as Mahara itself
*/
/*
.ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;
}
#sendmessage .select2-choices, #sendmessage .text, #sendmessage textarea {
width: 400px;
padding-left: 0px;
padding-right: 0px;
}
#messagethread td.profilepicturecolumn {
width: 20px;
}
#messagethread td div.subjectdiv {
-ms-word-break: break-all;
word-break: break-all;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
#activitylist tr.unread {
font-weight: bold;
}
.userlist img.togglebtn, .userlist span.recipientlist {
float: left;
margin-right: 2px;
}*/
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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