merge r6531 from trunk to branch 2.1

moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css

git-svn-id: http://piwigo.org/svn/branches/2.1@6532 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2010-06-15 04:11:33 +00:00
parent 49952e574c
commit 2a6e5d0a43
5 changed files with 3 additions and 13 deletions

View file

@ -38,7 +38,6 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
.content UL.thumbnails SPAN.wrap2 {
border: 1px solid #aaaaaa; /* thumbnails border color and style */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
.content UL.thumbnails SPAN.wrap2:hover,

View file

@ -53,7 +53,6 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
.content UL.thumbnails SPAN.wrap2 {
border: 1px solid #aaaaaa; /* thumbnails border color and style */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
.content UL.thumbnails SPAN.wrap2:hover,

View file

@ -6,7 +6,4 @@
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
<![endif]-->
<!--[if !IE]> <-->
<link rel="stylesheet" href="{$ROOT_URL}themes/default/not-ie.css" type="text/css">
<!--> <![endif]-->
<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">

View file

@ -1,8 +0,0 @@
/* 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 */
-webkit-border-radius: 4px; /* Safari webkit project */
}

View file

@ -317,6 +317,9 @@ DIV#comments DIV.description {
margin: 0; /* important reset the margins */
display: table-cell;/* block prevents vertical-align here */
vertical-align: middle;/* Ok with Opera and Geko not IE6 */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
-moz-border-radius: 4px; /* round corners with Geko */
-webkit-border-radius: 4px; /* Safari webkit project */
}
.content UL.thumbnails SPAN.wrap2 A,
.content UL.thumbnails LABEL {