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
03e76775
Commit
03e76775
authored
Apr 28, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: add more custom css
parent
57e7ee07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
1 deletion
+42
-1
css/css.css
css/css.css
+42
-1
No files found.
css/css.css
View file @
03e76775
...
...
@@ -743,7 +743,48 @@ html body .custom_footer .ui-listview {
padding
:
auto
;
}
}
/* custom bar */
.custom_bar
{
vertical-align
:
top
;
}
.custom_bar_header
{
border-top-left-radius
:
0.6em
;
border-top-right-radius
:
0.6em
;
line-height
:
1em
;
min-height
:
1em
;
padding
:
0.5em
0
;
vertical-align
:
bottom
;
width
:
100%
;
background-color
:
#fff
;
border
:
1px
solid
#aaa
;
color
:
#fff
;
margin-bottom
:
-1.5em
;
position
:
relative
;
z-index
:
1
;
background-color
:
#FF712B
;
}
.custom_bar_header
~
img
{
border
:
1px
solid
#aaa
;
border-radius
:
0
;
-webkit-border-radius
:
0
;
border-bottom-width
:
1px
;
border-bottom-left-radius
:
.6em
;
border-bottom-right-radius
:
.6em
;
-webkit-bottom-left-radius
:
.6em
;
-webkit-bottom-right-radius
:
.6em
;
width
:
100%
;
z-index
:
-1
;
}
/* custom_profit button position */
html
body
.custom_bar
a
.ui-btn.custom_profit
{
margin-top
:
-3.5em
;
background-color
:
#FF712B
;
color
:
#fff
;
text-shadow
:
none
!important
;
}
html
body
.custom_bar
a
.ui-btn.custom_profit
:hover
{
color
:
#aaa
;
}
...
...
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