Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ejmejilla_reading
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EJ Mejilla
ejmejilla_reading
Commits
4575f592
Commit
4575f592
authored
Apr 25, 2023
by
EJ Mejilla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styled the new pages
parent
86f3754b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
2 deletions
+39
-2
edit-author.html
...la_reading/bookshelf/templates/bookshelf/edit-author.html
+1
-1
edit-book.html
...illa_reading/bookshelf/templates/bookshelf/edit-book.html
+1
-1
db.sqlite3
ejmejilla_reading/db.sqlite3
+0
-0
style.css
ejmejilla_reading/static/style.css
+37
-0
No files found.
ejmejilla_reading/bookshelf/templates/bookshelf/edit-author.html
View file @
4575f592
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<table>
<table>
{{ form.as_table }}
{{ form.as_table }}
</table>
</table>
<input
type=
"submit"
value=
"S
ubmit
"
/>
<input
type=
"submit"
value=
"S
ave Changes
"
/>
</form>
</form>
</div>
</div>
...
...
ejmejilla_reading/bookshelf/templates/bookshelf/edit-book.html
View file @
4575f592
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<table>
<table>
{{ form.as_table }}
{{ form.as_table }}
</table>
</table>
<input
type=
"submit"
value=
"S
ubmit
"
/>
<input
type=
"submit"
value=
"S
ave Changes
"
/>
</form>
</form>
</div>
</div>
...
...
ejmejilla_reading/db.sqlite3
View file @
4575f592
No preview for this file type
ejmejilla_reading/static/style.css
View file @
4575f592
...
@@ -8,17 +8,54 @@ h1 {
...
@@ -8,17 +8,54 @@ h1 {
text-align
:
center
;
text-align
:
center
;
}
}
ul
{
list-style-type
:
none
;
}
li
{
padding
:
5px
;
}
a
{
a
{
text-decoration
:
none
;
text-decoration
:
none
;
padding
:
7px
;
border-radius
:
5px
;
}
}
a
:link
,
a
:visited
{
a
:link
,
a
:visited
{
color
:
steelblue
;
color
:
steelblue
;
}
}
a
:hover
{
a
:hover
{
transition
:
0.5s
;
transition
:
0.5s
;
color
:
darkblue
;
color
:
darkblue
;
background-color
:
#EEEEEE
;
}
input
[
type
=
"text"
],
input
[
type
=
"number"
],
select
,
textarea
{
width
:
100%
;
padding
:
10px
;
border
:
1px
solid
lightgray
;
border-radius
:
3px
;
box-sizing
:
border-box
;
margin-bottom
:
10px
;
}
}
input
[
type
=
"submit"
]
{
background-color
:
#4CAF50
;
color
:
white
;
background-color
:
steelblue
;
padding
:
10px
20px
;
border
:
none
;
border-radius
:
5px
;
cursor
:
pointer
;
}
input
[
type
=
"submit"
]
:hover
{
transition
:
0.5s
;
background-color
:
darkblue
;
}
.homepage
{
.homepage
{
text-align
:
center
;
text-align
:
center
;
}
}
...
...
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