xtras/mathuaerknedam 544:4e6067f15e86: Smooth Operator: remove e...
commits at adium.im
commits at adium.im
Tue Dec 21 01:55:05 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/4e6067f15e86
revision: 544:4e6067f15e86
author: mathuaerknedam
date: Mon Dec 20 16:17:21 2010 -0600
Smooth Operator: remove experimental upward focus indicator.
Subject: xtras/mathuaerknedam 545:cbe89adba792: Smooth Operator: Fix slight (.18em) mis alignment between sender and message in the Classic variant.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/cbe89adba792
revision: 545:cbe89adba792
author: mathuaerknedam
date: Mon Dec 20 16:23:05 2010 -0600
Smooth Operator: Fix slight (.18em) mis alignment between sender and message in the Classic variant.
diffs (155 lines):
diff -r b3161bf68d50 -r cbe89adba792 Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Mon Dec 20 08:49:10 2010 -0600
+++ b/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Mon Dec 20 16:23:05 2010 -0600
@@ -31,20 +31,7 @@
margin-top: -7px;
right: 5px;
font-size: 9px;
- content: "\25bc";
- color: rgba(64, 64, 64, 1);
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
-}
-
-.firstFocus ~ div #insert:after,
-.firstFocus #insert:after
-{
- position: absolute;
- font-family: AppleGothic;
- margin-top: -3px;
- right: 5px;
- font-size: 9px;
- content: "\25b2";
+ content: "\2b07";
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
diff -r b3161bf68d50 -r cbe89adba792 Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Mon Dec 20 08:49:10 2010 -0600
+++ b/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Mon Dec 20 16:23:05 2010 -0600
@@ -27,20 +27,7 @@
margin-top: -11px;
right: 5px;
font-size: 9px;
- content: "\25bc";
- color: rgba(64, 64, 64, 1);
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
-}
-
-.firstFocus ~ div #insert:after,
-.firstFocus #insert:after
-{
- position: absolute;
- font-family: AppleGothic;
- margin-top: -1px;
- right: 5px;
- font-size: 9px;
- content: "\25b2";
+ content: "\2b07";
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
@@ -129,6 +116,7 @@
display: block;
padding-top: 0px;
padding-bottom: 1px;
+ margin-left: .18em;
}
.consecutive.message .x-wrap
@@ -177,6 +165,7 @@
font-weight: bold;
display: block;
padding-bottom: 3px;
+ margin-left: .18em;
}
.message.hideIcons .x-sender,
@@ -230,12 +219,12 @@
letter-spacing: -.2em;
font-family: Lucida Grande;
float: left;
- margin-right: .18em;
}
.message .x-message
{
display: block;
+ margin-left: .18em;
}
.message .x-mark:before
diff -r b3161bf68d50 -r cbe89adba792 Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Mon Dec 20 08:49:10 2010 -0600
+++ b/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Mon Dec 20 16:23:05 2010 -0600
@@ -27,20 +27,7 @@
margin-top: -7px;
right: 5px;
font-size: 9px;
- content: "\25bc";
- color: rgba(64, 64, 64, 1);
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
-}
-
-.firstFocus ~ div #insert:after,
-.firstFocus #insert:after
-{
- position: absolute;
- font-family: AppleGothic;
- margin-top: -3px;
- right: 5px;
- font-size: 9px;
- content: "\25b2";
+ content: "\2b07";
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
diff -r b3161bf68d50 -r cbe89adba792 Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time.css
--- a/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time.css Mon Dec 20 08:49:10 2010 -0600
+++ b/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time.css Mon Dec 20 16:23:05 2010 -0600
@@ -26,20 +26,7 @@
margin-top: -7px;
right: 5px;
font-size: 9px;
- content: "\25bc";
- color: rgba(64, 64, 64, 1);
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
-}
-
-.firstFocus ~ div #insert:after,
-.firstFocus #insert:after
-{
- position: absolute;
- font-family: AppleGothic;
- margin-top: -3px;
- right: 5px;
- font-size: 9px;
- content: "\25b2";
+ content: "\2b07";
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
diff -r b3161bf68d50 -r cbe89adba792 Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Mon Dec 20 08:49:10 2010 -0600
+++ b/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Mon Dec 20 16:23:05 2010 -0600
@@ -26,20 +26,7 @@
margin-top: -7px;
right: 5px;
font-size: 9px;
- content: "\25bc";
- color: rgba(64, 64, 64, 1);
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
-}
-
-.firstFocus ~ div #insert:after,
-.firstFocus #insert:after
-{
- position: absolute;
- font-family: AppleGothic;
- margin-top: -3px;
- right: 5px;
- font-size: 9px;
- content: "\25b2";
+ content: "\2b07";
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
More information about the commits
mailing list