Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
advanced_help
Commits
1b91b942
Commit
1b91b942
authored
Mar 26, 2015
by
NancyDru
Committed by
gisle
Mar 26, 2015
Browse files
Issue
#1760844
by NancyDru: Allowed more space for the up text
parent
49e2bbd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
help-icon.css
View file @
1b91b942
...
...
@@ -2,9 +2,7 @@
.advanced-help-link
{
background
:
transparent
url('help.png')
no-repeat
top
left
;
background-position
:
0px
0px
;
display
:
block
;
//
display
:
inline-block
;
float
:
left
;
/* this is cheesy, I know */
display
:
inline-block
;
height
:
12px
;
margin-top
:
2px
;
padding
:
0px
;
...
...
help_example/help_example.module
View file @
1b91b942
...
...
@@ -22,7 +22,6 @@ function help_example_menu() {
* Topic index callback.
*/
function
help_example_index_page
()
{
//$output = 'The icon: ';
$output
=
theme
(
'advanced_help_topic'
,
array
(
'module'
=>
'help_example'
,
'topic'
=>
'about-php'
,
...
...
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