Makes CSS-classes more global
authorLuzifr <szekely@woltlab.com>
Tue, 28 Feb 2012 12:18:32 +0000 (13:18 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 28 Feb 2012 12:18:32 +0000 (13:18 +0100)
wcfsetup/install/files/acp/style/wcf.css

index 9d00201565c7a0cba41fecc47c5ccaf9a9fd18a9..06672f9db764f2f6bb4a1e1ed25ab7b0b3830a6e 100644 (file)
@@ -3757,7 +3757,7 @@ tr .columnIcon img {
 
 /* Cummulative Likes Display */
 
-.wcf-likesWidget > .wcf-likesDisplay a {
+.wcf-likesDisplay a {
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
@@ -3770,15 +3770,16 @@ tr .columnIcon img {
        height: 13px;
 }
 
-.wcf-likesWidget > .wcf-likesDisplay a {
+.wcf-likesDisplay a {
        font-size: 75%;
+       font-weight: bold;
        color: #666;
        text-decoration: none;
 }
 
 /* -- -- -- -- Like Widget Pointer -- -- -- -- -- */
 
-.wcf-likesWidget > .wcf-likesDisplay .pointer {        
+.wcf-likesDisplay .pointer {   
        border-width: 5px 0 5px 5px;
        border-style: solid;
        border-color: transparent rgba(204, 204, 204, 1);
@@ -3789,7 +3790,7 @@ tr .columnIcon img {
        right: -6px;
 }
 
-.wcf-likesWidget > .wcf-likesDisplay .pointer > span { 
+.wcf-likesDisplay .pointer > span {    
        border-width: 5px 0 5px 5px;
        border-style: solid;
        border-color: transparent rgba(255, 255, 255, 1);