diff --git a/module/file/view/buildform.html.php b/module/file/view/buildform.html.php index 3eca2f38d4..7a02b7080e 100644 --- a/module/file/view/buildform.html.php +++ b/module/file/view/buildform.html.php @@ -7,8 +7,8 @@ - - + + EOT; for($i = 1; $i <= $fileCount; $i ++) echo str_replace('$i', $i, $fileRow); diff --git a/www/theme/default/style.css b/www/theme/default/style.css index b933b53d9b..25dfa4a2b5 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -434,8 +434,8 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table #searchicon {padding:2px 8px; background:url(images/main/zt-icons.png) -102px -80px; margin-left:10px;} #searchmore {padding:2px 8px; background:url(images/main/zt-icons.png) -62px -80px no-repeat; margin-right:10px;} #searchlite {padding:2px 8px; background:url(images/main/zt-icons.png) -82px -80px no-repeat; margin-right:10px} -.icon-addFile {border:none; width:16px; padding:2px 8px; background:url(images/main/zt-icons.png) -120px 0px no-repeat;} -.icon-delFile {border:none; width:16px; padding:2px 8px; background:url(images/main/zt-icons.png) -100px 0px no-repeat;} +.icon-add {border:none; width:16px; padding:2px 8px; background:url(images/main/zt-icons.png) -120px 0px no-repeat;} +.icon-delete {border:none; width:16px; padding:2px 8px; background:url(images/main/zt-icons.png) -100px 0px no-repeat;} .icon-addFile:hover, .icon-delFile:hover {cursor:pointer} .icon-addProduct, .icon-addProject {padding:2px 10px 2px 8px; background:url(images/main/zt-icons.png) 0px -161px;} .icon-allProducts, .icon-allProjects {padding:2px 10px 2px 8px; background:url(images/main/zt-icons.png) -20px -161px;}