Fixes ClipboardEditor + new class for it
authorLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 14:15:33 +0000 (15:15 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 14:15:37 +0000 (15:15 +0100)
wcfsetup/install/files/acp/style/wcf.css
wcfsetup/install/files/acp/templates/userList.tpl

index 3a5908eda82655ef7a90e3bf2dd7354eeb9953cb..b341981e3a7845cb09291631e19238cf7652082c 100644 (file)
@@ -1326,7 +1326,6 @@ section.wcf-content .wcf-content {
        background-color: #def;
 }
 
-.badgeSuccess,
 .wcf-badgeSuccess {
        color: #090;
        border: 1px solid #0c0;
@@ -1347,8 +1346,7 @@ section.wcf-content .wcf-content {
 
 /* Buttons */
 
-.wcf-badgeButton,
-.jsClipboardEditor > ul > li {
+.wcf-badgeButton {
        cursor: pointer;
        border-radius: 30px;
        margin-right: 0;
@@ -1366,8 +1364,7 @@ li > .wcf-badgeButton {
 }
 
 .wcf-badgeButton,
-.wcf-badgeButton a,
-.jsClipboardEditor > ul > li > span {
+.wcf-badgeButton a {
        text-decoration: none !important;
 }
 
@@ -3772,19 +3769,24 @@ tr .columnIcon img {
 
 /* Globals */
 
-.jsClipboardEditor > ul {
+.wcf-clipboardEditor li {
        font-size: .85em;
-       margin: 6px 3px 0;
-       display: block;
+       border-radius: 30px;
+       margin-top: 7px;
+       margin-right: 3px;
+       margin-left: 3px;
        position: relative;
        float: left;
 }
 
-.jsClipboardEditor > ul > li > span {
+.wcf-clipboardEditor li span {
+       text-decoration: none !important;
+       cursor: pointer;
        background-image: url('../../icon/dropdown1.svg');
        background-position: right center;
        background-repeat: no-repeat;
-       padding-right: 12px;
+       margin-right: 5px;
+       padding: 3px 12px 5px 10px;
        display: inline-block;
 }
 
index e5ab0f5254786155a1b4114990abd13c77dd536a..7857f2bfc1d42621a194c5d1ff02443d47f68538 100644 (file)
@@ -97,7 +97,7 @@
        <div class="wcf-contentFooter">
                {@$pagesLinks}
                
-               <div class="jsClipboardEditor" data-types="[ 'com.woltlab.wcf.user' ]"></div>
+               <div class="wcf-clipboardEditor jsClipboardEditor" data-types="[ 'com.woltlab.wcf.user' ]"></div>
                
                <nav>
                        <ul class="wcf-largeButtons">