Added prototype for edit note
authorAlexander Ebert <ebert@woltlab.com>
Fri, 4 May 2012 12:45:23 +0000 (14:45 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 4 May 2012 12:45:23 +0000 (14:45 +0200)
wcfsetup/install/files/style/wbb.less

index 7182c29c3e4584004264cc02b224ff136bc20e4d..fc86323c46d1f441726ef8d5ecb54395af65bb71 100644 (file)
                                .linearGradientNative(~"left top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
                        }
                        
-                       .wbbEditNote {
+                       .wbbEditNote > small {
+                               border-left: 2px solid @wcfContainerBorderColor;
                                color: @wcfDimmedColor;
                                display: block;
+                               padding: @wcfGapTiny @wcfGapSmall;
+                               
+                               @wbbEditNoteGradientColor: fade(@wcfContainerBorderColor, 20%);
+                               
+                               .linearGradientNative(~"left top, @{wbbEditNoteGradientColor} 0%, rgba(255, 255, 255, 0) 40%");
                        }
                }
        }