summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2010-03-19 22:03:45 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2010-03-19 22:03:45 +0000
commit104430e9e1e8dacd5e4320e29e59fc59aa5c6ee9 (patch)
tree5aa678433770199f1958f36c88894f377516293f /modules/gallery/css
parenta58aa6e97b0e44adf7a878db6e276b081e202192 (diff)
parent0e9c626684fff0973a8512d5bd50ab7ba3a748ff (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/gallery.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css
index f3e5ec6d..c2fb97e8 100644
--- a/modules/gallery/css/gallery.css
+++ b/modules/gallery/css/gallery.css
@@ -11,6 +11,70 @@
* 1) End-user
**********************************************************************/
+/* Uploader ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+#g-add-photos-canvas,
+#g-add-photos-status {
+ width: 469px;
+}
+
+#g-add-photos-canvas {
+ border: 1px solid #ccc;
+ height: 200px;
+ margin: .5em 0;
+ padding: 2.8em 0 0 0;
+ overflow: auto;
+ position: relative;
+}
+
+#g-add-photos-canvas object,
+#g-add-photos-button {
+ left: 137px;
+ margin: 0 0 .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 .uploadifyQueueItem {
+ margin: 0;
+}
+
+#g-add-photos-button {
+ z-index: 1;
+}
+
+#g-add-photos-status {
+ border: 1px solid #ccc;
+ height: 125px;
+ margin: .4em 0;
+ overflow: auto;
+}
+
+#g-add-photos-status .g-message-block {
+ border: none;
+}
+
+#g-add-photos-status #g-action-status li {
+ margin: 0 0 1px 0;
+ padding-top: .7em;
+ width: 433px;
+}
+
+#g-add-photos-form .g-breadcrumbs {
+ margin: 0;
+}
+
+#g-add-photos-form p {
+ margin-bottom: 0
+}
+
/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#g-edit-permissions-form {
@@ -121,6 +185,10 @@
* 3) Right to left language styles
**********************************************************************/
+.rtl #g-add-photos-status #g-action-status li {
+ width: 407px;
+}
+
.rtl #g-block-admin .g-left {
margin-left: 1em;
margin-right: 0;