mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
cclear template almost working good for BSF
git-svn-id: http://piwigo.org/svn/trunk@837 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -21,13 +21,17 @@
|
||||
|
||||
#content UL.thumbnails LI {
|
||||
display: inline;
|
||||
text-align: center; /* eventuellement */
|
||||
margin: 0; padding: 0;
|
||||
}
|
||||
|
||||
#content UL.thumbnails SPAN {
|
||||
margin: 0 10px 10px 10px;
|
||||
vertical-align: top;
|
||||
width: 128px; /* FIXME */
|
||||
display:table-cell; display:inline-table; display:inline-block;
|
||||
margin: 0 10px 10px 10px;
|
||||
vertical-align: top;
|
||||
width: 128px;
|
||||
display:table-cell; /* for geko */
|
||||
display:inline-table; /* for ??? (ask yoDan) */
|
||||
display:inline-block; /* for IE */
|
||||
}
|
||||
#content UL.thumbnails LI>SPAN { vertical-align: baseline; }
|
||||
#content UL.thumbnails LI IMG.thumbnail { margin-bottom: .4ex; }
|
||||
@@ -65,16 +69,22 @@
|
||||
}
|
||||
|
||||
/* actions */
|
||||
div.titrePage ul.categoryActions {
|
||||
float: right;
|
||||
ul.categoryActions {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
ul.categoryActions>li {
|
||||
#content div.titrePage ul.categoryActions {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#content ul.categoryActions>li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
ul.categoryActions a img, ul.categoryActions a {
|
||||
#content ul.categoryActions a img, ul.categoryActions a {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user