Popup Title

Last modified by Vincent Massol on 2024/02/26 17:52

 XWiki
 Design
 Completed

Description

goto.png

share.png

.xdialog-title{
  background-color: $theme.panelBackgroundColor;
  border-bottom: 1px solid $theme.borderColor;
  color: $theme.textColor;
  font-size: 80%;
  font-weight: bold;
  margin: -10px -10px 10px;
  padding: 3px 10px;
}
.xdialog-close  {
  margin: -5px -5px 5px 5px;
}

.share-dialog  .xdialog-close  { /* http://localhost:8080/xwiki/bin/ssx/XWiki/SharePage  */
  margin: -5px -15px 5px 5px;
}

.share-dialog .xdialog-title{
  margin: -10px -20px 10px;
  padding: 3px 20px;
}
  • Observation: Lots of types of popups created with different types of mechanics
    • share by email
    • go to (ctrl+g)
    • confirmation: change class, delete attachment
    • administration: edit, create user | group
    • annotations
    • tags
    • wysiwyg menus
    • color themes- edit mode popups
  • if we want to standardize we should homogenize the style with the WYSIWYG popups 

 

Get Connected