xtras/mathuaerknedam 505:5cb00c193b4f: Mockie: trim status spaci...
commits at adium.im
commits at adium.im
Fri Jun 11 03:58:49 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/5cb00c193b4f
revision: 505:5cb00c193b4f
author: mathuaerknedam
date: Thu Jun 10 12:35:57 2010 -0500
Mockie: trim status spacing and round corders of background so that status messages look a bit more 'finished' when a custom background is used.
diffs (74 lines):
diff -r a69dec3c447e -r 5cb00c193b4f Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- a/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Tue Jun 01 19:13:28 2010 -0500
+++ b/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Thu Jun 10 12:35:57 2010 -0500
@@ -100,12 +100,11 @@
word-wrap: normal;
}
-.x-text
+.x-text,
+.x-time
{
display: block;
- padding-top: 2px;
padding-right: 4px;
- padding-bottom: 2px;
padding-left: 4px;
}
@@ -114,13 +113,23 @@
font-weight: normal;
color: rgba(0, 0, 0, .6);
float: right;
+ margin-left: 4px;
+}
+
+.message .x-text,
+.message .x-time
+{
padding-top: 2px;
padding-bottom: 2px;
- padding-right: 4px;
- padding-left: 4px;
- margin-left: 4px;
- margin-top: 0px;
- margin-bottom: 0px;
+}
+
+.status .x-text,
+.event .x-text,
+.status .x-time,
+.event .x-time
+{
+ padding-top: 0px;
+ padding-bottom: 1px;
}
.status .x-text a:hover,
@@ -200,7 +209,7 @@
.firstFocus.event .x-wrap
{
margin-top: 18px;
- margin-top: 20px;
+ /*margin-top: 20px;*/
/*padding-top: 2px;*/
}
@@ -321,3 +330,17 @@
{
color: rgba(255, 255, 255, .9);
}
+
+.status .x-wrap,
+.event .x-wrap
+{
+ -webkit-border-radius: 3px;
+}
+
+.status.firstFocus .x-wrap,
+.event.firstFocus .x-wrap
+{
+ -webkit-border-top-left-radius: 0px;
+ -webkit-border-top-right-radius: 0px;
+}
+
More information about the commits
mailing list