mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- Misalignement of navigation arrows in picture.tpl (specific IE)
- Comments are now an unlimited textarea git-svn-id: http://piwigo.org/svn/trunk@711 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -105,12 +105,13 @@ div.information { font-size:14px; font-weight:bold;}
|
||||
float:left;
|
||||
width:30%;
|
||||
text-align:left;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
#centre
|
||||
{
|
||||
float:left;
|
||||
width:40%;
|
||||
width:39%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
</div>
|
||||
<!-- END stop_slideshow -->
|
||||
<div style="clear:both;"></div>
|
||||
<div style="white-space:nowrap;">
|
||||
<div id="gauche">
|
||||
|
||||
<!-- BEGIN previous -->
|
||||
@@ -91,6 +92,7 @@
|
||||
<!-- END next -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
<!-- BEGIN metadata -->
|
||||
<table class="tablecompact">
|
||||
@@ -160,7 +162,8 @@
|
||||
<!-- END author_known -->
|
||||
{L_COMMENT}</td>
|
||||
<td style="width:100%;">
|
||||
<input name="content" type="text" maxlength="200" style="width:100%;" value="" /></td><td>
|
||||
<textarea name="content" rows="2" style="width:100%;"></textarea>
|
||||
</td><td>
|
||||
<input type="submit" value="{L_SUBMIT}" class="bouton" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user