summaryrefslogtreecommitdiff
path: root/lib/gallery.common.css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-11 18:47:10 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-11 18:47:10 -0800
commit421a975c0e042a56c12a9894afa38f5785d1fe6d (patch)
treef0d27e17d7284956ed4fb903ccb5d6cb6784c784 /lib/gallery.common.css
parent9546e19e34d08e0d55f066f04149794e566c3539 (diff)
Improve error handling.
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r--lib/gallery.common.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index c80dc90f..7fbb9db0 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -593,6 +593,52 @@ div#g-action-status {
margin-left: 0;
}
+/* Simple uploader ~~~~~~~~~~~~~~~~~~~~~~~ */
+
+#g-add-photos-canvas {
+ border: 1px solid #ccc;
+ height: 200px;
+ margin: .5em 0;
+ overflow: auto;
+ width: 469px;
+}
+
+#g-add-photos-status {
+ border: 1px solid #ccc;
+ height: 125px;
+ margin: .5em 0;
+ overflow: auto;
+ width: 469px;
+}
+
+#g-add-photos button {
+ float: right;
+ margin-bottom: .5em;
+ margin-left: .5em;
+}
+
+#g-add-photos-status li {
+ text-align: left;
+ padding-left: 2em;
+}
+
+#g-add-photos-status li.g-success {
+ background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%;
+}
+
+#g-add-photos-status li.g-error {
+ background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%;
+/* color: #f00;*/
+}
+
+#g-add-photos p {
+ margin: 0
+}
+
+#g-add-photos .g-breadcrumbs li {
+ padding-top: .5em;
+}
+
/** *******************************************************************
* 7) Right to left language styles
**********************************************************************/