diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-11 18:47:10 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-11 18:47:10 -0800 |
commit | 421a975c0e042a56c12a9894afa38f5785d1fe6d (patch) | |
tree | f0d27e17d7284956ed4fb903ccb5d6cb6784c784 /modules/gallery/css/gallery.css | |
parent | 9546e19e34d08e0d55f066f04149794e566c3539 (diff) |
Improve error handling.
Diffstat (limited to 'modules/gallery/css/gallery.css')
-rw-r--r-- | modules/gallery/css/gallery.css | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 066ab68a..113f0e09 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -54,48 +54,6 @@ margin: 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 td { - text-align: left; - padding-left: 2em; -} - -#g-add-photos-queue .error { - background-color: #fcc; - border: 1px solid #ebb; -} - -#g-add-photos p { - margin: 0 -} - -#g-add-photos .g-breadcrumbs li { - padding-top: .5em; -} - /** ******************************************************************* * 2) Admin **********************************************************************/ |