diff --git a/themes/3nids/3nids/css/screen.css b/themes/3nids/3nids/css/screen.css index 35c30c84..083362c5 100755 --- a/themes/3nids/3nids/css/screen.css +++ b/themes/3nids/3nids/css/screen.css @@ -25,6 +25,12 @@ float: right; } +.gCommentThumb{ + padding: 5px; + text-align: left; +} + + /** ******************************************************************* * 1) Basic HTML elements @@ -546,6 +552,12 @@ form .gError, .gCommentBox { border-bottom: 1px solid #555; } + +.gCommentBox:hover{ + background-color: black; + color: #ffffcc; +} + .gComment { margin-left: 2em; margin-top: .3em; diff --git a/themes/3nids/3nids/views/album.html.php b/themes/3nids/3nids/views/album.html.php index 75e5bb23..fc545510 100755 --- a/themes/3nids/3nids/views/album.html.php +++ b/themes/3nids/3nids/views/album.html.php @@ -14,7 +14,8 @@ is_photo()): ?> - image_url[img_count] = "file_url()?>"; + if(img_count>0){preload_image_object += ', ';} + preload_image_object += '"file_url()?>"'; img_count++; diff --git a/themes/3nids/3nids/views/comments.html.php b/themes/3nids/3nids/views/comments.html.php index 854ea65c..855be150 100755 --- a/themes/3nids/3nids/views/comments.html.php +++ b/themes/3nids/3nids/views/comments.html.php @@ -28,6 +28,7 @@ head() ?> +
" id="gAddCommentButton" class="gButtonLink ui-corner-all ui-icon-left ui-state-default right"> @@ -42,7 +43,7 @@