Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 28, 2010
1 parent cd31ad5 commit 8e74820
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dolistore/modules/blockmysales/my-sales-images-product.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ function aff($lb_fr, $lb_other, $iso_langue_en_cours) {
$image_description = "";
$image_description = $_POST["legende_image_".$languageTAB[$x]['id_lang']];

/*
if ($image_description[$x] == "") {
echo "<div style='color:#FF0000'>"; aff("Tous les champs sont obligatoires.", "All fields are required.", $iso_langue_en_cours); echo " </div>";
$flagError = 1;
break;
}
}*/
}


Expand Down
17 changes: 14 additions & 3 deletions dolistore/themes/bureau2crea/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -1413,10 +1413,14 @@ div.myaccount .block_content {
float: left;
clear: none;
margin: 0px 0px 10px 5px;
padding: 2px 2px 2px 2px;
border: 1px solid #AAAAAA;
}

.products_block ul.product_images li.first {
margin: 0px 0px 10px 0px;
padding: 2px 2px 2px 2px;
border: 1px solid #AAAAAA;
}

/* Special style for block products in center column */
Expand Down Expand Up @@ -2181,8 +2185,9 @@ ul#product_list li h3 a {

ul#product_list li .new{
background-image: url(../img/new.png);
background-repeat: no-repeat;
position: absolute;
top: 0px;
/* padding-top: 20px; */
left: 0px;
z-index: 100;
width: 83px;
Expand Down Expand Up @@ -2759,13 +2764,16 @@ div#more_info_block ul#more_info_tabs li a.selected {
float: left;
position: relative;
margin:0pt auto;
width: 250px;
width: 460px;
}

#thumbs_list_frame{
width: 460px !important;
}
#thumbs_list{
overflow:hidden;
float:left;
width: 215px;
width: 460px;
}
#thumbs_list ul{
padding-left:0px;
Expand All @@ -2775,8 +2783,11 @@ div#more_info_block ul#more_info_tabs li a.selected {
#thumbs_list li{
float:left;
cursor:pointer;
border: 1px solid #AAAAAA;
width: 70px;
height: 70px;
margin-right: 4px !important;
padding: 1px 1px 1px 1px;
}
#view_scroll_left, #view_scroll_right{
background: url('../img/thumbs_left.gif') no-repeat center;
Expand Down

0 comments on commit 8e74820

Please sign in to comment.