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
1b770ce2
Commit
1b770ce2
authored
Apr 29, 2010
by
Richard Mansfield
Browse files
More space between 'create & collect' rows in home page info
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
ff53e73e
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/static/style/style.css
View file @
1b770ce2
...
...
@@ -1600,12 +1600,13 @@ form#search input.text {
padding
:
10px
;
margin
:
1.7em
4px
0
4px
;
height
:
250px
;
text-align
:
center
;
}
.home-info
.first
{
margin
:
1.7em
4px
0
0
;
.home-info
.desc
{
text-align
:
left
;
}
.home-info
.last
{
margin
:
1.7em
0
0
4px
;
.home-info
.caption
td
{
padding-bottom
:
1em
;
}
.home-info
a
,
.home-info
a
:hover
,
...
...
@@ -1614,7 +1615,6 @@ form#search input.text {
}
.home-info
table
{
width
:
100%
;
text-align
:
center
;
}
.home-info
td
{
width
:
1%
;
...
...
@@ -1626,9 +1626,6 @@ form#search input.text {
padding-left
:
40px
;
margin
:
15px
10px
0
10px
;
}
.home-info
.organise
{
padding-bottom
:
15px
;
}
.help
,
.help
a
,
.help
a
img
{
vertical-align
:
top
;
}
htdocs/theme/raw/templates/homeinfo.tpl
View file @
1b770ce2
...
...
@@ -6,8 +6,8 @@
<tr>
<td>
<div
class=
"home-info"
>
<h3
class=
"center"
>
Create and Collect
</h3>
<p
class=
"subtitle
center
"
>
Develop your portfolio
</p>
<h3>
Create and Collect
</h3>
<p
class=
"subtitle"
>
Develop your portfolio
</p>
<table>
<tr>
<td>
...
...
@@ -21,7 +21,7 @@
{
if
$USER
->
is_logged_in
()
}
</a>
{/
if
}
</td>
</tr>
<tr>
<tr
class=
"caption"
>
<td>
Update your
{
if
$USER
->
is_logged_in
()
}
<a
href=
"/artefact/internal"
>
{/
if
}
...
...
@@ -47,7 +47,7 @@
{
if
$USER
->
is_logged_in
()
}
</a>
{/
if
}
</td>
</tr>
<tr>
<tr
class=
"caption"
>
<td>
Create your
{
if
$USER
->
is_logged_in
()
}
<a
href=
"/artefact/resume"
>
{/
if
}
...
...
@@ -66,24 +66,26 @@
</td>
<td>
<div
class=
"home-info"
>
<h3
class=
"center"
>
Organise
</h3>
<p
class=
"subtitle
center
"
>
Showcase your portfolio with views
</p>
<div
class=
"center"
>
<h3>
Organise
</h3>
<p
class=
"subtitle"
>
Showcase your portfolio with views
</p>
<div>
{
if
$USER
->
is_logged_in
()
}
<a
href=
"/view"
>
{/
if
}
<img
class=
"organise"
src=
"
{
theme_url
filename
=
'images/organise.png'
}
"
alt=
""
/>
{
if
$USER
->
is_logged_in
()
}
</a>
{/
if
}
</div>
<p
class=
"desc"
>
Organise your portfolio into
{
if
$USER
->
is_logged_in
()
}
<a
href=
"/view"
>
{/
if
}
Views.
{
if
$USER
->
is_logged_in
()
}
</a>
{/
if
}
Create different views for different audiences - you choose the elements to include.
</p>
</div>
</td>
<td>
<div
class=
"home-info"
>
<h3
class=
"center"
>
Share and Network
</h3>
<p
class=
"subtitle
center
"
>
Meet friends and join groups
</p>
<h3>
Share and Network
</h3>
<p
class=
"subtitle"
>
Meet friends and join groups
</p>
<table>
<tr>
<td>
...
...
@@ -112,9 +114,9 @@
</td>
</tr>
</table>
<
div
id=
"accessdesc"
>
<
p
id=
"accessdesc"
class=
"desc"
>
You can fine-tune who has access to each view, and for how long.
</
div
>
</
p
>
</div>
</td>
</tr>
...
...
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