diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-05-14 19:30:26 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-05-14 19:30:26 +0000 |
commit | d2c695ee899446f179878e746d5b65d03cb5816e (patch) | |
tree | 05d5da08cb4acde0ae24c10167ece3b67f628f7e /admin/themes/default/theme.css | |
parent | e97963464beeaa0c1447fdd23091473781a2a46c (diff) |
feature 2885: Add geoip info in the stats / history page
git-svn-id: http://piwigo.org/svn/trunk@22664 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 046d56be6..3357638b5 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -504,6 +504,15 @@ UL.tagSelection LI { } /* jQuery tooltips */ +.ui-tooltip { + padding: 8px; + position: absolute; + z-index: 9999; + max-width: 300px; + -webkit-box-shadow: 0 0 5px #aaa; + box-shadow: 0 0 5px #aaa; +} + .cluetip-outer { position: relative; border: 1px solid #111111; |