Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/stylesheet.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-11-17 21:59:50 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-11-17 21:59:50 (GMT)
commitc3346f842f512599f10296d0d95a5c4f658962aa (patch)
tree9592f06136619e4036519b9488f32464e8c8722b /shell/view/stylesheet.py
parent5f03e1deb014d91af7deea5051011a67bc2dde5c (diff)
Revert "First implementation of ClipboardService. Implement pdf viewing and downloading via ClipboardService."
This reverts commit 59d57a03d9673e4f8f9c07aa7ba84edef32b8976.
Diffstat (limited to 'shell/view/stylesheet.py')
-rw-r--r--shell/view/stylesheet.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/shell/view/stylesheet.py b/shell/view/stylesheet.py
index 1870f9c..e6c0688 100644
--- a/shell/view/stylesheet.py
+++ b/shell/view/stylesheet.py
@@ -60,21 +60,3 @@ friends_FriendIcon = {
friends_ActivityIcon = {
'size' : style.standard_icon_size
}
-
-clipboard_bubble = {
- 'fill-color' : 0x646464FF,
- 'stroke-color' : 0x646464FF,
- 'progress-color': 0x333333FF,
- 'spacing' : style.space_unit,
- 'padding' : style.space_unit * 1.5
-}
-
-clipboard_menu_item_title = {
- 'xalign': hippo.ALIGNMENT_START,
- 'padding-left': 5,
- 'color' : 0xFFFFFFFF,
- 'font' : style.get_font_description('Bold', 1.2)
-}
-
-style.register_stylesheet("clipboard.Bubble", clipboard_bubble)
-style.register_stylesheet("clipboard.MenuItem.Title", clipboard_menu_item_title)