Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
NAP-wordpress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marwa Sfari
NAP-wordpress
Commits
85535e53
Commit
85535e53
authored
Jul 20, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix]Product page style
parent
aa21f946
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
main.css
wp-content/themes/nap/assets/css/main.css
+13
-2
No files found.
wp-content/themes/nap/assets/css/main.css
View file @
85535e53
...
...
@@ -134,6 +134,7 @@ select,
input
[
type
=
"text"
],
input
[
type
=
"email"
],
input
[
type
=
"tel"
],
input
[
type
=
"password"
],
textarea
{
border
:
1px
solid
rgba
(
26
,
26
,
26
,
0.1
);
width
:
100%
;
...
...
@@ -198,6 +199,7 @@ select,option{
opacity
:
1
!important
;
font-size
:
11px
!important
;
}
#user_login
,
#login
{
background
:
transparent
url(img/login.svg)
no-repeat
6%
50%
;
background-size
:
11px
;
...
...
@@ -761,7 +763,8 @@ footer{
}
.right-panel-wrapper
{
background
:
#fff
;
overflow
:
auto
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
left
:
100%
;
z-index
:
9999999
;
}
...
...
@@ -853,6 +856,9 @@ aside.news-wrapper {
width
:
49%
;
}
/* --------------*/
/* ---------->>> Product <<<-----------*/
/* --------------*/
#product
{
overflow
:
hidden
;
}
.product-images
{
width
:
59%
;
padding
:
39px
;
...
...
@@ -1030,8 +1036,13 @@ aside.news-wrapper {
z-index
:
999
;
background
:
#fff
;
}
.product-details
form
{
width
:
43.4%
;
overflow
:
auto
;
height
:
100%
;
}
.product-details
.list
{
width
:
21.7
%
;
width
:
50
%
;
padding
:
40px
30px
;
position
:
relative
;
height
:
100%
;
...
...
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