mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 06:44:56 +02:00
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:
Regular → Executable
@@ -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).
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user