Improved quote styling within Redactor
authorAlexander Ebert <ebert@woltlab.com>
Sat, 26 Mar 2016 18:06:02 +0000 (19:06 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 26 Mar 2016 18:06:08 +0000 (19:06 +0100)
wcfsetup/install/files/style/ui/redactor.scss

index 6caaac220d6944891067a254bd89ad0bf2c1370a..5659e4afe9f2f7de12a5c76afc2e07f40e54bbb4 100644 (file)
                
                &::after {
                        content: $fa-var-pencil;
+                       cursor: pointer;
                        font-family: FontAwesome;
                        position: absolute;
-                       right: 4px;
-                       top: 0;
+                       right: 24px;
+                       top: 10px;
                        
                        @include wcfFontHeadline;
                }