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
ab1c35ed
Commit
ab1c35ed
authored
Apr 24, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: fixed display of span_1,2,3 (again)
parent
eca4cb5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
css/css.css
css/css.css
+24
-2
No files found.
css/css.css
View file @
ab1c35ed
...
...
@@ -435,6 +435,12 @@ html body div.ui-panel a.unenhanced:active {
width
:
100%
;
}
/* ============================= content grid ============================= */
/* everything wrapped in a span as sibling of content goes top! */
html
div
.ui-content
>
.span_1
,
html
div
.ui-content
>
.span_2
,
html
div
.ui-content
>
.span_3
{
vertical-align
:
top
;
}
.span_1
{
width
:
96%
;
/* 2% padding-left/right */
display
:
block
;
...
...
@@ -473,13 +479,23 @@ form .span_2 {
form
.span_3
{
width
:
33%
;
}
/* mh....*/
form
{
max-width
:
80%
;
margin-left
:
auto
;
margin-right
:
auto
;
}
@media
(
max-width
:
40em
)
{
form
{
max-width
:
auto
;
margin
:
auto
;
}
.span_1
,
.span_2
,
.span_3
,
form
.span_1
,
form
.span_2
,
form
.span_3
{
width
:
auto
;
/* 100 does not work... why? */
display
:
block
;
padding
:
.25em
0
;
}
.span_
1
textarea
{
.span_
2
textarea
{
width
:
100%
;
}
}
...
...
@@ -534,9 +550,15 @@ tbody .large {
padding-bottom
:
1em
;
width
:
100%
;
}
.ui-panel
.dyno
{
.ui-panel
.dyno
,
.ui-content
.span_1
.dyno
,
.ui-content
.span_2
.dyno
,
.ui-content
.span_3
.dyno
{
padding
:
0
;
}
.dyno
>
div
.ui-table-wrapper
:first-child
{
margin
:
0
;
}
/* ======================== CUSTOM CSS ===================================*/
/* green */
...
...
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