mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
feature 2477: Remove unused CSS / html elements from version 2.3
git-svn-id: http://piwigo.org/svn/trunk@12479 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d4cf6a085c
commit
ef9766a291
8 changed files with 10 additions and 24 deletions
|
@ -376,11 +376,6 @@ IMG {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
HR.separation {
|
|
||||||
visibility: hidden;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** General defaults **/
|
/** General defaults **/
|
||||||
INPUT, SELECT {
|
INPUT, SELECT {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -465,7 +465,7 @@ function get_tags_content_title()
|
||||||
.l10n('remove this tag from the list')
|
.l10n('remove this tag from the list')
|
||||||
.'"><img src="'
|
.'"><img src="'
|
||||||
.get_root_url().get_themeconf('icon_dir').'/remove_s.png'
|
.get_root_url().get_themeconf('icon_dir').'/remove_s.png'
|
||||||
.'" alt="x" style="vertical-align:bottom;" class="button">'
|
.'" alt="x" style="vertical-align:bottom;">'
|
||||||
.'</a>';
|
.'</a>';
|
||||||
}
|
}
|
||||||
return $title;
|
return $title;
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label>
|
<label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label>
|
||||||
<input type="hidden" name="key" value="{$comment.KEY}">
|
<input type="hidden" name="key" value="{$comment.KEY}">
|
||||||
<input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}">
|
<input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}">
|
||||||
<input class="submit" type="submit" value="{'Submit'|@translate}">
|
<input type="submit" value="{'Submit'|@translate}">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
{else}
|
{else}
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<p><input class="submit" type="submit" value="{'Filter and display'|@translate}"></p>
|
<p><input type="submit" value="{'Filter and display'|@translate}"></p>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<input type="hidden" name="redirect" value="{$U_REDIRECT|@urlencode}">
|
<input type="hidden" name="redirect" value="{$U_REDIRECT|@urlencode}">
|
||||||
<input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}">
|
<input tabindex="4" type="submit" name="login" value="{'Submit'|@translate}">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="bottomButtons"><input class="submit" type="submit" name="submit" value="{'Change my password'|@translate}"></p>
|
<p class="bottomButtons"><input type="submit" name="submit" value="{'Change my password'|@translate}"></p>
|
||||||
{elseif $action eq 'reset'}
|
{elseif $action eq 'reset'}
|
||||||
|
|
||||||
<div class="message">{'Hello'|@translate} <em>{$username}</em>. {'Enter your new password below.'|@translate}</div>
|
<div class="message">{'Hello'|@translate} <em>{$username}</em>. {'Enter your new password below.'|@translate}</div>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="bottomButtons"><input class="submit" type="submit" name="submit" value="{'Submit'|@translate}"></p>
|
<p class="bottomButtons"><input type="submit" name="submit" value="{'Submit'|@translate}"></p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -290,8 +290,6 @@ y.callService(
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="separation">
|
|
||||||
|
|
||||||
{if isset($COMMENT_COUNT)}
|
{if isset($COMMENT_COUNT)}
|
||||||
<div id="comments">
|
<div id="comments">
|
||||||
{if $COMMENT_COUNT > 0}
|
{if $COMMENT_COUNT > 0}
|
||||||
|
|
|
@ -356,8 +356,8 @@ TD.calDayHead {
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageInfos {
|
#imageInfos {
|
||||||
position:relative;
|
position: relative;
|
||||||
min-height:110px;
|
min-height: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#linkPrev {
|
#linkPrev {
|
||||||
|
@ -415,9 +415,8 @@ TD.calDayHead {
|
||||||
margin-left:20em;
|
margin-left:20em;
|
||||||
}
|
}
|
||||||
.pictureContent #imageToolBar,
|
.pictureContent #imageToolBar,
|
||||||
.pictureContent #theImage,
|
.pictureContent #theImage {
|
||||||
.pictureContent hr.separation {
|
clear: none;
|
||||||
clear:none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -466,11 +465,6 @@ IMG {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
HR.separation {
|
|
||||||
visibility: hidden;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
#copyright {
|
#copyright {
|
||||||
clear: both;
|
clear: both;
|
||||||
font-size: 83%;
|
font-size: 83%;
|
||||||
|
@ -790,7 +784,6 @@ LEGEND {
|
||||||
.message {
|
.message {
|
||||||
background-color: lightyellow;
|
background-color: lightyellow;
|
||||||
color:#333;
|
color:#333;
|
||||||
/* margin: 0.5em 1em 0.5em 1em; */
|
|
||||||
margin-bottom:1em;
|
margin-bottom:1em;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue