Ignore:
Timestamp:
Jul 6, 2012, 1:03:39 PM (12 years ago)
Author:
mistic100
Message:
  • stylish download page
  • if there is only one archive, the file is downloaded directly
  • improve configuration page + add sliders (needs Piwigo 2.4.2)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin/template/style.css

    r16379 r16392  
    22  clear:none !important;
    33}
     4
     5.property {
     6  width:auto !important;
     7}
     8
     9input[name='max_size'], input[name='max_elements'] {
     10  border:none;
     11  background:none;
     12  font-weight:bold;
     13  margin-left:5px;
     14}
     15
     16#max_size, #max_elements {
     17  display:inline-block;
     18  width:300px;
     19}
Note: See TracChangeset for help on using the changeset viewer.