mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 17:02:17 +02:00
273ea4de5c
(New): mozilla family hacks are all in a not-ie.css (New): HTTP Upload has been moved (enhanced visibility). git-svn-id: http://piwigo.org/svn/trunk@1832 68402e56-0260-453c-a942-63ccdbb3a9ee
20 lines
470 B
CSS
20 lines
470 B
CSS
/* $Id$ */
|
|
|
|
/* All directives not supported by IE */
|
|
/* can be overiden in any theme but not hidden to IE */
|
|
|
|
#content UL.thumbnails SPAN.wrap2 {
|
|
-moz-border-radius: 4px; /* round corners with Geko */
|
|
}
|
|
#content DIV#comments {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
-moz-box-sizing: padding-box !important;
|
|
}
|
|
FORM#quickconnect LABEL {
|
|
margin:0;
|
|
width: 100%;
|
|
-moz-box-sizing: padding-box !important;
|
|
box-sizing: border-box; /* CSS3 */
|
|
}
|