feature 2561: move some CSS rules from cat_modify.tpl to theme.css
git-svn-id: http://piwigo.org/svn/trunk@13020 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
36dd98bfab
commit
a68826cbb3
3 changed files with 25 additions and 3 deletions
|
@ -9,10 +9,10 @@
|
|||
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td style="width:1%;padding-right:10px;text-align:center;">
|
||||
<td id="albumThumbnail">
|
||||
{if isset($representant) }
|
||||
{if isset($representant.picture) }
|
||||
<a href="{$representant.picture.URL}"><img src="{$representant.picture.SRC}" alt="" style="border:2px solid #ddd"></a>
|
||||
<a href="{$representant.picture.URL}"><img src="{$representant.picture.SRC}" alt=""></a>
|
||||
{else}
|
||||
<img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_representant_random.png" alt="{'Random photo'|@translate}">
|
||||
{/if}
|
||||
|
@ -27,7 +27,7 @@
|
|||
{/if}
|
||||
</td>
|
||||
|
||||
<td style="vertical-align:top;border-left:2px solid #ddd;padding-left:10px;">
|
||||
<td id="albumLinks">
|
||||
<p>{$INTRO}</p>
|
||||
<ul style="padding-left:15px;">
|
||||
{if cat_admin_access($CAT_ID)}
|
||||
|
|
|
@ -1036,3 +1036,20 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
|
|||
.warningDeletion {display:none;font-style:italic;}
|
||||
|
||||
#debug { margin-left: 227px; font-size:12px; }
|
||||
|
||||
/* Album Properties */
|
||||
#albumThumbnail {
|
||||
width:1%;
|
||||
padding-right:10px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#albumThumbnail img {
|
||||
border:2px solid #ddd;
|
||||
}
|
||||
|
||||
#albumLinks {
|
||||
vertical-align:top;
|
||||
border-left:2px solid #ddd;
|
||||
padding-left:10px;
|
||||
}
|
|
@ -253,3 +253,8 @@ div.token-input-dropdown ul li {background-color:#eee;}
|
|||
div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color:#FF7800;}
|
||||
|
||||
#progressbar {border:1px solid #666; background-color:#666;}
|
||||
|
||||
/* Album Properties */
|
||||
#albumThumbnail img, #albumLinks {
|
||||
border-color:#333;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue