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
e5852bad
Commit
e5852bad
authored
May 21, 2018
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Задача 12794] Немного доработал стили
parent
f6367d7e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
2 deletions
+39
-2
menu.php
cp/application/views/menus/menu.php
+1
-1
index.jsx
cp/javascript/src/components/Typo/index.jsx
+1
-1
stylesheet.css
cp/stylesheet/stylesheet.css
+37
-0
No files found.
cp/application/views/menus/menu.php
View file @
e5852bad
<!-- Шапка-меню -->
<nav
class=
"header navbar navbar-expand-md navbar-light bg-light"
>
<a
href=
"#"
class=
"navbar-brand"
>
<img
src=
"//time.office.etersoft.ru/images/logo.png"
width=
"30"
height=
"30"
alt=
"Etersoft Logo"
>
<!-- <img src="//time.office.etersoft.ru/images/logo.png" width="30" height="30" alt="Etersoft Logo">--
>
TYPOS@ETERSOFT - Сервис опечаток
</a>
...
...
cp/javascript/src/components/Typo/index.jsx
View file @
e5852bad
...
...
@@ -30,7 +30,7 @@ export default class Typo extends Component {
<
div
className=
"card-buttons"
>
<
div
className=
"buttons-wrapper"
>
<
button
className=
"accept-button btn btn-
success
"
>
Исправить
</
button
>
<
button
className=
"accept-button btn btn-
warning
"
>
Исправить
</
button
>
<
button
className=
"decline-button btn btn-danger"
>
Отклонить
</
button
>
</
div
>
</
div
>
...
...
cp/stylesheet/stylesheet.css
View file @
e5852bad
...
...
@@ -20,6 +20,9 @@ body {
.header
{
margin-bottom
:
15px
;
border-bottom
:
1px
solid
#bbb
;
padding
:
0
!important
;
padding-right
:
10px
!important
;
}
.footer
{
...
...
@@ -39,4 +42,37 @@ body {
.tab-content
{
margin-top
:
10px
;
}
/* Bootstrap customizations */
.nav-pills
{
margin-bottom
:
5px
!important
;
}
li
.nav-item
{
cursor
:
pointer
;
border-bottom
:
1px
solid
transparent
;
border-radius
:
0
!important
;
}
li
.nav-item
:hover
{
border-bottom
:
1px
solid
#007bff
;
border-radius
:
0
!important
;
}
li
.nav-item
>
a
.nav-link.active
:hover
{
color
:
#ffc107
;
}
.navbar-nav
.nav-item.active
{
background-color
:
#ffc107
;
}
.navbar-brand
{
font-size
:
110%
!important
;
padding
:
5px
;
}
.nav-pills
.nav-item
{
margin-right
:
5px
;
}
\ No newline at end of file
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