SAAS-1083 - work on publish dialog

This commit is contained in:
Duncan Sommerville 2015-10-28 18:54:30 -04:00
parent 05f51a9a2d
commit e97aa199bd
8 changed files with 198 additions and 41 deletions

View file

@ -3991,3 +3991,15 @@ li .ui-state-hover {
/* jQuery dialog */
.no-close .ui-dialog-titlebar-close {display: none }
/* Publishing Dialog */
.published-sources {
color: #efefef;
font-size: 14px;
line-height: 26px;
}
.published-sources > .checked-icon {
height: 26px;
padding-right: 8px;
}