From 6cbbe854d5fd10d0d072dd19a9d3bc82df427d98 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 30 Dec 2014 12:12:55 +0100 Subject: css fixes --- view/css/mod_cloud.css | 3 ++- view/css/mod_photos.css | 3 ++- view/tpl/cloud_actionspanel.tpl | 3 ++- view/tpl/photos_upload.tpl | 7 +++---- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index 7cbcc8807..76ac82690 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -38,5 +38,6 @@ } #files-upload { - padding: 2px; + padding: 4px; + width: 100%; } diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css index 6fefad8e4..a2b3459cf 100644 --- a/view/css/mod_photos.css +++ b/view/css/mod_photos.css @@ -25,5 +25,6 @@ } #photos-upload-choose { - padding: 2px; + padding: 4px; + width: 100%; } diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 0e621e9db..da708a98c 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -8,9 +8,10 @@
+
- +
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 10fc82648..0b3a0ae81 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -18,7 +18,7 @@ {{$aclselect}} {{if $default}} -
+
@@ -29,13 +29,12 @@
{{/if}} -
- -
+
+
{{if $uploader}}
-- cgit v1.2.3