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
97b415f0
Commit
97b415f0
authored
Aug 28, 2008
by
Richard Mansfield
Browse files
More space before group view lists
parent
16e89dfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/style.css
View file @
97b415f0
...
...
@@ -1997,7 +1997,7 @@ ul#groupviewoptions {
}
table
.groupviews
{
width
:
100%
;
margin-top
:
1px
;
margin-top
:
1
0
px
;
border-top
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
}
...
...
htdocs/theme/default/templates/group/view.tpl
View file @
97b415f0
...
...
@@ -43,7 +43,6 @@
{
if
$sharedviews
}
<div
class=
"group-info-para"
>
<h3>
{
str
tag
=
"viewssharedtogroupbyothers"
section
=
"view"
}
</h3>
<p>
<table
class=
"groupviews"
>
{
foreach
from
=
$sharedviews
item
=
view
}
<tr
class=
"r
{
cycle
values
=
0
,
1
}
"
>
...
...
@@ -66,14 +65,12 @@
{/
foreach
}
</table>
<div
class=
"center"
>
{
$pagination
}
</div>
</p>
</div>
{/
if
}
{
if
$submittedviews
}
<div
class=
"group-info-para"
>
<h3>
{
str
tag
=
"viewssubmittedtogroup"
section
=
"view"
}
</h3>
<p>
<table
class=
"groupviews"
>
{
foreach
from
=
$submittedviews
item
=
view
}
<tr
class=
"r
{
cycle
values
=
0
,
1
}
"
>
...
...
@@ -93,7 +90,6 @@
{/
foreach
}
</table>
<div
class=
"center"
>
{
$pagination
}
</div>
</p>
</div>
{/
if
}
...
...
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