merge from trunk r1443:1444 into branch 1.6 (cosmetics)

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1445 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2006-07-08 15:12:55 +00:00
parent 6653314edc
commit 8fe09b4c26
4 changed files with 9 additions and 2 deletions
Regular → Executable
View File
+5
View File
@@ -80,6 +80,11 @@ TEXTAREA.description {
overflow: auto;
}
SELECT.categoryList {
height: 20em;
width: 30em;
}
/**
* Filter forms are displayed label by label with the input (or select...)
* below the label. Use an UL to make a group (radiobox for instance).
+3 -1
View File
@@ -17,8 +17,10 @@ H1, #theHeader {
}
/* to get less hugly checkboxes at least in tagSelection */
/* as well as several forms */
FORM#update INPUT,
UL.tagSelection LI INPUT,
#content UL.thumbnails SPAN.wrap2 input {
#content UL.thumbnails SPAN.wrap2 INPUT {
border: none;
background-color: transparent;
}
+1 -1
View File
@@ -100,7 +100,7 @@
<fieldset>
<legend>{lang:search_options}</legend>
<label>{lang:search_categories}
<select style="width:200px" name="cat[]" multiple="multiple" size="8" onfocus="this.className='focus';" onblur="this.className='nofocus';">
<select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='focus';" onblur="this.className='nofocus';">
<!-- BEGIN category_option -->
<option value="{category_option.VALUE}">{category_option.OPTION}</option>
<!-- END category_option -->