mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-17 15:13:10 +02:00
- fix quick connect right margin (recent css simplification impact)
- index.php wrong nav bar generation under some plugin cases - css sprites in the quick connect are simpler and more compact git-svn-id: http://piwigo.org/svn/trunk@8432 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -64,13 +64,9 @@
|
||||
}
|
||||
|
||||
/* quickconnect form */
|
||||
#quickconnect {
|
||||
margin: 5px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#quickconnect FIELDSET {
|
||||
margin: 0;
|
||||
margin: 0 5px 0 0;
|
||||
padding: 0; /*IE6 requires padding 0*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user