diff options
author | flop25 <flop25@piwigo.org> | 2013-07-02 19:29:24 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-07-02 19:29:24 +0000 |
commit | 251bbd5704ba25a0147b287103eb67f5e90e1734 (patch) | |
tree | b064fe202cf1db80ed3a009b7da4b4d00ad04697 /themes/smartpocket/theme.css | |
parent | 6814153630d944730c956427ee7709e8337e883d (diff) |
bug:2848
The "More Info" link now works and redirects to the picture page
git-svn-id: http://piwigo.org/svn/trunk@23745 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/theme.css')
-rw-r--r-- | themes/smartpocket/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/smartpocket/theme.css b/themes/smartpocket/theme.css index 4afe50723..75a26b387 100644 --- a/themes/smartpocket/theme.css +++ b/themes/smartpocket/theme.css @@ -27,6 +27,7 @@ font-size: 1.1em;
text-decoration: none;
vertical-align: middle;
+ cursor: pointer;
}
.ui-panel-inner > .ui-listview {
margin: -15px -15px 0;
|