From a20032832415283063f498677c86c01b6f568a21 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Mon, 5 Mar 2012 19:51:53 +0100 Subject: [PATCH] Changed the style of the like-widget Also deleted obsolete styles --- wcfsetup/install/files/acp/style/wcf.css | 58 +----------------------- 1 file changed, 1 insertion(+), 57 deletions(-) diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 71588c9ae8..e032db4d75 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -3766,7 +3766,7 @@ tr .columnIcon img { /* Globals */ .wcf-likesWidget { - margin: 3px 15px 0 30px; + margin: 0 0 0 15px; } /* Buttons */ @@ -3791,60 +3791,6 @@ tr .columnIcon img { margin-right: -5px; } -.wcf-likesWidget > ul > li:first-child a { - border-radius: 7px 0 0 7px; -} - -.wcf-likesWidget > ul > li:nth-child(2) a { - border-radius: 0 7px 7px 0; -} - -/* Cummulative Likes Display */ - -.wcf-likesDisplay a { - border-width: 1px; - border-style: solid; - border-radius: 3px; - border-color: rgba(204, 204, 204, 1); - background-color: rgba(255, 255, 255, 1); - margin: 1px 0 0 7px; - padding: 2px 5px 1px; - float: right; - position: relative; - height: 13px; -} - -.wcf-likesDisplay a { - font-size: 75%; - font-weight: bold; - color: #666; - text-decoration: none; -} - -/* -- -- -- -- Like Widget Pointer -- -- -- -- -- */ - -.wcf-likesDisplay .pointer { - border-width: 5px 0 5px 5px; - border-style: solid; - border-color: transparent rgba(204, 204, 204, 1); - display: inline-block !important; - position: absolute; - width: 0; - bottom: 3px !important; - right: -6px; -} - -.wcf-likesDisplay .pointer > span { - border-width: 5px 0 5px 5px; - border-style: solid; - border-color: transparent rgba(255, 255, 255, 1); - display: inline-block; - position: absolute; - width: 0; - bottom: -5px; - left: -6px; -} - /* ############## ToDo: Clipboard Editor Buttons ############## */ @@ -4513,8 +4459,6 @@ button[disabled='disabled'] { - - /* ############## CSS Experiments (active) ############## */ /* what is that? */ -- 2.20.1