Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
XExtension NewsAssistant
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Archive
FreshRSS
XExtension NewsAssistant
Commits
b35cc153
Commit
b35cc153
authored
1 year ago
by
mervyn
Browse files
Options
Downloads
Patches
Plain Diff
refactor(layout): make the content of summarize more readable
re #26
parent
24947c27
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/style.css
+27
-1
27 additions, 1 deletion
static/style.css
views/assistant/summary.phtml
+1
-0
1 addition, 0 deletions
views/assistant/summary.phtml
with
28 additions
and
1 deletion
static/style.css
+
27
−
1
View file @
b35cc153
...
...
@@ -51,3 +51,29 @@
padding
:
1px
4px
;
border-radius
:
50%
;
}
.content
{
margin-left
:
30%
;
margin-right
:
30%
;
padding
:
20px
;
font-family
:
Arial
,
sans-serif
;
font-size
:
16px
;
line-height
:
1.6
;
}
@media
screen
and
(
max-width
:
600px
)
{
.content
{
margin-left
:
2%
;
margin-right
:
2%
;
}
}
p
{
margin-bottom
:
20px
;
}
ul
,
ol
{
margin-left
:
20px
;
}
This diff is collapsed.
Click to expand it.
views/assistant/summary.phtml
+
1
−
0
View file @
b35cc153
...
...
@@ -3,6 +3,7 @@
</div>
<div
class=
"post content"
>
<h1>
<?php
echo
_t
(
'gen.layout.title'
);
?>
</h1>
<hr>
<div
id=
"summary_content"
></div>
<div
class=
"form-group form-actions"
>
<div
class=
"group-controls"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment