This patch tweaks the Hotot CSS file a bit to save screen space by removing the profile images and tightening the rendering a bit. --- hotot/hotot/hotot.py +++ hotot/hotot/hotot.py 2011-01-29 16:31:57.167186459 +0100 @@ -111,7 +111,7 @@ menubar.show_all() vbox.pack_start(menubar, expand=0, fill=0, padding=0) ## - self.window.set_geometry_hints(min_height=380, min_width=460) + self.window.set_geometry_hints(min_height=38, min_width=46) self.window.show() self.window.connect('delete-event', gtk.Widget.hide_on_delete) self.window.connect('size-allocate', self.on_size_allocate) --- hotot/data/ui/css/style.css +++ hotot/data/ui/css/style.css @@ -1772,34 +1772,38 @@ margin: 5px; width: 48px; height: 48px; float: left; position: relative; background-image: url(''); background-repeat: no-repeat; background-size: contain; -webkit-border-radius: 7px; -webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(0,0,0, 0.6))); + + display: none; + width: -48px; + height: 0; } .avator_hlight { background: url(../imgs/avator_hlight.png) no-repeat; display: block; height: 48px; position: absolute; left: 1px; top: 1px; width: 48px; z-index: 000; } .tweet_body { - margin: 0 0 0 65px; + margin: 0 0 0 0; padding: 5px 10px 20px 10px; min-height: 50px; position: relative; border-radius: 5px 5px; } .tweet_body > .who { position: absolute; height: 20px; line-height: 20px; @@ -1816,21 +1820,21 @@ background: transparent url(../imgs/ic16_retweet_light.png) no-repeat; } .tweet_body a { text-decoration: none; } .tweet_body > .text { font-size: 12px; line-height: 1.5em; - margin-top: 20px; + margin-top: 15px; word-wrap: break-word; } .tweet_ctrl { list-style-type: none; height: 24px; text-align: right; position: absolute; top: 0px; right: 10px;