diff options
author | natural <natural> | 2006-12-20 02:56:15 +0000 |
---|---|---|
committer | natural <natural> | 2006-12-20 02:56:15 +0000 |
commit | 9a71cc9d01fc4eb398aea5efdd1b9b7f85824898 (patch) | |
tree | 243e119796327d2cb2c6c33c3b3d291a7e3f24a9 /kberylsettings/html | |
parent | e87833f32ea631dab7391484f0f89bedf669b80c (diff) | |
download | kberylsettings-9a71cc9d01fc4eb398aea5efdd1b9b7f85824898.tar.gz kberylsettings-9a71cc9d01fc4eb398aea5efdd1b9b7f85824898.tar.bz2 |
Added systray icon support, and blue version of beryl settings svg icon for it.
Fixed actions and action highlighting.
Removed pixmap/Makefile/*. Need to make symlinks sometime soon.
Other fixes as well.
Diffstat (limited to 'kberylsettings/html')
-rw-r--r-- | kberylsettings/html/plugin.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kberylsettings/html/plugin.html b/kberylsettings/html/plugin.html index e2f4f9f..93afbaf 100644 --- a/kberylsettings/html/plugin.html +++ b/kberylsettings/html/plugin.html @@ -13,12 +13,12 @@ <img src="%(logofile)s" style="margin: 10px" alt=""> </div> <div style="position: absolute; - top: 25px; - right: 100px; + top: 15px; + left: 70px; text-align: right; font-size: xx-large; font-weight: bold; - text-shadow: #fff 0px 0px 5px; + text-shadow: #fff 1px 1px 2px; color: #444"> %(pluginname)s </div> |