diff options
author | priyanka | 2014-08-20 11:16:32 +0530 |
---|---|---|
committer | priyanka | 2014-08-20 11:16:32 +0530 |
commit | d34b95a4d54f08d8527ea8c8c88bd3ca106befa2 (patch) | |
tree | 7a9664b291a720c5a4b044df9b8a045505390ac0 | |
parent | 2bd3983d9f3120edbd4bf55bb430e69aea060aac (diff) | |
download | scilab_theme-d34b95a4d54f08d8527ea8c8c88bd3ca106befa2.tar.gz scilab_theme-d34b95a4d54f08d8527ea8c8c88bd3ca106befa2.tar.bz2 scilab_theme-d34b95a4d54f08d8527ea8c8c88bd3ca106befa2.zip |
added aicte feedback form link
-rwxr-xr-x | css/style.css | 2 | ||||
-rwxr-xr-x | css/testimonials_front.css | 4 | ||||
-rwxr-xr-x | orbit-1.2.3/orbit-1.2.3.css | 2 | ||||
-rwxr-xr-x | templates/page-front.tpl.php | 10 |
4 files changed, 9 insertions, 9 deletions
diff --git a/css/style.css b/css/style.css index 1e8e5f7..f22cd9d 100755 --- a/css/style.css +++ b/css/style.css @@ -557,7 +557,7 @@ float:right; color:#FFF; display:block; text-decoration:none; - padding:0 20px; + padding:0 16px; padding-bottom: 7px; } #main-menu ul li a:hover diff --git a/css/testimonials_front.css b/css/testimonials_front.css index f63e4fe..ea2979e 100755 --- a/css/testimonials_front.css +++ b/css/testimonials_front.css @@ -5,10 +5,10 @@ #testimonials_front{ - padding: 20px 20px 15px 20px; + padding: 10px 20px 15px 20px; background:url('../images/open-quote.png') no-repeat ; background-size: 22px 22px; - background-position: 18px 30px; + background-position: 18px 23px; text-align:justify; min-height:90px; margin-top: 10px; diff --git a/orbit-1.2.3/orbit-1.2.3.css b/orbit-1.2.3/orbit-1.2.3.css index 91e8942..e9d7145 100755 --- a/orbit-1.2.3/orbit-1.2.3.css +++ b/orbit-1.2.3/orbit-1.2.3.css @@ -198,4 +198,4 @@ div.slider-nav span.left { .orbit-bullets li.active.has-thumb { background-position: 0 0; - border-top: 2px solid #000; }
\ No newline at end of file + border-top: 2px solid #000; } diff --git a/templates/page-front.tpl.php b/templates/page-front.tpl.php index 8675895..e2488c7 100755 --- a/templates/page-front.tpl.php +++ b/templates/page-front.tpl.php @@ -342,7 +342,7 @@ ?>--> <?php $node = node_load(678); print $node->teaser; ?> - <a href="overview" class="read_more">Read more..</a> + <a href="overview" class="read_more">Read more</a> </div> <div id="teaser_block_right"><h2>Features</h2> <!--<?php @@ -354,8 +354,8 @@ ?>--> <?php $node = node_load(47); print $node->teaser; ?> - <!-- <a href="scilabfeatures" class="read_more"style="position: relative; top: 20px;">Read more..</a> --> - <a href="scilabfeatures" class="read_more"style="position: relative;">Read more..</a> + <!-- <a href="scilabfeatures" class="read_more"style="position: relative; top: 20px;">Read more</a> --> + <a href="scilabfeatures" class="read_more"style="position: relative;">Read more</a> </div> </div> <?php print $content; ?> @@ -394,9 +394,9 @@ else { $cut= drupal_substr($string, 0, 260); } - echo "<li><i><p style='margin-top:-7px'>{$cut}</i></p><a href='' id='$row->id' data-target='#dialog{$row->id}' class='testimonial_read_more'>Read more..</a> + echo "<li><i><p style='margin-top:-7px'>{$cut}</i><a href='' id='$row->id' data-target='#dialog{$row->id}' class='testimonial_read_more'>Read more</a></p> <div id='dialog{$row->id}' class='dialog'> - <img src='sites/all/themes/scilab/images/x.png' style='margin-top:-25px ;margin-left:704px;' class='lightbox_close'> + <img src='sites/all/themes/scilab/images/x.png' style='margin-top:-25px ;margin-left:735px;' class='lightbox_close'> <i><p style='margin-top:-1px'>{$row->body}</i><hr/><br/> <p style='text-align:right;margin-top:-15px'>{$row->name},</p> <p style='text-align:right;margin-top:-15px'>{$row->department}, |