Skip to content

Commit

Permalink
[-] FO : Fix bug #PSCSX-826, bad z-index on labels
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Feb 24, 2014
1 parent e664b67 commit 9b88cdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions themes/default-bootstrap/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a img {
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block; }

/*!
/*
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
Expand All @@ -55,7 +55,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
Expand Down Expand Up @@ -3785,7 +3785,7 @@ td.visible-print {
th.hidden-print,
td.hidden-print {
display: none !important; } }
/*!
/*
* Font Awesome 3.2.1
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
Expand Down Expand Up @@ -5844,7 +5844,7 @@ table.table_block td {
height: 85px;
width: 85px;
text-align: center;
z-index: 0; }
z-index: 100; }

.new-box {
left: -4px; }
Expand Down
6 changes: 1 addition & 5 deletions themes/default-bootstrap/sass/global.sass
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ table.table_block td
height: 85px
width: 85px
text-align: center
z-index: 0
z-index: 100

.new-box
left: -4px
Expand Down Expand Up @@ -1324,8 +1324,6 @@ ul.step
.cancel, .cancel a
background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important

.star, .star a

.cancel a, .star a
display: block
width: 100%
Expand Down Expand Up @@ -1372,8 +1370,6 @@ div.star a:hover
padding: 5px 0
color: $base-text-color

.listcomment .authorcomment

.header-container
background: $light-background

Expand Down

0 comments on commit 9b88cdc

Please sign in to comment.