Skip to content

Commit

Permalink
1) revert e468ed7
Browse files Browse the repository at this point in the history
2) Add the padding to both the button and flash object so they always line up
3) Add some top padding to the uploadifyQueue panel  to seprate it from the button.
  • Loading branch information
Tim Almdal committed Jun 21, 2010
1 parent d828634 commit a804c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 6 additions & 3 deletions modules/gallery/css/gallery.css
Expand Up @@ -30,18 +30,21 @@
#g-add-photos-canvas object,
#g-add-photos-button {
left: 137px;
margin: 0 0 .5em 0;
margin: .5em 0;
padding: .4em 1em;
position: absolute;
top: 0;
width: 175px;
}

#g-add-photos-canvas object {
margin: 0;
z-index: 100;
}

#g-add-photos-canvas .uploadifyQueue {
margin-top: .5em;
}

#g-add-photos-canvas .uploadifyQueueItem {
margin: 0;
}
Expand Down Expand Up @@ -204,4 +207,4 @@

.rtl #g-translations ol {
margin: 0 2em 1em 0;
}
}
6 changes: 0 additions & 6 deletions themes/wind/css/screen.css
Expand Up @@ -319,12 +319,6 @@ td {
background-color: #fff;
}

/* Add dialog ~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-add-photos-button {
margin-top: 6px !important;
}

/** *******************************************************************
* 5) Navigation and menus
*********************************************************************/
Expand Down

0 comments on commit a804c11

Please sign in to comment.