xtras/mathuaerknedam 195:cc0e793d5f92: SO3: Cap buddy icon size ...
commits at adium.im
commits at adium.im
Sun Nov 8 21:34:53 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/cc0e793d5f92
revision: 195:cc0e793d5f92
author: mathuaerknedam
date: Sun Nov 08 15:33:04 2009 -0600
SO3: Cap buddy icon size at 125px.
Subject: xtras/mathuaerknedam 196:38c8455fb29a: SO3: Now that the header/topic are togglable, remove padding-top from #Chat to push content out from under the header/topic.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/38c8455fb29a
revision: 196:38c8455fb29a
author: mathuaerknedam
date: Sun Nov 08 15:34:44 2009 -0600
SO3: Now that the header/topic are togglable, remove padding-top from #Chat to push content out from under the header/topic.
diffs (51 lines):
diff -r daf30359f670 -r 38c8455fb29a Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css Sun Nov 08 15:26:41 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css Sun Nov 08 15:34:44 2009 -0600
@@ -2,7 +2,7 @@
#Chat
{
- padding-top: 84px;
+ //padding-top: 84px;
}
#header
diff -r daf30359f670 -r 38c8455fb29a Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Sun Nov 08 15:26:41 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Sun Nov 08 15:34:44 2009 -0600
@@ -136,6 +136,8 @@
height: auto;
z-index:99;
-webkit-user-drag: element;
+ max-width: 125px;
+ max-height: 125px;
}
#Chat > div:last-of-type.message.showIcons:not(.IRC) img.x-icon
@@ -147,16 +149,10 @@
-webkit-border-radius: 5px;
}
-#Chat > div:last-of-type.message.showIcons:not(.IRC) img.x-icon[src*="buddy_icon.png"]
-{
- width: 128px;
- height: 128px;
-}
-
#Chat > div:last-of-type.message.showIcons:not(.IRC) .x-color[src*="buddy_icon.png"]
{
- width: 128px;
- height: 128px;
+ width: 125px;
+ height: 125px;
-webkit-border-radius: 5px;
position:fixed;
top: 12px;
@@ -164,7 +160,6 @@
z-index: 99;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5)));
-webkit-mask-box-image: url(../adiumy-mask.png);
- //background-image: url(../billeyes.png);
}
More information about the commits
mailing list