mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
merge r1175 from branch-1_6 into trunk
fix: sessions css 3px image border goes from both clear and dark to image.css git-svn-id: http://piwigo.org/svn/trunk@1176 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -65,6 +65,11 @@ de l'image...
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#theImage IMG {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.navThumb {
|
||||
margin-top: 2px;
|
||||
}
|
||||
@@ -96,7 +101,7 @@ TABLE.infoTable .value {
|
||||
TABLE.infoTable .label {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
padding-right: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
TABLE.infoTable TD.value UL {
|
||||
|
||||
@@ -19,13 +19,13 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
|
||||
}
|
||||
|
||||
/* borders */
|
||||
#menubar DL, #content, #imageToolBar, #theImage IMG,
|
||||
#menubar DL, #content, #imageToolBar,
|
||||
#comments DIV.comment BLOCKQUOTE {
|
||||
border: 1px solid #d3d3d3;
|
||||
}
|
||||
|
||||
#theImage IMG {
|
||||
border-width: 3px;
|
||||
border-color: #d3d3d3;
|
||||
}
|
||||
|
||||
#content UL.thumbnail IMG {
|
||||
|
||||
@@ -46,13 +46,13 @@ H2, #menubar DT, .throw {
|
||||
}
|
||||
|
||||
/* borders */
|
||||
#menubar DL, #content, #imageToolBar, #theImage IMG,
|
||||
#menubar DL, #content, #imageToolBar,
|
||||
#comments DIV.comment BLOCKQUOTE {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
#theImage IMG {
|
||||
border-width: 3px;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
#content UL.thumbnail IMG {
|
||||
|
||||
Reference in New Issue
Block a user