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
e4b0883f
Commit
e4b0883f
authored
Nov 18, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added css for ribbon and captcha
parent
6295d0e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
+58
-0
css/css.css
css/css.css
+58
-0
No files found.
css/css.css
View file @
e4b0883f
...
...
@@ -233,3 +233,61 @@ html body .ui-btn.flag:after {
}
html
body
.ui-btn.flag.ui-icon-flag-cn
:after
{
background-position
:
0px
0px
;
}
html
body
.ui-btn.flag.ui-icon-flag-en
:after
{
background-position
:
0px
-18px
;
}
/* ====================== ribbon =================================== */
.ribbon-wrapper
{
width
:
85px
;
height
:
88px
;
overflow
:
hidden
;
position
:
absolute
;
top
:
-3px
;
right
:
-3px
;
}
.ribbon
{
font
:
bold
15px
Sans-Serif
;
color
:
#333
;
text-align
:
center
;
text-shadow
:
rgba
(
255
,
255
,
255
,
0.5
)
0px
1px
0px
;
-webkit-transform
:
rotate
(
45deg
);
-moz-transform
:
rotate
(
45deg
);
-ms-transform
:
rotate
(
45deg
);
-o-transform
:
rotate
(
45deg
);
position
:
relative
;
padding
:
7px
0
;
left
:
-5px
;
top
:
15px
;
width
:
120px
;
background-color
:
#BFDC7A
;
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#BFDC7A
),
to
(
#8EBF45
));
background-image
:
-webkit-linear-gradient
(
top
,
#BFDC7A
,
#8EBF45
);
background-image
:
-moz-linear-gradient
(
top
,
#BFDC7A
,
#8EBF45
);
background-image
:
-ms-linear-gradient
(
top
,
#BFDC7A
,
#8EBF45
);
background-image
:
-o-linear-gradient
(
top
,
#BFDC7A
,
#8EBF45
);
color
:
#6a6340
;
-webkit-box-shadow
:
0px
0px
3px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0px
0px
3px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0px
0px
3px
rgba
(
0
,
0
,
0
,
0.3
);
}
.ribbon
:before
,
.ribbon
:after
{
content
:
""
;
border-top
:
3px
solid
#6e8900
;
border-left
:
3px
solid
transparent
;
border-right
:
3px
solid
transparent
;
position
:
absolute
;
bottom
:
-3px
;
}
.ribbon
:before
{
left
:
0
;
}
.ribbon
:after
{
right
:
0
;
}
/* ====================== recaptcha =================================== */
/* needed to prevent captcha CSS being overriden by ERP5 td height 34px */
html
body
div
#recaptcha_area
table
#recaptcha_table
th
,
html
body
div
#recaptcha_area
table
#recaptcha_table
td
{
height
:
6px
;
}
\ 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