Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
eterfund
retypos-server
Commits
d1909774
You need to sign in or sign up before continuing.
Commit
d1909774
authored
Apr 11, 2018
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Задача 12794] Изменил стиль копирайта и футера
parent
25b2fa09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
footer.php
cp/application/views/footer.php
+4
-5
stylesheet.css
cp/stylesheet/stylesheet.css
+8
-3
No files found.
cp/application/views/footer.php
View file @
d1909774
</div>
</div>
</div>
</div>
<footer
id=
"footer"
>
<div
class=
"footer bg-primary"
>
<p>
Copyright (c) etersoft 2017
</p>
<span
class=
"text-white copyright"
>
Копирайт (С) 2018 "Этерсофт"
</span>
</footer>
</div>
</body>
</body>
<!-- Наши -->
<!-- Наши -->
...
...
cp/stylesheet/stylesheet.css
View file @
d1909774
...
@@ -22,12 +22,17 @@ body {
...
@@ -22,12 +22,17 @@ body {
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
}
#footer
{
.footer
{
padding-top
:
50px
;
position
:
absolute
;
clear
:
both
;
bottom
:
0
;
width
:
100%
;
text-align
:
center
;
text-align
:
center
;
}
}
.footer
.copyright
{
font-size
:
80%
;
}
.typo
{
.typo
{
background-color
:
rgba
(
200
,
200
,
10
,
0.2
);
background-color
:
rgba
(
200
,
200
,
10
,
0.2
);
}
}
...
...
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