Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities/web/stylesheet.py
diff options
context:
space:
mode:
Diffstat (limited to 'activities/web/stylesheet.py')
-rw-r--r--activities/web/stylesheet.py15
1 files changed, 4 insertions, 11 deletions
diff --git a/activities/web/stylesheet.py b/activities/web/stylesheet.py
index b513c14..3628818 100644
--- a/activities/web/stylesheet.py
+++ b/activities/web/stylesheet.py
@@ -16,19 +16,12 @@
import gtk
-_screen_factor = gtk.gdk.screen_width() / 1200.0
+from sugar.graphics import style
-links_Bubble = {
- 'box-width' : int(250.0 * _screen_factor)
-}
-
-links_Text = {
- 'color' : 0x000000FF,
- 'font' : '14px',
- 'padding' : 6
+links_Icon = {
+ 'size' : style.standard_icon_size
}
links_Box = {
- 'background_color' : 0x646464ff,
- 'padding' : 4
+ 'background_color' : 0x414141ff,
}