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
2a89df83
Commit
2a89df83
authored
Apr 28, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: added custom footer css
parent
8086deb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
1 deletion
+52
-1
css/css.css
css/css.css
+52
-1
No files found.
css/css.css
View file @
2a89df83
...
@@ -690,7 +690,58 @@ html body .ui-controlbar .ui-carousel-controls .ui-btn[class*="ui-icon-"]:after
...
@@ -690,7 +690,58 @@ html body .ui-controlbar .ui-carousel-controls .ui-btn[class*="ui-icon-"]:after
/* reverse list item */
/* reverse list item */
.ui-listview.reverse
{
.ui-listview.reverse
{
margin
:
0
;
margin
:
0
;
}
/* intro text in header */
.beeper_text
{
display
:
inline-block
;
}
/* custom footer > override everything here, but many things are like in
the panel and some class assignment (first/last) is not working properly*/
html
body
.custom_footer
{
padding
:
.5em
0
1em
;
}
html
body
.custom_footer
.ui-listview
.ui-li-divider
{
border-color
:
transparent
;
}
html
body
.custom_footer
.ui-listview
.ui-li-divider
h3
{
font-weight
:
normal
;
font-size
:
95%
;
}
html
body
.custom_footer
.ui-listview
li
a
h3
{
font-weight
:
normal
;
}
html
body
.custom_footer
.ui-listview
li
a
{
background-image
:
none
;
background-color
:
none
;
}
html
body
.custom_footer
.ui-listview
li
:nth-child
(
2
)
a
{
border-top-left-radius
:
.6em
;
border-top-right-radius
:
.6em
;
-webkit-top-left-radius
:
.6em
;
-webkit-top-right-radius
:
.6em
;
}
html
body
.custom_footer
.ui-listview
li
:last-child
a
{
border-bottom-width
:
1px
;
border-bottom-left-radius
:
.6em
;
border-bottom-right-radius
:
.6em
;
-webkit-bottom-left-radius
:
.6em
;
-webkit-bottom-right-radius
:
.6em
;
}
html
body
.custom_footer
.ui-listview
{
display
:
inline-block
;
vertical-align
:
top
;
width
:
25%
;
padding-left
:
4%
;
padding-right
:
4%
;
box-shadow
:
none
;
-webkit-box-shadow
:
none
;
}
@media
(
max-width
:
60em
)
{
html
body
.custom_footer
.ui-listview
{
display
:
block
;
width
:
auto
;
padding
:
auto
;
}
}
}
...
...
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