Ignore:
Timestamp:
Mar 9, 2010, 12:39:53 AM (14 years ago)
Author:
plg
Message:

feature 1489: integrate UploadForm into Piwigo core. The integration is not
100% done, I just "made it work" on trunk.

pclzip library was updated to version 2.8.2 for memory usage improvement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/default-layout.css

    r5067 r5089  
    500500#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
    501501.ie6fix {height:1px;width:1px; position:absolute;top:0px;left:0px;z-index:1;}
     502
     503/* Add photos, direct mode */
     504#uploadBoxes P {
     505  margin:0;
     506  margin-bottom:2px;
     507  padding:0;
     508}
     509
     510#batchLink {
     511  text-align:center;
     512}
     513
     514.category_selection {
     515  min-height:65px;
     516  margin-top:5px;
     517}
     518
     519.category_selection TABLE {
     520  margin:0;
     521}
     522
     523.formField {
     524  width:650px;
     525  margin:0 auto 20px auto;
     526  padding:10px;
     527  border: 2px solid #292929;
     528}
     529
     530.formFieldTitle {
     531  font-weight:bold;
     532  margin-bottom:10px;
     533}
     534
     535.formField P {
     536  margin:0;
     537}
     538
     539.formField TH {
     540  text-align:right;
     541  padding-right: 5px;
     542}
     543
     544#uploadFormSettings input[type="text"] {
     545  text-align:right;
     546}
     547
     548#uploadFormSettings TH {
     549  width:50%;
     550}
Note: See TracChangeset for help on using the changeset viewer.