Skip to content
GitLab
Menu
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
dd569234
Commit
dd569234
authored
Jun 02, 2010
by
Richard Mansfield
Browse files
Fix positioning of hide home info button in IE
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
5923a0c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/static/style/style.css
View file @
dd569234
...
...
@@ -1607,15 +1607,20 @@ form#search input.text {
margin
:
.5em
0
1.5em
;
}
#hideinfo
{
margin
:
0
0
0
2px
;
margin
:
0
;
padding
:
1px
0
0
2px
;
float
:
left
;
position
:
absolute
;
left
:
0
;
top
:
0
;
}
.home-info-table
td
{
width
:
1%
;
padding
:
0
8px
0
2px
;
}
.home-info
{
.home-info.rel
{
padding-top
:
0
;
}
.home-info-inner
{
padding
:
10px
;
min-height
:
250px
;
text-align
:
center
;
...
...
htdocs/theme/raw/templates/homeinfo.tpl
View file @
dd569234
<table
id=
"home-info"
class=
"home-info-table
{
if
$USER
->
is_logged_in
()
}
loggedin
{/
if
}
"
>
<tr>
<td>
<div
class=
"home-info rel"
>
<div
class=
"home-info-inner"
>
{
if
$USER
->
is_logged_in
()
}
<a
id=
"hideinfo"
title=
"
{
str
tag
=
Hide
}
"
><img
src=
"
{
theme_url
filename
=
'images/icon_close.gif'
}
"
alt=
"[x]"
/></a>
<a
id=
"hideinfo"
title=
"
{
str
tag
=
Hide
}
"
><img
src=
"
{
theme_url
filename
=
'images/icon_close.gif'
}
"
alt=
"[x]"
/></a>
{/
if
}
<div
class=
"home-info"
>
<h3>
{
str
tag
=
createcollect
}
</h3>
<div>
<h3>
{
str
tag
=
createcollect
}
</h3>
</div>
<p
class=
"subtitle"
>
{
str
tag
=
createcollectsubtitle
}
</p>
<table>
<tr>
...
...
@@ -54,9 +57,11 @@
</tr>
</table>
</div>
</div>
</td>
<td>
<div
class=
"home-info"
>
<div
class=
"home-info-inner"
>
<h3>
{
str
tag
=
Organise
}
</h3>
<p
class=
"subtitle"
>
{
str
tag
=
organisesubtitle
}
</p>
<div>
...
...
@@ -69,9 +74,11 @@
{
if
$USER
->
is_logged_in
()
}{
$s
|
safe
}{
else
}{
$s
|
safe
|
strip_tags
}{/
if
}
</p>
</div>
</div>
</td>
<td>
<div
class=
"home-info"
>
<div
class=
"home-info-inner"
>
<h3>
{
str
tag
=
sharenetwork
}
</h3>
<p
class=
"subtitle"
>
{
str
tag
=
sharenetworksubtitle
}
</p>
<table>
...
...
@@ -100,6 +107,7 @@
</table>
<p
id=
"accessdesc"
class=
"desc"
>
{
str
tag
=
sharenetworkdescription
}
</p>
</div>
</div>
</td>
</tr>
</table>
Write
Preview
Supports
Markdown
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