Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
54bca090
Commit
54bca090
authored
Apr 15, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: switched span_1/2/3
parent
e6deb7f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
css/css.css
css/css.css
+16
-6
No files found.
css/css.css
View file @
54bca090
...
@@ -435,13 +435,11 @@ html body div.ui-panel a.unenhanced:active {
...
@@ -435,13 +435,11 @@ html body div.ui-panel a.unenhanced:active {
width
:
100%
;
width
:
100%
;
}
}
/* ============================= content grid ============================= */
/* ============================= content grid ============================= */
.span_1
,
.span_2
{
.span_1
,
.span_2
,
.span_3
{
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
width
:
45%
;
padding-left
:
2%
;
padding-left
:
2%
;
padding-right
:
2%
;
padding-right
:
2%
;
/* ~ 98% for 2 col layout */
padding-top
:
2%
;
padding-top
:
2%
;
}
}
/* form need no padding and align top */
/* form need no padding and align top */
...
@@ -450,19 +448,31 @@ form .span_1, form .span_2 {
...
@@ -450,19 +448,31 @@ form .span_1, form .span_2 {
padding-left
:
0%
;
padding-left
:
0%
;
padding-right
:
0%
;
padding-right
:
0%
;
}
}
.span_
1
textarea
{
.span_
2
textarea
{
width
:
57.5%
;
width
:
57.5%
;
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.span_
2
{
.span_
1
{
width
:
96%
/* 2% padding-left/right */
width
:
96%
/* 2% padding-left/right */
}
}
.span_2
{
width
:
45%
;
}
.span_3
{
width
:
29%
;
}
form
.span_1
{
form
.span_1
{
width
:
100%
;
}
form
.span_2
{
width
:
50%
;
width
:
50%
;
}
}
form
.span_3
{
width
:
33%
;
}
@media
(
max-width
:
40em
)
{
@media
(
max-width
:
40em
)
{
.span_1
,
.span_2
,
form
.span_1
,
form
.span_2
{
.span_1
,
.span_2
,
.span_3
,
form
.span_1
,
form
.span_2
,
form
.span_3
{
width
:
100%
;
width
:
100%
;
padding
:
.25em
0
;
padding
:
.25em
0
;
}
}
...
...
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