1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Added Experimental Inline editing for news items.

This commit is contained in:
Cameron
2016-05-31 13:04:05 -07:00
parent 69f6135142
commit eb40a9ac15
3 changed files with 26 additions and 2 deletions

View File

@@ -327,3 +327,6 @@ optgroup.level-5 { padding-left:4em }
img.e-emoticon { vertical-align:middle; border:0; width:24px }
.e-editable-front:hover { background-color:#FCF8E3 }
.e-editable-front a:hover { background-color:#FCF8E3 }
#uiAlert { z-index: 10001 }
#uiAlert .alert { z-index:10000; box-shadow:1px 4px 5px rgba(0,0,0,0.4) }