Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoInt_SIDT
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoInt_SIDT
Commits
cc0d51f3
Commit
cc0d51f3
authored
Nov 19, 2019
by
Ulises Morales Ramírez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descripcion reportes
parent
d2c7c83d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
base_top.css
catalog/static/catalog/css/base_top.css
+3
-1
base_top.html
catalog/templates/base_top.html
+3
-1
No files found.
catalog/static/catalog/css/base_top.css
View file @
cc0d51f3
...
...
@@ -3,13 +3,15 @@ view_as {
}
.alert2
{
height
:
20px
;
margin-bottom
:
0px
!important
;
margin-top
:
0px
!important
;
background-color
:
rgba
(
255
,
0
,
0
,
0.5
);
background-color
:
rgba
(
255
,
0
,
0
,
0.5
)
!important
;
text-align
:
center
;
color
:
white
;
}
ul
#menu
li
{
display
:
inline
;
padding-right
:
5px
;
...
...
catalog/templates/base_top.html
View file @
cc0d51f3
...
...
@@ -131,7 +131,7 @@
<div
class=
"content-wrapper"
style=
"border:0px solid blue;"
>
{% if user.is_impersonate %}
<div
class=
"
alert
alert2 alert-dismissible "
>
<div
class=
" alert2 alert-dismissible "
>
<a
href=
"{% url 'impersonate-stop' %}"
class=
"close"
data-dismiss=
"alert"
aria-label=
"close"
>
×
</a>
<ul
id=
"menu"
>
<li><i
class=
"fa fa-eye"
></i></li>
...
...
@@ -146,6 +146,8 @@
{% endif %}
{% block content %}
{% endblock %}
{% block templates %}{% endblock %}
</div>
...
...
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