mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
13 lines
No EOL
653 B
CSS
13 lines
No EOL
653 B
CSS
.thumbLegend { padding: 0 6px; color: #666; font-style:italic; font-size: 7px; }
|
|
.fld1 { width: 96px; min-width: 96px; padding: 0;
|
|
margin: 5px; display: inline;}
|
|
.lap2 { display: block; padding: 4px 15px 10px 15px; border: 0;}
|
|
.fld1:hover { background-color: #000; }
|
|
.fld1 a:hover { border:0; }
|
|
.thumbnail { margin: 2px auto; }
|
|
/* Advanced hacks for IE 7 */
|
|
*+html .thumbnail { display: inline; margin: 0 auto; }
|
|
*+html .lap2 span { position: relative; top: 50%; margin: 0 auto; }
|
|
*+html .lap2 { display: inline; position: relative; top: 0%; }
|
|
*+html .fld1 { width: auto; padding: 6px 0 6px 0; margin-top: 0px;}
|
|
*+html .thumbLegend { font-size: 10px; } |