Skip to content

Commit

Permalink
Removed popup CSS customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Jun 17, 2014
1 parent 8f0fc1e commit e86ad25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
Binary file removed themes/images/imgPopup.png
Binary file not shown.
62 changes: 0 additions & 62 deletions themes/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2125,65 +2125,3 @@ input[type="button"], input[type="submit"], input[type="reset"], input[type="fil
}

/* End of Slider styles */

/* Popup styles */

.dijitStretch
{
float: left;
padding: 4px 0;
}

.esriPopup .titleButton
{
background-image: url('../images/imgPopup.png') !important;
top: 8px !important;
}

.esriPopup .titlePane
{
line-height: 40px !important;
}

.esriPopup .titleButton.close, .esriPopup .titleButton.maximize, .esriPopup .titleButton.next, .esriPopup .titleButton.prev, .esriPopup .titleButton.restore
{
width: 20px !important;
height: 20px !important;
}

.esriPopup .titleButton.close
{
right: 8px !important;
}

.esriPopup .titleButton.maximize
{
top: 12px !important;
background-position: 0 -251px !important;
right: 45px !important;
}

.esriPopup .titleButton.restore
{
background-position: 0 -779px !important;
right: 45px !important;
top: 9px !important;
}

.esriPopup .titleButton.prev
{
background-position: 0 -221px !important;
right: 94px !important;
}

.esriPopup .titleButton.next
{
right: 76px !important;
}

.esriCTItemUnavailable
{
display: none;
}

/* End of Popup styles */

0 comments on commit e86ad25

Please sign in to comment.