Skip to content

Commit

Permalink
js and css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dasasha committed May 17, 2012
1 parent 6c45b83 commit c16525f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions punk-shop-yii/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ body
width: 220px;
float: right;
right: 0px;
top: 10px;
top: 40px;
border-top: 1px solid #adb2b5;
border-left: 1px solid #adb2b5;
border-right: 1px solid #adb2b5;
Expand All @@ -94,7 +94,7 @@ body
font-size:21px;
font-family: calibri;
text-decoration: none;
color: #234f68;
color: #4d9ac6;

margin:0 !important;
padding:0 0 0 0 !important;
Expand Down
4 changes: 4 additions & 0 deletions punk-shop-yii/protected/views/goods/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
<!--<h1>Обновить товар <?php echo $model->id; ?></h1>-->
<h1>Обновить товар - <?php echo $model->title; ?></h1>
<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>
<script>
input = document.getElementsByTagName('input');
input[4].size=45;
</script>

0 comments on commit c16525f

Please sign in to comment.