xtras/mathuaerknedam 366:2e3b6a418a17: Mockie: Trim some padding...
commits at adium.im
commits at adium.im
Tue Feb 23 00:21:30 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/2e3b6a418a17
revision: 366:2e3b6a418a17
author: mathuaerknedam
date: Mon Feb 22 16:28:42 2010 -0600
Mockie: Trim some padding from the header.
diffs (35 lines):
diff -r 2b76fa176863 -r 2e3b6a418a17 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css Mon Feb 22 13:01:32 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css Mon Feb 22 16:28:42 2010 -0600
@@ -16,9 +16,9 @@
#topic #topicEdit
{
- padding-top: 8px;
- padding-right: 14px;
- padding-bottom: 8px;
+ padding-top: 4px;
+ padding-right: 12px;
+ padding-bottom: 5px;
padding-left: 14px;
display: block;
@@ -369,14 +369,14 @@
padding: 4px;
padding-top: 2px;
padding-bottom: 2px;
- -webkit-border-top-left-radius: 6px;
- -webkit-border-top-right-radius: 6px;
+ -webkit-border-bottom-left-radius: 6px;
+ -webkit-border-bottom-right-radius: 6px;
}
.history + :not(.history)
{
- margin-top: 18px;
- padding-top: 5px;
+ margin-top: 5px;
+ padding-top: 18px;
border-top: 4px solid rgba(0, 0, 0, .2);
border-top: 4px solid rgba(192, 192, 192, 1);
}
More information about the commits
mailing list