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
3734d9c2
Commit
3734d9c2
authored
Nov 29, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added breadcrumb css
parent
af5b33e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
css/css.css
css/css.css
+29
-1
No files found.
css/css.css
View file @
3734d9c2
...
...
@@ -17,6 +17,7 @@ html body .required.invalid ~ label {
.info
:last-child:after
{
content
:
none
;
}
.dashed
a
,
.dashed.a
{
border-style
:
dashed
;
opacity
:
.75
;
...
...
@@ -176,7 +177,7 @@ tbody .large {
margin-bottom
:
.25em
;
}
}
/*
custom signin buttons: thx Zocial http://zocial.smcllns.com/
*/
/*
====================== Sign in With =====================================
*/
.signin_google
,
.signin_google
:visited
{
background
:
#DD4B39
!important
;
...
...
@@ -293,4 +294,31 @@ html body div#recaptcha_area table#recaptcha_table td {
}
html
body
form
input
.secure_form
{
display
:
none
;
}
/* ============================== breadcrumbs ============================== */
.crumbs
a
.ui-btn
,
.crumbs
a
.ui-link
{
font-size
:
80%
;
line-height
:
100%
;
display
:
inline-block
;
background
:
0
none
;
background-image
:
none
;
text-decoration
:
none
;
border
:
0
none
;
box-shadow
:
none
;
-webkit-box-shadow
:
none
;
vertical-align
:
middle
;
margin
:
0
;
text-transform
:
capitalize
;
}
.crumbs
a
.ui-link
{
}
.crumbs
a
.ui-link
:hover
,
.crumbs
a
.ui-link
:active
{
text-decoration
:
underline
;
}
.crumbs
a
.ui-btn
:after
{
margin-top
:
-6px
;
font-size
:
1.2em
;
}
\ No newline at end of file
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