[Customisation Database Commits] r632 - in /trunk/titania/styles/default: template/common/contribution_details.html theme/common.css theme/images/no_screenshot.gif

Cesar G prototech at phpbb.com
Sun Feb 21 10:15:47 GMT 2010


Author: prototech
Date: Sun Feb 21 10:15:47 2010
New Revision: 632

Log:
Improved "no screenshot" image.

Modified:
    trunk/titania/styles/default/template/common/contribution_details.html
    trunk/titania/styles/default/theme/common.css
    trunk/titania/styles/default/theme/images/no_screenshot.gif

Modified: trunk/titania/styles/default/template/common/contribution_details.html
==============================================================================
*** trunk/titania/styles/default/template/common/contribution_details.html (original)
--- trunk/titania/styles/default/template/common/contribution_details.html Sun Feb 21 10:15:47 2010
***************
*** 2,8 ****
  	<div class="container demo">
  		<div class="inner"><span class="corners-top main-corners"><span></span></span>
  			<div class="no-screenshot">{L_NO_SCREENSHOT}</div>
! 			<!-- IF U_VIEW_DEMO --><br /><a href="{U_VIEW_DEMO}">{L_VIEW_DEMO}</a><!-- ENDIF -->
  
  			<!-- IF U_DOWNLOAD -->
  				<hr class="dashed" />
--- 2,8 ----
  	<div class="container demo">
  		<div class="inner"><span class="corners-top main-corners"><span></span></span>
  			<div class="no-screenshot">{L_NO_SCREENSHOT}</div>
! 			<!-- IF U_VIEW_DEMO --><a href="{U_VIEW_DEMO}">{L_VIEW_DEMO}</a><!-- ENDIF -->
  
  			<!-- IF U_DOWNLOAD -->
  				<hr class="dashed" />

Modified: trunk/titania/styles/default/theme/common.css
==============================================================================
*** trunk/titania/styles/default/theme/common.css (original)
--- trunk/titania/styles/default/theme/common.css Sun Feb 21 10:15:47 2010
***************
*** 120,127 ****
  .no-screenshot {
  	background: url("{T_THEME_PATH}/images/no_screenshot.gif") no-repeat 0 0;
  	width: 175px;
! 	height: 20px;
! 	padding-top: 100px;
  	margin: auto;
  	color: #D8D8D7;
  }
--- 120,127 ----
  .no-screenshot {
  	background: url("{T_THEME_PATH}/images/no_screenshot.gif") no-repeat 0 0;
  	width: 175px;
! 	height: 19px;
! 	padding-top: 101px;
  	margin: auto;
  	color: #D8D8D7;
  }

Modified: trunk/titania/styles/default/theme/images/no_screenshot.gif
==============================================================================
Binary files - no diff available.




More information about the customisationdb-commits mailing list