Ignore:
Timestamp:
Mar 14, 2012, 2:34:13 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.3

  • if cl_conflit is used, don't add jQuery.noConflict
  • fix the possibility to toggle visibility of image informations
  • show logout link when connected - thanks to gbo
  • update jquery to 1.4.4
  • backport commit from piwigo: r6244, r6430 & r6438
  • add gitignore
  • update javascripts + add script to combine/minify
  • apply r6594 from piwigo's trunk
  • move jquery in the header, using known_script
  • translation for the menu title
  • add 1px icon start_filter.png to avoid loading error with rvtree plugin
  • margin for error & info divs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/content.css

    r13548 r13549  
    3434#the_page {
    3535  width: 85%;
    36   min-width: 900px;
     36  min-width: 960px;
    3737  margin: 0 auto;
    3838  padding: 0;
     
    123123  color: #e04040;
    124124  border: 1px dashed;
    125   margin: 0 1em;
     125  margin: 1em;
    126126}
    127127
     
    292292  float: right;
    293293  clear: right;
    294   width: 20%;
    295   margin: 0 1em 0;
     294  width: 180px;
     295  margin: 0 10px;
    296296}
    297297
     
    311311#theImage {
    312312  text-align: center;
    313   padding: 1em 0;
     313  padding: 1em 0 2em;
    314314  margin: auto;
    315315}
     
    398398}
    399399
     400#theCommentsPage form label {
     401  display: inline-block;
     402  line-height: 25px;
     403}
     404
    400405/* calendar */
    401406
Note: See TracChangeset for help on using the changeset viewer.