aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/fix-ie5-ie6.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-02- comment edit form looks ok now with the new comment layoutrvelices1-8/+2
- removed unused css / simplify it - simplified jquery drop boxes ... git-svn-id: http://piwigo.org/svn/trunk@13865 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27feature 2588: uniformization of picture.tplZaphod1-0/+7
picture.tpl is merge between default theme & elegant theme. css adaptation to have the image info displayed as a table with default. git-svn-id: http://piwigo.org/svn/trunk@13774 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19got rid of the last three very inefficient css rulesrvelices1-0/+18
git-svn-id: http://piwigo.org/svn/trunk@8772 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28- css sprites work for ie6rvelices1-1/+1
- simplify/remove css git-svn-id: http://piwigo.org/svn/trunk@8362 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-26simplify inefficient CSS rules according to pagespeedrvelices1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@8306 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23- more efficient css rules (according to pagespeed)rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@8269 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23css sprites attempt to fix ie6 displayrvelices1-0/+4
git-svn-id: http://piwigo.org/svn/trunk@8264 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-24css rules simplificationrvelices1-4/+4
- merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-22simplification of CSS rules (trunk only)rvelices1-0/+8
git-svn-id: http://piwigo.org/svn/trunk@7843 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-13feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall1-0/+0
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13complement to r3282, remove all $Id$ in source code.plegall1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13change: according to topic:15067, svn:keywords property was removedplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-03- fix tag cloud display with IE6/IE7 (without additionnal css hacks)rvelices1-7/+1
- collapsed several identical selectors into one git-svn-id: http://piwigo.org/svn/trunk@2648 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-24- remove functions_group.inc.php (empty for some years; avoid unnecessary ↵rvelices1-1/+27
include_file) - thumbnails-fix-ie5-ie6.css merged into fix-ie5-ie6.css (avoid 2 IE6 css file requests) - removed unused css git-svn-id: http://piwigo.org/svn/trunk@2456 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-23- merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7rvelices1-5/+0
- optimized sql query in permalinks - remove some unused global variable declarations - fix bug in admin/themeconf.inc.php git-svn-id: http://piwigo.org/svn/trunk@2356 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-20Change all #content by .content in css files.patdenice1-2/+2
In tpl files, id="content" stay here for backward compatibilities. Add some plugins triggers in index.tpl and picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2352 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-29fix bug 484 : (again) fix rateButtons display broken by svn:1491chrisaga1-5/+0
fix radio and checkbox display with Opera and IE (related to bug 490) git-svn-id: http://piwigo.org/svn/trunk@1515 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-29fix bug 490 (better fix) no absolute sizes for input fields, but they are ↵chrisaga1-18/+4
shorter in IE git-svn-id: http://piwigo.org/svn/trunk@1513 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-27fix bug 490: Inputs haven't the same size on different browserschrisaga1-0/+19
inputs inquickconnect are still smaller in IE but the layout is quite the same git-svn-id: http://piwigo.org/svn/trunk@1506 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-22fix bugs 244: different display of checkbox in IE/firefox and 484: Missing ↵chrisaga1-6/+2
onfocus/onblur in some user section *.tpl and many admin section *.tpl handle FORM elements with a behaviour (inputfix.htc) in IE the behaviour sets onfocus and onblur events too (no longer needed in *.tpl) other browsers use css selector :focus and [type=___] git-svn-id: http://piwigo.org/svn/trunk@1491 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-17fix bug 472: tags displayed outside of the menubar (at leas for Opera, ↵chrisaga1-0/+5
witing confirmation for Safari) git-svn-id: http://piwigo.org/svn/trunk@1479 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14fix bug 461: csshover.htc doesn't work if $conf['question_mark_in_urls'] = falsechrisaga1-5/+0
git-svn-id: http://piwigo.org/svn/trunk@1464 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08improve admin forms (SELECT.categoryList, add some ids, ...)chrisaga1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@1448 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08Cosmeticschrisaga1-1/+3
git-svn-id: http://piwigo.org/svn/trunk@1444 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24feature 434: split thumbnails in template so customization could be easyerchrisaga1-26/+2
git-svn-id: http://piwigo.org/svn/trunk@1384 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24improve template : feature 433: Separate IE6 css to be more IE7 readychrisaga1-2/+34
git-svn-id: http://piwigo.org/svn/trunk@1382 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22issue 426 step 1 reverted:nikrou1-0/+0
svn merge -r1466:1465 . svn merge -r1463:1462 . git-svn-id: http://piwigo.org/svn/trunk@1376 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-18Issue 426: first step; separation of admin and public into two templatesnikrou1-0/+0
Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-30git-svn-id: http://piwigo.org/svn/trunk@1328 ↵chrisaga1-0/+5
68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-23- improve : caddie display : now like the thumbails in category page. Valid ↵chrisaga1-1/+2
HTML (still an Opera issue) git-svn-id: http://piwigo.org/svn/trunk@1263 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22- improvement : minor improvements and bug fixes in templatechrisaga1-0/+5
git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-19- fix : bug 298 (vanishing objects in IE6)chrisaga1-0/+9
git-svn-id: http://piwigo.org/svn/trunk@1205 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-15- improve : protect IE7 from IE5&6 PNG fix and add a css dedicated to IE5&6 ↵chrisaga1-0/+2
fixes those fixes will eventually be moved into it to not bother IE7 git-svn-id: http://piwigo.org/svn/trunk@1181 68402e56-0260-453c-a942-63ccdbb3a9ee