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
1a67168a
Commit
1a67168a
authored
Jan 22, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed positioning of action menu in 2 col layout
parent
6ab42332
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
css/css.css
css/css.css
+7
-0
No files found.
css/css.css
View file @
1a67168a
...
...
@@ -338,6 +338,11 @@ html body form input.secure_form {
margin-top
:
-6px
;
font-size
:
1.2em
;
}
@media
(
max-width
:
40em
)
{
.crumbs
{
display
:
none
;
}
}
/* ============================== status loader ============================== */
/* fadeout "heartbeat" transition with 1sec delay */
.loader_icon
{
...
...
@@ -443,9 +448,11 @@ form .span_1 {
.span_2
.ui-controlgroup-horizontal
,
.span_1
form
,
.span_2
form
{
/*
margin-top: 1em;
margin-bottom: 1em;
vertical-align: middle;
*/
}
@media
(
max-width
:
40em
)
{
.span_1
,
.span_2
,
form
.span_1
,
form
.span_2
{
...
...
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