Skip to content

Commit

Permalink
flip the window title and cancel button for RTL in dialogue windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mamouneyya authored and Tim Almdal committed Jun 23, 2010
1 parent bc8b64d commit bae9546
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/gallery.common.css
Expand Up @@ -846,6 +846,22 @@ div#g-action-status {
-webkit-border-bottom-right-radius: 17px;
}

/* RTL ThemeRoller ~~~~~~~~~~~~~~~~~~~~~~~~ */

.rtl .ui-dialog .ui-dialog-titlebar {
padding: 0.5em 1em 0.3em 0.3em;
}

.rtl .ui-dialog .ui-dialog-title {
float: right;
}

.rtl .ui-dialog .ui-dialog-titlebar-close {
left: 0.3em;
right: auto;
}


/* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.rtl .g-paginator .g-info {
Expand Down

0 comments on commit bae9546

Please sign in to comment.