source: extensions/Back2Front/template/style.css @ 21212

Last change on this file since 21212 was 21212, checked in by mistic100, 11 years ago

update for Piwigo 2.5, multisize is disabled for photos with verso

File size: 613 bytes
Line 
1a.reverse {
2  display:none;
3  border:1px solid #666 !important;
4  padding:5px 5px;
5  margin-bottom:10px;
6  font-size:15px;
7  font-style:italic;
8  cursor:pointer;
9}
10a.reverse img {
11  vertical-align:top;
12}
13
14#theVersoImage {
15  display:none;
16}
17
18
19.lang_help {
20  display:inline-block;
21  width:16px;
22  text-align:center;
23  vertical-align:middle;
24  font-style:italic;
25  font-family:"Georgia",serif;
26  background-color:#999;
27  margin-left:15px;
28  color:#fff;
29  font-size:0.9em;
30  line-height:1.4em;
31  border-radius:7px;
32  -moz-border-radius:7px;
33}
34.lang_help:hover {
35  background-color:#333;
36  border:none;
37  color:#fff;
38}
Note: See TracBrowser for help on using the repository browser.