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
aa74adf1
Commit
aa74adf1
authored
Mar 30, 2018
by
George Popoff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Немного изменил стили заголовка и меню
parent
64f7e4da
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
8 deletions
+42
-8
menu_helper.php
cp/application/helpers/menu_helper.php
+1
-1
header.php
cp/application/views/header.php
+3
-6
menu.php
cp/application/views/menus/menu.php
+1
-0
stylesheet.css
cp/stylesheet/stylesheet.css
+37
-1
No files found.
cp/application/helpers/menu_helper.php
View file @
aa74adf1
...
...
@@ -24,7 +24,7 @@ function menu_admin($baseUrl) {
* @return string
*/
function
menu_user
(
$baseUrl
)
{
$data
[
'typos'
]
=
"<a href='"
.
$baseUrl
.
"index.php/users/typos'>Опечатки</a>"
;
//
$data['typos'] = "<a href='".$baseUrl."index.php/users/typos'>Опечатки</a>";
$data
[
'logout'
]
=
"<a href='"
.
$baseUrl
.
"index.php/authorization/logout'>Выйти</a>"
;
return
$data
;
...
...
cp/application/views/header.php
View file @
aa74adf1
...
...
@@ -16,9 +16,6 @@
<body>
<!-- Шапка -->
<div
id=
"head"
>
<h3>
TYPOS
</h3>
</div>
<div
id=
"page"
>
<div
id=
"content"
>
<header
id=
"head"
>
<h1>
TYPOS@ETERSOFT - Сервис опечаток
</h1>
</header>
cp/application/views/menus/menu.php
View file @
aa74adf1
<div
class=
"left"
>
<div
id=
"menu"
>
<span
class=
"heading"
>
Меню
</span>
<hr>
<div
class=
"items"
>
<ul>
<?php
...
...
cp/stylesheet/stylesheet.css
View file @
aa74adf1
body
{
margin
:
0
;
}
#content
{
padding-top
:
30px
;
}
...
...
@@ -18,7 +22,27 @@
}
#menu
.items
{
text-align
:
left
;
text-align
:
center
;
font-size
:
120%
;
line-height
:
150%
;
color
:
#2E728A
;
}
#menu
.items
ul
{
padding
:
0
;
}
#menu
.items
a
{
text-decoration
:
none
;
}
#menu
.items
a
:visited
{
color
:
#2E728A
;
text-decoration
:
none
;
}
#menu
.items
a
:hover
{
color
:
#FF9C00
;
}
.body
{
...
...
@@ -26,6 +50,18 @@
float
:
left
;
}
#head
{
padding
:
8px
;
margin-bottom
:
15px
;
background-color
:
#F3F3F3
;
}
#head
h1
{
vertical-align
:
center
;
margin
:
0
;
color
:
#FF9C00
;
}
#footer
{
padding-top
:
50px
;
clear
:
both
;
...
...
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