Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 17ad80fc
authored
2024-07-31 19:51:15 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mejora CSS
1 parent
340e78c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
static/styles/general.css
static/styles/general.css
View file @
17ad80f
...
...
@@ -58,6 +58,18 @@ td {
background-color
:
#4CAF50
;
border-radius
:
5px
;
border
:
none
;
color
:
black
;
padding
:
15px
32px
;
text-align
:
center
;
text-decoration
:
none
;
display
:
inline-block
;
font-size
:
16px
;
}
.AdminButton
{
background-color
:
rgb
(
69
,
16
,
168
);
border-radius
:
5px
;
border
:
none
;
color
:
white
;
padding
:
15px
32px
;
text-align
:
center
;
...
...
@@ -66,6 +78,18 @@ td {
font-size
:
16px
;
}
.PeligroButton
{
background-color
:
rgb
(
216
,
24
,
24
);
border-radius
:
5px
;
border
:
none
;
color
:
black
;
padding
:
15px
32px
;
text-align
:
center
;
text-decoration
:
none
;
display
:
inline-block
;
font-size
:
16px
;
}
.loginB
{
position
:
absolute
;
top
:
50
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment