- improvement : minor improvements and bug fixes in template
git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
456b2bda5a
commit
f6d5aefa8b
6 changed files with 16 additions and 8 deletions
|
@ -31,8 +31,7 @@ BODY#theAdminPage #content {
|
|||
#content DIV.thumbnailCategory DIV.description {
|
||||
height: 140px; /* max thumbnail height + 2px */
|
||||
}
|
||||
#content DIV.comment BLOCKQUOTE/*,
|
||||
#content DIV.thumbnailCategory DIV.description*/ {
|
||||
#content DIV.comment BLOCKQUOTE {
|
||||
margin-left: 150px; /*maximum thumbnail width + ~10px */
|
||||
}
|
||||
|
||||
|
|
|
@ -302,7 +302,7 @@ DIV.calImg {
|
|||
#content DIV.thumbnailCategory DIV.description {
|
||||
font-size: 90%;
|
||||
overflow: auto;
|
||||
width: inherit;
|
||||
/*width: inherit;*/
|
||||
}
|
||||
|
||||
#content DIV.thumbnailCategory DIV.description H3 {
|
||||
|
@ -319,6 +319,6 @@ DIV.calImg {
|
|||
|
||||
#content DIV.thumbnailCategory DIV.illustration {
|
||||
text-align: left;
|
||||
margin: 2px 0 2px 2px;
|
||||
margin: 2px 0 0 2px;
|
||||
float: left;
|
||||
}
|
||||
|
|
|
@ -30,7 +30,10 @@ INPUT, SELECT, TEXTAREA, FORM .nofocus {
|
|||
FORM .focus {
|
||||
background-color: #f5f5f5; /* whitesmoke */
|
||||
}
|
||||
|
||||
INPUT[type="radio"] { /* for Opera */
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.errors { /* Errors display */
|
||||
color: red;
|
||||
|
|
|
@ -137,7 +137,7 @@ FORM.filter FIELDSET LABEL {
|
|||
display: block;
|
||||
float: left;
|
||||
width: auto;
|
||||
margin-right: 10px;
|
||||
margin-right: 1em;
|
||||
padding: 0;
|
||||
}
|
||||
FORM.filter FIELDSET UL LABEL {
|
||||
|
@ -160,7 +160,7 @@ FORM.filter FIELDSET LABEL * SELECT,
|
|||
FORM.filter FIELDSET * LABEL TEXTAREA,
|
||||
FORM.filter FIELDSET LABEL * TEXTAREA {
|
||||
display: inline;
|
||||
vertical-align: baseline;
|
||||
vertical-align: top;
|
||||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,3 +9,8 @@ H1, #theHeader {
|
|||
height: 1em; /* for IE6 it's like min-height */
|
||||
}
|
||||
|
||||
/* to get less hugly checkboxes at least in tagSelection */
|
||||
UL.tagSelection LI INPUT {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!-- BEGIN categories -->
|
||||
<!-- $Id:$ -->
|
||||
<ul class="thumbnailCategories">
|
||||
<!-- BEGIN category -->
|
||||
<li>
|
||||
|
@ -12,8 +13,8 @@
|
|||
</div>
|
||||
<div class="description">
|
||||
<h3>
|
||||
{categories.category.ICON}
|
||||
<a href="{categories.category.URL}">{categories.category.NAME}</a>
|
||||
{categories.category.ICON}
|
||||
</h3>
|
||||
<p>{categories.category.CAPTION_NB_IMAGES}</p>
|
||||
<p>{categories.category.DESCRIPTION}</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue