- Added a better confirmation message when deleting content.
- Added a "commit" option as well as a listing of version tags per the rough edges discussions on IRC. - Added a "close" or "archive" option to replies.
This commit is contained in:
parent
58566a6ed6
commit
9aa86225be
9 changed files with 413 additions and 371 deletions
|
|
@ -77,7 +77,7 @@ th {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.adminConsoleMainMenu:hover, .adminConsoleUtilityMenu:hover {
|
||||
.adminConsoleMainMenu:hover, .adminConsoleUtilityMenu:hover, .adminConsoleVersionTags:hover {
|
||||
opacity: 1.0;
|
||||
z-index: 10;
|
||||
background-color: #fafafa;
|
||||
|
|
@ -108,7 +108,7 @@ th {
|
|||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.adminConsoleUtilityMenu {
|
||||
.adminConsoleUtilityMenu, .adminConsoleVersionTags {
|
||||
z-index: 1;
|
||||
opacity: 0.6;
|
||||
border-top: 1px solid #D7D7D7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue